cart down icon
cart-down-filled from Reicon by REICON · Filled · Shopping · MIT Free for personal and commercial use.
- Name
- cart-down-filled
- Set
- Reicon
- Style
- Filled
- Category
- Shopping
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More shopping icons from Reicon
Use the cart down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 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.395a2 2 0 1 0 3.71 0h6.29a2 2 0 1 0 3.71 0H21a.75.75 0 0 0 0-1.5H6.25a1 1 0 1 1 0-2h12.467a3.25 3.25 0 0 0 3.237-2.956l.793-8.726a.75.75 0 1 0-1.494-.136l-.793 8.726a1.75 1.75 0 0 1-1.743 1.592H8.007a1.25 1.25 0 0 1-1.24-1.09L5.414 3.21a2.25 2.25 0 0 0-2.231-1.96z"/><path d="M13.5 3.75a.75.75 0 0 1 .75.75v5.19l1.72-1.72a.75.75 0 1 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 0 1 1.06-1.06l1.72 1.72V4.5a.75.75 0 0 1 .75-.75"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCartDownFilled(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="M2 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.395a2 2 0 1 0 3.71 0h6.29a2 2 0 1 0 3.71 0H21a.75.75 0 0 0 0-1.5H6.25a1 1 0 1 1 0-2h12.467a3.25 3.25 0 0 0 3.237-2.956l.793-8.726a.75.75 0 1 0-1.494-.136l-.793 8.726a1.75 1.75 0 0 1-1.743 1.592H8.007a1.25 1.25 0 0 1-1.24-1.09L5.414 3.21a2.25 2.25 0 0 0-2.231-1.96z"/><path d="M13.5 3.75a.75.75 0 0 1 .75.75v5.19l1.72-1.72a.75.75 0 1 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 0 1 1.06-1.06l1.72 1.72V4.5a.75.75 0 0 1 .75-.75"/></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="M2 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.395a2 2 0 1 0 3.71 0h6.29a2 2 0 1 0 3.71 0H21a.75.75 0 0 0 0-1.5H6.25a1 1 0 1 1 0-2h12.467a3.25 3.25 0 0 0 3.237-2.956l.793-8.726a.75.75 0 1 0-1.494-.136l-.793 8.726a1.75 1.75 0 0 1-1.743 1.592H8.007a1.25 1.25 0 0 1-1.24-1.09L5.414 3.21a2.25 2.25 0 0 0-2.231-1.96z"/><path d="M13.5 3.75a.75.75 0 0 1 .75.75v5.19l1.72-1.72a.75.75 0 1 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 0 1 1.06-1.06l1.72 1.72V4.5a.75.75 0 0 1 .75-.75"/></g></svg> </template>
CSS
.icon-cart-down-filled {
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%22M2%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.395a2%202%200%201%200%203.71%200h6.29a2%202%200%201%200%203.71%200H21a.75.75%200%200%200%200-1.5H6.25a1%201%200%201%201%200-2h12.467a3.25%203.25%200%200%200%203.237-2.956l.793-8.726a.75.75%200%201%200-1.494-.136l-.793%208.726a1.75%201.75%200%200%201-1.743%201.592H8.007a1.25%201.25%200%200%201-1.24-1.09L5.414%203.21a2.25%202.25%200%200%200-2.231-1.96z%22%2F%3E%3Cpath%20d%3D%22M13.5%203.75a.75.75%200%200%201%20.75.75v5.19l1.72-1.72a.75.75%200%201%201%201.06%201.06l-3%203a.75.75%200%200%201-1.06%200l-3-3a.75.75%200%200%201%201.06-1.06l1.72%201.72V4.5a.75.75%200%200%201%20.75-.75%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%22M2%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.395a2%202%200%201%200%203.71%200h6.29a2%202%200%201%200%203.71%200H21a.75.75%200%200%200%200-1.5H6.25a1%201%200%201%201%200-2h12.467a3.25%203.25%200%200%200%203.237-2.956l.793-8.726a.75.75%200%201%200-1.494-.136l-.793%208.726a1.75%201.75%200%200%201-1.743%201.592H8.007a1.25%201.25%200%200%201-1.24-1.09L5.414%203.21a2.25%202.25%200%200%200-2.231-1.96z%22%2F%3E%3Cpath%20d%3D%22M13.5%203.75a.75.75%200%200%201%20.75.75v5.19l1.72-1.72a.75.75%200%201%201%201.06%201.06l-3%203a.75.75%200%200%201-1.06%200l-3-3a.75.75%200%200%201%201.06-1.06l1.72%201.72V4.5a.75.75%200%200%201%20.75-.75%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-down-filled.svg?color=%231a73e8&size=48