cart plus icon
cart-plus-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- cart-plus-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Related icons in Myna UI 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="m3.72 2.787l.55 1.863h14.654c1.84 0 3.245 1.717 2.715 3.51l-1.655 5.6c-.352 1.193-1.471 1.99-2.715 1.99H8.113c-1.244 0-2.362-.797-2.715-1.99L2.281 3.212a.75.75 0 1 1 1.438-.425M13.25 8a.75.75 0 0 0-1.5 0v1.25H10.5a.75.75 0 0 0 0 1.5h1.25V12a.75.75 0 1 0 1.5 0v-1.25h1.25a.75.75 0 1 0 0-1.5h-1.25zM8.5 17.25a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5m8 0a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5"/></svg>
React
import type { SVGProps } from "react";
export function MynauiCartPlusSolid(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="m3.72 2.787l.55 1.863h14.654c1.84 0 3.245 1.717 2.715 3.51l-1.655 5.6c-.352 1.193-1.471 1.99-2.715 1.99H8.113c-1.244 0-2.362-.797-2.715-1.99L2.281 3.212a.75.75 0 1 1 1.438-.425M13.25 8a.75.75 0 0 0-1.5 0v1.25H10.5a.75.75 0 0 0 0 1.5h1.25V12a.75.75 0 1 0 1.5 0v-1.25h1.25a.75.75 0 1 0 0-1.5h-1.25zM8.5 17.25a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5m8 0a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.72 2.787l.55 1.863h14.654c1.84 0 3.245 1.717 2.715 3.51l-1.655 5.6c-.352 1.193-1.471 1.99-2.715 1.99H8.113c-1.244 0-2.362-.797-2.715-1.99L2.281 3.212a.75.75 0 1 1 1.438-.425M13.25 8a.75.75 0 0 0-1.5 0v1.25H10.5a.75.75 0 0 0 0 1.5h1.25V12a.75.75 0 1 0 1.5 0v-1.25h1.25a.75.75 0 1 0 0-1.5h-1.25zM8.5 17.25a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5m8 0a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5"/></svg> </template>
CSS
.icon-cart-plus-solid {
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%22m3.72%202.787l.55%201.863h14.654c1.84%200%203.245%201.717%202.715%203.51l-1.655%205.6c-.352%201.193-1.471%201.99-2.715%201.99H8.113c-1.244%200-2.362-.797-2.715-1.99L2.281%203.212a.75.75%200%201%201%201.438-.425M13.25%208a.75.75%200%200%200-1.5%200v1.25H10.5a.75.75%200%200%200%200%201.5h1.25V12a.75.75%200%201%200%201.5%200v-1.25h1.25a.75.75%200%201%200%200-1.5h-1.25zM8.5%2017.25a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5m8%200a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5%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%22m3.72%202.787l.55%201.863h14.654c1.84%200%203.245%201.717%202.715%203.51l-1.655%205.6c-.352%201.193-1.471%201.99-2.715%201.99H8.113c-1.244%200-2.362-.797-2.715-1.99L2.281%203.212a.75.75%200%201%201%201.438-.425M13.25%208a.75.75%200%200%200-1.5%200v1.25H10.5a.75.75%200%200%200%200%201.5h1.25V12a.75.75%200%201%200%201.5%200v-1.25h1.25a.75.75%200%201%200%200-1.5h-1.25zM8.5%2017.25a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5m8%200a2.25%202.25%200%201%200%200%204.5a2.25%202.25%200%200%200%200-4.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/cart-plus-solid.svg?color=%231a73e8&size=48