cart plus icon
cart-plus from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- cart-plus
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Prime Icons
Use the cart plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.39 11.5c0-.41.34-.75.75-.75h1.25V9.5c0-.41.34-.75.75-.75s.75.34.75.75v1.25h1.25c.41 0 .75.34.75.75s-.34.75-.75.75h-1.25v1.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.25h-1.25c-.41 0-.75-.34-.75-.75m.86 7.25c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5m6.5 0c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5m2.98-11.07l-2 8a.75.75 0 0 1-.73.57H8c-.36 0-.67-.26-.74-.62L5.37 5.25H4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.36 0 .67.26.74.62l.43 2.38H20a.754.754 0 0 1 .73.93m-1.69.57H7.44l1.18 6.5h8.79l1.62-6.5Z"/></svg>
React
import type { SVGProps } from "react";
export function PrimeCartPlus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.39 11.5c0-.41.34-.75.75-.75h1.25V9.5c0-.41.34-.75.75-.75s.75.34.75.75v1.25h1.25c.41 0 .75.34.75.75s-.34.75-.75.75h-1.25v1.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.25h-1.25c-.41 0-.75-.34-.75-.75m.86 7.25c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5m6.5 0c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5m2.98-11.07l-2 8a.75.75 0 0 1-.73.57H8c-.36 0-.67-.26-.74-.62L5.37 5.25H4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.36 0 .67.26.74.62l.43 2.38H20a.754.754 0 0 1 .73.93m-1.69.57H7.44l1.18 6.5h8.79l1.62-6.5Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.39 11.5c0-.41.34-.75.75-.75h1.25V9.5c0-.41.34-.75.75-.75s.75.34.75.75v1.25h1.25c.41 0 .75.34.75.75s-.34.75-.75.75h-1.25v1.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.25h-1.25c-.41 0-.75-.34-.75-.75m.86 7.25c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5m6.5 0c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5m2.98-11.07l-2 8a.75.75 0 0 1-.73.57H8c-.36 0-.67-.26-.74-.62L5.37 5.25H4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.36 0 .67.26.74.62l.43 2.38H20a.754.754 0 0 1 .73.93m-1.69.57H7.44l1.18 6.5h8.79l1.62-6.5Z"/></svg> </template>
CSS
.icon-cart-plus {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.39%2011.5c0-.41.34-.75.75-.75h1.25V9.5c0-.41.34-.75.75-.75s.75.34.75.75v1.25h1.25c.41%200%20.75.34.75.75s-.34.75-.75.75h-1.25v1.25c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-1.25h-1.25c-.41%200-.75-.34-.75-.75m.86%207.25c0%20.83-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5m6.5%200c0%20.83-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5m2.98-11.07l-2%208a.75.75%200%200%201-.73.57H8c-.36%200-.67-.26-.74-.62L5.37%205.25H4c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2c.36%200%20.67.26.74.62l.43%202.38H20a.754.754%200%200%201%20.73.93m-1.69.57H7.44l1.18%206.5h8.79l1.62-6.5Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.39%2011.5c0-.41.34-.75.75-.75h1.25V9.5c0-.41.34-.75.75-.75s.75.34.75.75v1.25h1.25c.41%200%20.75.34.75.75s-.34.75-.75.75h-1.25v1.25c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-1.25h-1.25c-.41%200-.75-.34-.75-.75m.86%207.25c0%20.83-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5m6.5%200c0%20.83-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5m2.98-11.07l-2%208a.75.75%200%200%201-.73.57H8c-.36%200-.67-.26-.74-.62L5.37%205.25H4c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h2c.36%200%20.67.26.74.62l.43%202.38H20a.754.754%200%200%201%20.73.93m-1.69.57H7.44l1.18%206.5h8.79l1.62-6.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/cart-plus.svg?color=%231a73e8&size=48