Pomotodo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pomotodo 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/346046.svg" alt="Pomotodo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346046.svg" alt="Pomotodo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346046.svg" alt="Pomotodo icon" :width="24" :height="24" />
CSS background
.icon-pomotodo {
background-image: url('https://proicons.com/icon/346046.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,2.5A21.5148,21.5148,0,1,0,42.8164,13.6094c-11.2289,7.2877-19.31,19.875-19.31,19.875L12.7051,21.4492l2.8281-2.6758L22.8887,24s10.0964-8.3689,18.4922-12.6465A21.5,21.5,0,0,0,24,2.5Z"/></svg>
Copied!