Tummoc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tummoc 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/348907.svg" alt="Tummoc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348907.svg" alt="Tummoc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348907.svg" alt="Tummoc icon" :width="24" :height="24" />
CSS background
.icon-tummoc {
background-image: url('https://proicons.com/icon/348907.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="M35.5123,10.416c-2.9505-3.0817-7.0815-4.9175-11.512-4.9175-6.4448,0-12.255,3.8832-14.722,9.8374-2.4663,5.9542-1.1028,12.808,3.4544,17.365l8.7633,8.7633c1.3829,1.383,3.6251,1.383,5.0079,0l8.7633-8.7632c4.5572-4.5572,5.9208-11.411,3.4544-17.365-.7707-1.8607-1.8682-3.5191-3.2094-4.9199h.0001Z"/><circle class="c" cx="24.0033" cy="21.43" r="5.3114"/><path class="c" d="M12.7333,32.7c-1.3828-1.3828-1.3828-3.6248,0-5.0077,1.3828-1.3828,3.6248-1.3828,5.0077,0l6.2596,6.2596,15.628-15.628"/></svg>
Copied!