Toogoodtogo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Toogoodtogo 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/334101.svg" alt="Toogoodtogo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334101.svg" alt="Toogoodtogo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334101.svg" alt="Toogoodtogo icon" :width="24" :height="24" />
CSS background
.icon-toogoodtogo {
background-image: url('https://proicons.com/icon/334101.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M24,9h0c2.63,0,5.15,1.8,7,5a24.65,24.65,0,0,1,2.9,12.09c0,9.43-4.43,17.08-9.9,17.08s-9.9-7.65-9.9-17.08S18.52,9,24,9Z"/><path class="cls-1" d="M20.4,42c-3.51-.86-7.21-3.76-9.91-6.87C4.32,28,2.64,19.34,6.75,15.77a6.69,6.69,0,0,1,4.42-1.52h0a13.74,13.74,0,0,1,5.1,1.12"/><path class="cls-1" d="M31.73,15.36a13.74,13.74,0,0,1,5.1-1.12h0a6.69,6.69,0,0,1,4.42,1.52c4.11,3.57,2.43,12.22-3.74,19.34-2.7,3.11-6.4,6-9.91,6.87"/></svg>
Copied!