Toffeeshare Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Toffeeshare 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/334071.svg" alt="Toffeeshare icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334071.svg" alt="Toffeeshare icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334071.svg" alt="Toffeeshare icon" :width="24" :height="24" />
CSS background
.icon-toffeeshare {
background-image: url('https://proicons.com/icon/334071.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M21.2088,15.8578l-7.3616,9.0673"/><path id="c" class="e" d="M30.6011,15.8578l-13.1939,16.251"/><path id="d" class="e" d="M34.1611,23.0416l-7.3616,9.0673"/><rect class="e" x="13.8472" y="15.8578" width="20.3138" height="16.251" rx="3.0471" ry="3.0471"/><path class="e" d="M13.8389,19.3601l-2.4219-4.5598c-.779-1.4652-2.5985-2.0215-4.0638-1.2424-1.4653.7791-2.0215,2.5985-1.2423,4.0638l1.3433,2.1255-2.0398,2.0399c-1.2192,1.2191-1.2192,3.1956,0,4.4148l2.0482,2.0509-1.3433,2.1255c-.7791,1.4653-.2229,3.2846,1.2423,4.0638,1.4653.7791,3.2846.2228,4.0638-1.2424l2.4135-4.5598"/><path class="e" d="M34.1611,19.3601l2.4219-4.5598c.779-1.4652,2.5985-2.0215,4.0638-1.2424,1.4653.7791,2.0215,2.5985,1.2423,4.0638l-1.3433,2.1255,2.0398,2.0399c1.2192,1.2191,1.2192,3.1956,0,4.4148l-2.0482,2.0509,1.3433,2.1255c.7791,1.4653.2229,3.2846-1.2423,4.0638-1.4653.7791-3.2846.2228-4.0638-1.2424l-2.4135-4.5598"/></svg>
Copied!