Greentooth Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Greentooth 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/341333.svg" alt="Greentooth icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341333.svg" alt="Greentooth icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341333.svg" alt="Greentooth icon" :width="24" :height="24" />
CSS background
.icon-greentooth {
background-image: url('https://proicons.com/icon/341333.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><polyline class="a" points="22.425 24 22.408 43.5 32.824 33.721 11.5 13.788"/><polyline class="a" points="25.204 21.402 32.824 14.279 22.408 4.5 22.408 18.79"/><line class="a" x1="11.5" y1="34.2122" x2="22.4248" y2="24"/><line class="a" x1="32.8242" y1="33.7211" x2="36.5" y2="37.1543"/><line class="a" x1="22.4079" y1="18.7897" x2="25.2044" y2="21.4016"/></svg>
Copied!