cart plus alt icon
cart-plus-alt-solid from Flowbite Icons by Themesberg · Solid · E-commerce · MIT Free for personal and commercial use.
- Name
- cart-plus-alt-solid
- Set
- Flowbite Icons
- Style
- Solid
- Category
- E-commerce
- Viewbox
- 24×24
- License
- MIT
1 other variant in Flowbite Icons
More e-commerce icons from Flowbite Icons
cart-outlinecart-plus-outlinecash-outlinecash-register-outlinecredit-card-outlinecredit-card-plus-alt-outlinecredit-card-plus-outlinedollar-outlineeuro-outlinefilter-dollar-outlinereceipt-outlinesale-percent-outlinescale-balanced-outlineshopping-bag-outlinestore-outlinetag-outlineuser-headset-outlinewallet-outline
Use the cart plus alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.268 6A2 2 0 0 0 14 9h1v1a2 2 0 0 0 3.04 1.708l-.311 1.496a1 1 0 0 1-.979.796H8.605l.208 1H16a3 3 0 1 1-2.83 2h-2.34a3 3 0 1 1-4.009-1.76L4.686 5H4a1 1 0 0 1 0-2h1.5a1 1 0 0 1 .979.796L6.939 6z"/><path d="M18 4a1 1 0 1 0-2 0v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0V8h2a1 1 0 1 0 0-2h-2z"/></g></svg>
React
import type { SVGProps } from "react";
export function FlowbiteCartPlusAltSolid(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 d="M12.268 6A2 2 0 0 0 14 9h1v1a2 2 0 0 0 3.04 1.708l-.311 1.496a1 1 0 0 1-.979.796H8.605l.208 1H16a3 3 0 1 1-2.83 2h-2.34a3 3 0 1 1-4.009-1.76L4.686 5H4a1 1 0 0 1 0-2h1.5a1 1 0 0 1 .979.796L6.939 6z"/><path d="M18 4a1 1 0 1 0-2 0v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0V8h2a1 1 0 1 0 0-2h-2z"/></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 d="M12.268 6A2 2 0 0 0 14 9h1v1a2 2 0 0 0 3.04 1.708l-.311 1.496a1 1 0 0 1-.979.796H8.605l.208 1H16a3 3 0 1 1-2.83 2h-2.34a3 3 0 1 1-4.009-1.76L4.686 5H4a1 1 0 0 1 0-2h1.5a1 1 0 0 1 .979.796L6.939 6z"/><path d="M18 4a1 1 0 1 0-2 0v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0V8h2a1 1 0 1 0 0-2h-2z"/></g></svg> </template>
CSS
.icon-cart-plus-alt-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.268%206A2%202%200%200%200%2014%209h1v1a2%202%200%200%200%203.04%201.708l-.311%201.496a1%201%200%200%201-.979.796H8.605l.208%201H16a3%203%200%201%201-2.83%202h-2.34a3%203%200%201%201-4.009-1.76L4.686%205H4a1%201%200%200%201%200-2h1.5a1%201%200%200%201%20.979.796L6.939%206z%22%2F%3E%3Cpath%20d%3D%22M18%204a1%201%200%201%200-2%200v2h-2a1%201%200%201%200%200%202h2v2a1%201%200%201%200%202%200V8h2a1%201%200%201%200%200-2h-2z%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%20d%3D%22M12.268%206A2%202%200%200%200%2014%209h1v1a2%202%200%200%200%203.04%201.708l-.311%201.496a1%201%200%200%201-.979.796H8.605l.208%201H16a3%203%200%201%201-2.83%202h-2.34a3%203%200%201%201-4.009-1.76L4.686%205H4a1%201%200%200%201%200-2h1.5a1%201%200%200%201%20.979.796L6.939%206z%22%2F%3E%3Cpath%20d%3D%22M18%204a1%201%200%201%200-2%200v2h-2a1%201%200%201%200%200%202h2v2a1%201%200%201%200%202%200V8h2a1%201%200%201%200%200-2h-2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/cart-plus-alt-solid.svg?color=%231a73e8&size=48