ios cart icon
ios-cart from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-cart
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios cart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle transform="rotate(-1.057 159.995 423.97) scale(.99997)" cx="160" cy="424" r="24" fill="currentColor"/><circle transform="matrix(.02382 -.9997 .9997 .02382 -48.51 798.282)" cx="384.5" cy="424" r="24" fill="currentColor"/><path d="M463.8 132.2c-.7-2.4-2.8-4-5.2-4.2L132.9 96.5c-2.8-.3-6.2-2.1-7.5-4.7-3.8-7.1-6.2-11.1-12.2-18.6-7.7-9.4-22.2-9.1-48.8-9.3-9-.1-16.3 5.2-16.3 14.1 0 8.7 6.9 14.1 15.6 14.1s21.3.5 26 1.9c4.7 1.4 8.5 9.1 9.9 15.8 0 .1 0 .2.1.3.2 1.2 2 10.2 2 10.3l40 211.6c2.4 14.5 7.3 26.5 14.5 35.7 8.4 10.8 19.5 16.2 32.9 16.2h236.6c7.6 0 14.1-5.8 14.4-13.4.4-8-6-14.6-14-14.6H188.9c-2 0-4.9 0-8.3-2.8-3.5-3-8.3-9.9-11.5-26l-4.3-23.7c0-.3.1-.5.4-.6l277.7-47c2.6-.4 4.6-2.5 4.9-5.2l16-115.8c.2-.8.2-1.7 0-2.6z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosCart(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle transform="rotate(-1.057 159.995 423.97) scale(.99997)" cx="160" cy="424" r="24" fill="currentColor"/><circle transform="matrix(.02382 -.9997 .9997 .02382 -48.51 798.282)" cx="384.5" cy="424" r="24" fill="currentColor"/><path d="M463.8 132.2c-.7-2.4-2.8-4-5.2-4.2L132.9 96.5c-2.8-.3-6.2-2.1-7.5-4.7-3.8-7.1-6.2-11.1-12.2-18.6-7.7-9.4-22.2-9.1-48.8-9.3-9-.1-16.3 5.2-16.3 14.1 0 8.7 6.9 14.1 15.6 14.1s21.3.5 26 1.9c4.7 1.4 8.5 9.1 9.9 15.8 0 .1 0 .2.1.3.2 1.2 2 10.2 2 10.3l40 211.6c2.4 14.5 7.3 26.5 14.5 35.7 8.4 10.8 19.5 16.2 32.9 16.2h236.6c7.6 0 14.1-5.8 14.4-13.4.4-8-6-14.6-14-14.6H188.9c-2 0-4.9 0-8.3-2.8-3.5-3-8.3-9.9-11.5-26l-4.3-23.7c0-.3.1-.5.4-.6l277.7-47c2.6-.4 4.6-2.5 4.9-5.2l16-115.8c.2-.8.2-1.7 0-2.6z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle transform="rotate(-1.057 159.995 423.97) scale(.99997)" cx="160" cy="424" r="24" fill="currentColor"/><circle transform="matrix(.02382 -.9997 .9997 .02382 -48.51 798.282)" cx="384.5" cy="424" r="24" fill="currentColor"/><path d="M463.8 132.2c-.7-2.4-2.8-4-5.2-4.2L132.9 96.5c-2.8-.3-6.2-2.1-7.5-4.7-3.8-7.1-6.2-11.1-12.2-18.6-7.7-9.4-22.2-9.1-48.8-9.3-9-.1-16.3 5.2-16.3 14.1 0 8.7 6.9 14.1 15.6 14.1s21.3.5 26 1.9c4.7 1.4 8.5 9.1 9.9 15.8 0 .1 0 .2.1.3.2 1.2 2 10.2 2 10.3l40 211.6c2.4 14.5 7.3 26.5 14.5 35.7 8.4 10.8 19.5 16.2 32.9 16.2h236.6c7.6 0 14.1-5.8 14.4-13.4.4-8-6-14.6-14-14.6H188.9c-2 0-4.9 0-8.3-2.8-3.5-3-8.3-9.9-11.5-26l-4.3-23.7c0-.3.1-.5.4-.6l277.7-47c2.6-.4 4.6-2.5 4.9-5.2l16-115.8c.2-.8.2-1.7 0-2.6z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-cart {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Ccircle%20transform%3D%22rotate(-1.057%20159.995%20423.97)%20scale(.99997)%22%20cx%3D%22160%22%20cy%3D%22424%22%20r%3D%2224%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20transform%3D%22matrix(.02382%20-.9997%20.9997%20.02382%20-48.51%20798.282)%22%20cx%3D%22384.5%22%20cy%3D%22424%22%20r%3D%2224%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M463.8%20132.2c-.7-2.4-2.8-4-5.2-4.2L132.9%2096.5c-2.8-.3-6.2-2.1-7.5-4.7-3.8-7.1-6.2-11.1-12.2-18.6-7.7-9.4-22.2-9.1-48.8-9.3-9-.1-16.3%205.2-16.3%2014.1%200%208.7%206.9%2014.1%2015.6%2014.1s21.3.5%2026%201.9c4.7%201.4%208.5%209.1%209.9%2015.8%200%20.1%200%20.2.1.3.2%201.2%202%2010.2%202%2010.3l40%20211.6c2.4%2014.5%207.3%2026.5%2014.5%2035.7%208.4%2010.8%2019.5%2016.2%2032.9%2016.2h236.6c7.6%200%2014.1-5.8%2014.4-13.4.4-8-6-14.6-14-14.6H188.9c-2%200-4.9%200-8.3-2.8-3.5-3-8.3-9.9-11.5-26l-4.3-23.7c0-.3.1-.5.4-.6l277.7-47c2.6-.4%204.6-2.5%204.9-5.2l16-115.8c.2-.8.2-1.7%200-2.6z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Ccircle%20transform%3D%22rotate(-1.057%20159.995%20423.97)%20scale(.99997)%22%20cx%3D%22160%22%20cy%3D%22424%22%20r%3D%2224%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20transform%3D%22matrix(.02382%20-.9997%20.9997%20.02382%20-48.51%20798.282)%22%20cx%3D%22384.5%22%20cy%3D%22424%22%20r%3D%2224%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M463.8%20132.2c-.7-2.4-2.8-4-5.2-4.2L132.9%2096.5c-2.8-.3-6.2-2.1-7.5-4.7-3.8-7.1-6.2-11.1-12.2-18.6-7.7-9.4-22.2-9.1-48.8-9.3-9-.1-16.3%205.2-16.3%2014.1%200%208.7%206.9%2014.1%2015.6%2014.1s21.3.5%2026%201.9c4.7%201.4%208.5%209.1%209.9%2015.8%200%20.1%200%20.2.1.3.2%201.2%202%2010.2%202%2010.3l40%20211.6c2.4%2014.5%207.3%2026.5%2014.5%2035.7%208.4%2010.8%2019.5%2016.2%2032.9%2016.2h236.6c7.6%200%2014.1-5.8%2014.4-13.4.4-8-6-14.6-14-14.6H188.9c-2%200-4.9%200-8.3-2.8-3.5-3-8.3-9.9-11.5-26l-4.3-23.7c0-.3.1-.5.4-.6l277.7-47c2.6-.4%204.6-2.5%204.9-5.2l16-115.8c.2-.8.2-1.7%200-2.6z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-cart.svg?color=%231a73e8&size=48