Round Sticker Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Round Sticker icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/310303.svg" alt="Round Sticker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310303.svg" alt="Round Sticker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310303.svg" alt="Round Sticker icon" :width="24" :height="24" />
CSS background
.icon-round-sticker {
background-image: url('https://proicons.com/icon/310303.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M20.5554 6.30463C19.4293 4.61753 17.8278 3.30254 15.9539 2.52607C14.08 1.74959 12.0178 1.54659 10.0284 1.94275C8.03901 2.33892 6.21191 3.31641 4.77838 4.75153C3.34486 6.18665 2.36939 8.01483 1.97544 10.0046C1.68241 11.4866 1.72021 13.0149 2.08618 14.4805C2.45215 15.9461 3.13726 17.3128 4.09253 18.483C5.0478 19.6532 6.24967 20.5981 7.61234 21.2501C8.97501 21.902 10.4649 22.2451 11.9754 22.2546C12.072 22.2551 12.1675 22.2346 12.2554 22.1946C12.349 22.1593 12.4341 22.1048 12.5054 22.0347L22.0054 12.5347C22.1112 12.4274 22.184 12.292 22.2154 12.1447C22.2208 12.0981 22.2208 12.0512 22.2154 12.0046C22.2389 9.98216 21.6611 7.99827 20.5554 6.30463ZM12.3854 20.0847C12.2483 19.478 12.1912 18.8561 12.2154 18.2346C12.2154 17.4408 12.3728 16.6548 12.6787 15.9222C12.9846 15.1897 13.4329 14.5251 13.9975 13.967C14.5621 13.409 15.2318 12.9685 15.9678 12.6711C16.7039 12.3738 17.4916 12.2254 18.2854 12.2346C18.8898 12.2125 19.4945 12.2663 20.0854 12.3947L12.3854 20.0847Z" fill="black"/> </svg>
Copied!