cart 4 icon
cart-4-linear from Solar by 480 Design · Linear · Shopping · CC-BY-4.0 Attribution required.
- Name
- cart-4-linear
- Set
- Solar
- Style
- Linear
- Category
- Shopping
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More shopping icons from Solar
bag-2-boldbag-3-boldbag-4-boldbag-5-boldbag-boldbag-check-boldbag-cross-boldbag-heart-boldbag-music-2-boldbag-music-boldbag-smile-boldcart-2-boldcart-3-boldcart-5-boldcart-boldcart-check-boldcart-cross-boldcart-large-2-boldcart-large-3-boldcart-large-4-boldcart-large-boldcart-large-minimalistic-boldcart-plus-boldshop-2-bold
Use the cart 4 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3.55514 14.2572C2.83668 10.9043 2.47745 9.22793 3.378 8.11397C4.27855 7 5.99302 7 9.42196 7H14.5781C18.0071 7 19.7215 7 20.6221 8.11397C21.5226 9.22793 21.1634 10.9043 20.4449 14.2572L20.0164 16.2572C19.5294 18.5297 19.2859 19.666 18.4608 20.333C17.6357 21 16.4737 21 14.1495 21H9.85053C7.52639 21 6.36432 21 5.53925 20.333C4.71418 19.666 4.47069 18.5297 3.98372 16.2572L3.55514 14.2572Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M3 11H21"/><path stroke-linecap="round" stroke-linejoin="round" d="M10 14H14"/><path stroke-linecap="round" stroke-linejoin="round" d="M18 9L15 3"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 9L9 3"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarCart4Linear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M3.55514 14.2572C2.83668 10.9043 2.47745 9.22793 3.378 8.11397C4.27855 7 5.99302 7 9.42196 7H14.5781C18.0071 7 19.7215 7 20.6221 8.11397C21.5226 9.22793 21.1634 10.9043 20.4449 14.2572L20.0164 16.2572C19.5294 18.5297 19.2859 19.666 18.4608 20.333C17.6357 21 16.4737 21 14.1495 21H9.85053C7.52639 21 6.36432 21 5.53925 20.333C4.71418 19.666 4.47069 18.5297 3.98372 16.2572L3.55514 14.2572Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M3 11H21"/><path strokeLinecap="round" strokeLinejoin="round" d="M10 14H14"/><path strokeLinecap="round" strokeLinejoin="round" d="M18 9L15 3"/><path strokeLinecap="round" strokeLinejoin="round" d="M6 9L9 3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3.55514 14.2572C2.83668 10.9043 2.47745 9.22793 3.378 8.11397C4.27855 7 5.99302 7 9.42196 7H14.5781C18.0071 7 19.7215 7 20.6221 8.11397C21.5226 9.22793 21.1634 10.9043 20.4449 14.2572L20.0164 16.2572C19.5294 18.5297 19.2859 19.666 18.4608 20.333C17.6357 21 16.4737 21 14.1495 21H9.85053C7.52639 21 6.36432 21 5.53925 20.333C4.71418 19.666 4.47069 18.5297 3.98372 16.2572L3.55514 14.2572Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M3 11H21"/><path stroke-linecap="round" stroke-linejoin="round" d="M10 14H14"/><path stroke-linecap="round" stroke-linejoin="round" d="M18 9L15 3"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 9L9 3"/></g></svg> </template>
CSS
.icon-cart-4-linear {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.55514%2014.2572C2.83668%2010.9043%202.47745%209.22793%203.378%208.11397C4.27855%207%205.99302%207%209.42196%207H14.5781C18.0071%207%2019.7215%207%2020.6221%208.11397C21.5226%209.22793%2021.1634%2010.9043%2020.4449%2014.2572L20.0164%2016.2572C19.5294%2018.5297%2019.2859%2019.666%2018.4608%2020.333C17.6357%2021%2016.4737%2021%2014.1495%2021H9.85053C7.52639%2021%206.36432%2021%205.53925%2020.333C4.71418%2019.666%204.47069%2018.5297%203.98372%2016.2572L3.55514%2014.2572Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3%2011H21%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2014H14%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%209L15%203%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%209L9%203%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.55514%2014.2572C2.83668%2010.9043%202.47745%209.22793%203.378%208.11397C4.27855%207%205.99302%207%209.42196%207H14.5781C18.0071%207%2019.7215%207%2020.6221%208.11397C21.5226%209.22793%2021.1634%2010.9043%2020.4449%2014.2572L20.0164%2016.2572C19.5294%2018.5297%2019.2859%2019.666%2018.4608%2020.333C17.6357%2021%2016.4737%2021%2014.1495%2021H9.85053C7.52639%2021%206.36432%2021%205.53925%2020.333C4.71418%2019.666%204.47069%2018.5297%203.98372%2016.2572L3.55514%2014.2572Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3%2011H21%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2014H14%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%209L15%203%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%209L9%203%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/cart-4-linear.svg?color=%231a73e8&size=48