Smartcookieweb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smartcookieweb 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/332938.svg" alt="Smartcookieweb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332938.svg" alt="Smartcookieweb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332938.svg" alt="Smartcookieweb icon" :width="24" :height="24" />
CSS background
.icon-smartcookieweb {
background-image: url('https://proicons.com/icon/332938.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><path class="a" d="M24,4.53A42.6387,42.6387,0,0,1,6.767,12.2249s.1333,5.7883.4882,8.6986a30.6829,30.6829,0,0,0,5.4969,13.678C15.6135,38.4235,22.31,43.47,24,43.47s8.3866-5.046,11.248-8.868a30.6875,30.6875,0,0,0,5.4969-13.678c.3548-2.91.4881-8.6986.4881-8.6986A42.6361,42.6361,0,0,1,24,4.53Z"/><path class="a" d="M24,10.5234A29.5138,29.5138,0,0,1,12.0717,15.85s.0923,4.0066.3379,6.021a21.2389,21.2389,0,0,0,3.8049,9.4677C18.1951,33.9838,22.83,37.4765,24,37.4765s5.8051-3.4927,7.7857-6.1382a21.2419,21.2419,0,0,0,3.8048-9.4677c.2456-2.0144.3379-6.021.3379-6.021A29.5111,29.5111,0,0,1,24,10.5234Z"/><path class="a" d="M31.134,23.2663A7.28,7.28,0,0,1,31.171,24,7.1715,7.1715,0,1,1,24,16.8281c.2475,0,.4922.0125.7853.0239a2.2576,2.2576,0,0,0-.5061,1.5018,2.0937,2.0937,0,0,0,.6808,1.4423,2.182,2.182,0,0,0-.5576,1.5329,2.1094,2.1094,0,0,0,2.1915,2.0239,2.1816,2.1816,0,0,0,1.4837-.6775,2.0645,2.0645,0,0,0,2.953-.1168c.043.229.0794.4666.1039.7077Z"/><circle class="b" cx="21.2803" cy="21.2009" r="0.75"/><circle class="b" cx="27.3224" cy="26.6962" r="0.75"/><circle class="b" cx="21.2102" cy="27.1589" r="0.75"/></svg>
Copied!