Imagens & SVG
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"> <defs> <linearGradient id="espremer-grad" x1="0" y1="0" x2="1" y2="1"> <stop offset="0" stop-color="#3b82f6" /> <stop offset="1" stop-color="#9333ea" /> </linearGradient> </defs> <rect width="200" height="200" rx="44" fill="url(#espremer-grad)" /> <g transform="translate(100 100) scale(5.5) translate(-12 -12)" fill="#ffffff"> <path d="M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z" /> </g> </svg>