Toast Takeout Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Toast Takeout 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/348612.svg" alt="Toast Takeout icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348612.svg" alt="Toast Takeout icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348612.svg" alt="Toast Takeout icon" :width="24" :height="24" />
CSS background
.icon-toast-takeout {
background-image: url('https://proicons.com/icon/348612.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="m24.0568,5.5c11.175,0,17.5931,5.7385,17.7441,10.5332.0432,1.3717-.8931,2.2587-2.2519,2.8262,2.856,2.3837,2.8182,13.9741,2.7049,17.7117-.1133,3.7376-1.6234,5.4743-4.0396,5.361s-6.4558-1.9254-13.9688-1.9632c-7.5129-.0378-11.0995,2.605-14.1576,2.5295-3.058-.0755-4.3794-5.6253-4.3794-11.7791s.6796-10.0424,3.5866-12.8362c-.8673-.9877-2.4194-2.7849-2.1897-4.5304.4903-3.7254,5.4598-7.8527,16.9513-7.8527Z"/></svg>
Copied!