Pomodoro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pomodoro 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/331486.svg" alt="Pomodoro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331486.svg" alt="Pomodoro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331486.svg" alt="Pomodoro icon" :width="24" :height="24" />
CSS background
.icon-pomodoro {
background-image: url('https://proicons.com/icon/331486.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m24,4.5c2.29,1.88,2.82,5.137,0,6.77-2.82-1.633-2.29-4.89,0-6.77Zm5.452,7.684c.061,2.296-3.098,3.497-5.452,2.947-2.354.55-5.513-.65-5.452-2.947,1.872-1.345,4.219-.233,5.452,2.223,1.233-2.456,3.58-3.568,5.452-2.223Zm-7.977,5.279c-1.731-.672-2.964-1.527-4.112-1.517-15.21.134-13.68,27.554,6.637,27.554s21.848-27.42,6.638-27.554c-1.156-.01-2.384.84-4.113,1.517-1.732.679-3.207.715-5.05,0Z"/></svg>
Copied!