Toertje Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Toertje 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/334069.svg" alt="Toertje icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334069.svg" alt="Toertje icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334069.svg" alt="Toertje icon" :width="24" :height="24" />
CSS background
.icon-toertje {
background-image: url('https://proicons.com/icon/334069.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M45.12,28h-11.46l8.11,8.11c-.76,1.11-1.62,2.14-2.57,3.09-.95.95-1.98,1.81-3.09,2.5699l-8.11-8.11v11.46c-1.29.25-2.63.38-4,.38s-2.71-.13-4-.38v-11.46l-8.11,8.11c-1.11-.7599-2.14-1.62-3.09-2.5699-.95-.95-1.81-1.98-2.5699-3.09l8.11-8.11H2.88c-.25-1.29-.38-2.63-.38-4s.13-2.71.38-4h11.46L6.23,11.89c.7599-1.11,1.62-2.14,2.5699-3.09.95-.95,1.98-1.81,3.09-2.57l8.11,8.11V2.88c1.29-.25,2.63-.38,4-.38s2.71.13,4,.38v11.46l8.11-8.11c1.11.76,2.14,1.62,3.09,2.57s1.81,1.98,2.57,3.09l-8.11,8.11h11.46c.25,1.29.38,2.63.38,4s-.13,2.71-.38,4Z"/><path class="c" d="M14.34,20h13.6735s.0169,13.1963-.0135,13.66"/></svg>
Copied!