Toss Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Toss 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/348692.svg" alt="Toss icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348692.svg" alt="Toss icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348692.svg" alt="Toss icon" :width="24" :height="24" />
CSS background
.icon-toss {
background-image: url('https://proicons.com/icon/348692.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M25.9846,14.4517c9.3465-1.9792,17.3566,1.1067,17.3566,8.4602,0,9.3889-14.0505,19.303-23.5707,19.303L27.9118,5.8412c-9.5202,0-23.5707,9.9141-23.5707,19.303,0,7.3535,8.0101,10.4394,17.3566,8.4602"/></svg>
Copied!