cart arrow down icon
cart-arrow-down from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- cart-arrow-down
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Prime Icons
Use the cart arrow down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.25 4A.75.75 0 0 1 4 3.25h2a.75.75 0 0 1 .738.616L8.626 14.25h8.788l1.858-7.432a.75.75 0 0 1 1.455.364l-2 8a.75.75 0 0 1-.727.568H8a.75.75 0 0 1-.738-.616L5.374 4.75H4A.75.75 0 0 1 3.25 4m5 14.25c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5m6.5 0c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5M13.75 5a.75.75 0 0 0-1.5 0v3.19l-.72-.72a.75.75 0 1 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l2-2a.75.75 0 0 0-1.06-1.06l-.72.72z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function PrimeCartArrowDown(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" fillRule="evenodd" d="M3.25 4A.75.75 0 0 1 4 3.25h2a.75.75 0 0 1 .738.616L8.626 14.25h8.788l1.858-7.432a.75.75 0 0 1 1.455.364l-2 8a.75.75 0 0 1-.727.568H8a.75.75 0 0 1-.738-.616L5.374 4.75H4A.75.75 0 0 1 3.25 4m5 14.25c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5m6.5 0c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5M13.75 5a.75.75 0 0 0-1.5 0v3.19l-.72-.72a.75.75 0 1 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l2-2a.75.75 0 0 0-1.06-1.06l-.72.72z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.25 4A.75.75 0 0 1 4 3.25h2a.75.75 0 0 1 .738.616L8.626 14.25h8.788l1.858-7.432a.75.75 0 0 1 1.455.364l-2 8a.75.75 0 0 1-.727.568H8a.75.75 0 0 1-.738-.616L5.374 4.75H4A.75.75 0 0 1 3.25 4m5 14.25c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5m6.5 0c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5M13.75 5a.75.75 0 0 0-1.5 0v3.19l-.72-.72a.75.75 0 1 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l2-2a.75.75 0 0 0-1.06-1.06l-.72.72z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-cart-arrow-down {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.25%204A.75.75%200%200%201%204%203.25h2a.75.75%200%200%201%20.738.616L8.626%2014.25h8.788l1.858-7.432a.75.75%200%200%201%201.455.364l-2%208a.75.75%200%200%201-.727.568H8a.75.75%200%200%201-.738-.616L5.374%204.75H4A.75.75%200%200%201%203.25%204m5%2014.25c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5m6.5%200c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5M13.75%205a.75.75%200%200%200-1.5%200v3.19l-.72-.72a.75.75%200%201%200-1.06%201.06l2%202a.75.75%200%200%200%201.06%200l2-2a.75.75%200%200%200-1.06-1.06l-.72.72z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.25%204A.75.75%200%200%201%204%203.25h2a.75.75%200%200%201%20.738.616L8.626%2014.25h8.788l1.858-7.432a.75.75%200%200%201%201.455.364l-2%208a.75.75%200%200%201-.727.568H8a.75.75%200%200%201-.738-.616L5.374%204.75H4A.75.75%200%200%201%203.25%204m5%2014.25c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5m6.5%200c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5M13.75%205a.75.75%200%200%200-1.5%200v3.19l-.72-.72a.75.75%200%201%200-1.06%201.06l2%202a.75.75%200%200%200%201.06%200l2-2a.75.75%200%200%200-1.06-1.06l-.72.72z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/cart-arrow-down.svg?color=%231a73e8&size=48