cart x2 icon
cart-x2 from Reicon by REICON · Outline · Shopping · MIT Free for personal and commercial use.
- Name
- cart-x2
- Set
- Reicon
- Style
- Outline
- Category
- Shopping
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More shopping icons from Reicon
Use the cart x2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M1 1.25a.75.75 0 0 0 0 1.5h1.182a.75.75 0 0 1 .744.654l1.354 10.45c.046.354.158.684.323.98a2.501 2.501 0 0 0 .647 4.916h.128a2.25 2.25 0 1 0 4.244 0h.63a.75.75 0 0 0 0-1.5H5.25a1 1 0 1 1 0-2h4.89a.75.75 0 0 0 0-1.5H7.007a1.25 1.25 0 0 1-1.24-1.09l-1.09-8.41h15.327a.25.25 0 0 1 .249.275l-.387 3.836a.75.75 0 1 0 1.492.15l.387-3.835a1.75 1.75 0 0 0-1.741-1.926H4.484l-.07-.54a2.25 2.25 0 0 0-2.232-1.96zM6.75 20.5a.75.75 0 0 1 .75-.75h.012a.75.75 0 1 1-.762.75" clip-rule="evenodd"/><path d="m18.884 17l1.058-1.058a.625.625 0 1 0-.884-.884L18 16.116l-1.058-1.058a.625.625 0 1 0-.884.884L17.116 17l-1.058 1.058a.625.625 0 1 0 .884.884L18 17.884l1.058 1.058a.625.625 0 1 0 .884-.884z"/><path fill-rule="evenodd" d="M18 11.25a5.75 5.75 0 1 0 0 11.5a5.75 5.75 0 0 0 0-11.5M13.75 17a4.25 4.25 0 1 1 8.5 0a4.25 4.25 0 0 1-8.5 0" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCartX2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M1 1.25a.75.75 0 0 0 0 1.5h1.182a.75.75 0 0 1 .744.654l1.354 10.45c.046.354.158.684.323.98a2.501 2.501 0 0 0 .647 4.916h.128a2.25 2.25 0 1 0 4.244 0h.63a.75.75 0 0 0 0-1.5H5.25a1 1 0 1 1 0-2h4.89a.75.75 0 0 0 0-1.5H7.007a1.25 1.25 0 0 1-1.24-1.09l-1.09-8.41h15.327a.25.25 0 0 1 .249.275l-.387 3.836a.75.75 0 1 0 1.492.15l.387-3.835a1.75 1.75 0 0 0-1.741-1.926H4.484l-.07-.54a2.25 2.25 0 0 0-2.232-1.96zM6.75 20.5a.75.75 0 0 1 .75-.75h.012a.75.75 0 1 1-.762.75" clipRule="evenodd"/><path d="m18.884 17l1.058-1.058a.625.625 0 1 0-.884-.884L18 16.116l-1.058-1.058a.625.625 0 1 0-.884.884L17.116 17l-1.058 1.058a.625.625 0 1 0 .884.884L18 17.884l1.058 1.058a.625.625 0 1 0 .884-.884z"/><path fillRule="evenodd" d="M18 11.25a5.75 5.75 0 1 0 0 11.5a5.75 5.75 0 0 0 0-11.5M13.75 17a4.25 4.25 0 1 1 8.5 0a4.25 4.25 0 0 1-8.5 0" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M1 1.25a.75.75 0 0 0 0 1.5h1.182a.75.75 0 0 1 .744.654l1.354 10.45c.046.354.158.684.323.98a2.501 2.501 0 0 0 .647 4.916h.128a2.25 2.25 0 1 0 4.244 0h.63a.75.75 0 0 0 0-1.5H5.25a1 1 0 1 1 0-2h4.89a.75.75 0 0 0 0-1.5H7.007a1.25 1.25 0 0 1-1.24-1.09l-1.09-8.41h15.327a.25.25 0 0 1 .249.275l-.387 3.836a.75.75 0 1 0 1.492.15l.387-3.835a1.75 1.75 0 0 0-1.741-1.926H4.484l-.07-.54a2.25 2.25 0 0 0-2.232-1.96zM6.75 20.5a.75.75 0 0 1 .75-.75h.012a.75.75 0 1 1-.762.75" clip-rule="evenodd"/><path d="m18.884 17l1.058-1.058a.625.625 0 1 0-.884-.884L18 16.116l-1.058-1.058a.625.625 0 1 0-.884.884L17.116 17l-1.058 1.058a.625.625 0 1 0 .884.884L18 17.884l1.058 1.058a.625.625 0 1 0 .884-.884z"/><path fill-rule="evenodd" d="M18 11.25a5.75 5.75 0 1 0 0 11.5a5.75 5.75 0 0 0 0-11.5M13.75 17a4.25 4.25 0 1 1 8.5 0a4.25 4.25 0 0 1-8.5 0" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-cart-x2 {
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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%201.25a.75.75%200%200%200%200%201.5h1.182a.75.75%200%200%201%20.744.654l1.354%2010.45c.046.354.158.684.323.98a2.501%202.501%200%200%200%20.647%204.916h.128a2.25%202.25%200%201%200%204.244%200h.63a.75.75%200%200%200%200-1.5H5.25a1%201%200%201%201%200-2h4.89a.75.75%200%200%200%200-1.5H7.007a1.25%201.25%200%200%201-1.24-1.09l-1.09-8.41h15.327a.25.25%200%200%201%20.249.275l-.387%203.836a.75.75%200%201%200%201.492.15l.387-3.835a1.75%201.75%200%200%200-1.741-1.926H4.484l-.07-.54a2.25%202.25%200%200%200-2.232-1.96zM6.75%2020.5a.75.75%200%200%201%20.75-.75h.012a.75.75%200%201%201-.762.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m18.884%2017l1.058-1.058a.625.625%200%201%200-.884-.884L18%2016.116l-1.058-1.058a.625.625%200%201%200-.884.884L17.116%2017l-1.058%201.058a.625.625%200%201%200%20.884.884L18%2017.884l1.058%201.058a.625.625%200%201%200%20.884-.884z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2011.25a5.75%205.75%200%201%200%200%2011.5a5.75%205.75%200%200%200%200-11.5M13.75%2017a4.25%204.25%200%201%201%208.5%200a4.25%204.25%200%200%201-8.5%200%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%201.25a.75.75%200%200%200%200%201.5h1.182a.75.75%200%200%201%20.744.654l1.354%2010.45c.046.354.158.684.323.98a2.501%202.501%200%200%200%20.647%204.916h.128a2.25%202.25%200%201%200%204.244%200h.63a.75.75%200%200%200%200-1.5H5.25a1%201%200%201%201%200-2h4.89a.75.75%200%200%200%200-1.5H7.007a1.25%201.25%200%200%201-1.24-1.09l-1.09-8.41h15.327a.25.25%200%200%201%20.249.275l-.387%203.836a.75.75%200%201%200%201.492.15l.387-3.835a1.75%201.75%200%200%200-1.741-1.926H4.484l-.07-.54a2.25%202.25%200%200%200-2.232-1.96zM6.75%2020.5a.75.75%200%200%201%20.75-.75h.012a.75.75%200%201%201-.762.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m18.884%2017l1.058-1.058a.625.625%200%201%200-.884-.884L18%2016.116l-1.058-1.058a.625.625%200%201%200-.884.884L17.116%2017l-1.058%201.058a.625.625%200%201%200%20.884.884L18%2017.884l1.058%201.058a.625.625%200%201%200%20.884-.884z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2011.25a5.75%205.75%200%201%200%200%2011.5a5.75%205.75%200%200%200%200-11.5M13.75%2017a4.25%204.25%200%201%201%208.5%200a4.25%204.25%200%200%201-8.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/cart-x2.svg?color=%231a73e8&size=48