Whattawatch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Whattawatch 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/335120.svg" alt="Whattawatch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335120.svg" alt="Whattawatch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335120.svg" alt="Whattawatch icon" :width="24" :height="24" />
CSS background
.icon-whattawatch {
background-image: url('https://proicons.com/icon/335120.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m36.8623,42.3919c-.9971,0-1.7947-.698-1.9942-1.695l-2.4927-17.8477-2.1936,17.8477c-.0997.9971-.9971,1.7947-1.9942,1.7947s-1.8944-.698-1.9942-1.695l-2.1936-17.2494-2.1936,17.2494c-.0997.9971-.9971,1.7947-1.9942,1.695-.9971,0-1.8944-.7977-1.9942-1.7947l-2.1936-17.8477-2.4927,17.8477c-.1994,2.2933-3.7889,2.1936-3.9883-.0997L5.8532,7.6936c-.2991-2.5924,3.7889-2.9912,3.9883-.3988l1.5953,16.3521,2.2933-16.4518c.0997-.9971.9971-1.695,1.9942-1.695s1.7947.7977,1.9942,1.7947l2.0939,17.05,2.1936-17.05c.1994-2.2933,3.6892-2.2933,3.9883,0l2.1936,17.05,2.0939-17.05c.0997-.9971.9971-1.695,1.9942-1.7947.9971,0,1.8944.698,1.9942,1.695l2.2933,16.4518,1.5953-16.3521c.1994-2.5924,4.2874-2.1936,3.9883.3988l-3.2904,32.9036c-.1994.9971-.9971,1.7947-1.9942,1.7947Z"/></svg>
Copied!