Yemeksepeti Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yemeksepeti 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/350012.svg" alt="Yemeksepeti icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350012.svg" alt="Yemeksepeti icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350012.svg" alt="Yemeksepeti icon" :width="24" :height="24" />
CSS background
.icon-yemeksepeti {
background-image: url('https://proicons.com/icon/350012.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><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m17.5337,20.4246c-.9277-1.9143-1.7453-3.8807-2.4896-5.8734-.5295-1.3975-1.0361-2.9542-.5768-4.4364.2581-.9721,1.1766-1.8098,2.227-1.575,3.9897,1.1565,5.0373,7.3913,6.2703,10.8639,2.1016-3.5146,3.4681-7.9533,6.9985-10.3053,2.711-1.6948,4.1645,1.8322,3.6445,4.0743-.2736,1.3101-1.1637,2.3651-1.9752,3.3892-2.1292,2.6959-3.9689,5.6165-5.5365,8.6733-1.7471,3.4067-3.1668,7.0164-3.7844,10.7951-.1427,1.2612-.5315,2.6874-1.8419,3.1803-1.3457.5504-3.0992.3304-4.0921-.7881-2.5818-3.4165,1.4661-10.5066,3.563-13.5559-.8688-1.4432-1.6721-2.9259-2.4067-4.4418v-.0003Z"/></svg>
Copied!