Animewatch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Animewatch 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/336370.svg" alt="Animewatch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336370.svg" alt="Animewatch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336370.svg" alt="Animewatch icon" :width="24" :height="24" />
CSS background
.icon-animewatch {
background-image: url('https://proicons.com/icon/336370.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M23.9998,17.6621c4.1819,0,7.8246,2.2766,9.7801,5.6524.964-1.6641,1.5247-3.5908,1.5247-5.6524,0-6.2435-5.0613-11.3048-11.3048-11.3048s-11.3048,5.0613-11.3048,11.3048c0,2.0616.5607,3.9883,1.5247,5.6524,1.9555-3.3758,5.5982-5.6524,9.7801-5.6524Z"/><path class="c" d="M38.0563,20.4861c0,6.16-3.7771,10.8408-6.269,13.2583l-6.2705-9.66h-3.0351l-6.2705,9.66c-2.4932-2.4201-6.2676-7.1009-6.2676-13.2583h-5.4437c0,12.0555,10.3318,19.2761,10.7717,19.5777l2.3019,1.5789,6.4258-9.898,6.4258,9.898,2.3019-1.5789c.4399-.3017,10.773-7.5222,10.773-19.5777h-5.4437Z"/></svg>
Copied!