price cut icon
price-cut from Akar Icons by Arturo Wibawa · Outline · MIT Free for personal and commercial use.
- Name
- price-cut
- Set
- Akar Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Use the price cut icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2 7v8a2 2 0 0 0 2 2h1M2 7V5a2 2 0 0 1 2-2h2M2 7a4 4 0 0 0 4-4m0 0h13m-9.236 9A3 3 0 0 1 14 7.764M2 20L20 2m1.22 16.047l.549-6.261c.075-.865-.598-1.63-1.504-1.71l-.82-.071m1.776 8.042l-.137 1.566c-.076.864-.872 1.501-1.778 1.422l-1.64-.144m3.555-2.844c-1.813-.158-3.405 1.115-3.556 2.844m0 0L7 19.958m4.347-3.477c.409.52.94.785 1.67.849c1.359.119 2.553-.836 2.666-2.133c.061-.696-.085-1.269-.551-1.743"/></svg>
React
import type { SVGProps } from "react";
export function AkarIconsPriceCut(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M2 7v8a2 2 0 0 0 2 2h1M2 7V5a2 2 0 0 1 2-2h2M2 7a4 4 0 0 0 4-4m0 0h13m-9.236 9A3 3 0 0 1 14 7.764M2 20L20 2m1.22 16.047l.549-6.261c.075-.865-.598-1.63-1.504-1.71l-.82-.071m1.776 8.042l-.137 1.566c-.076.864-.872 1.501-1.778 1.422l-1.64-.144m3.555-2.844c-1.813-.158-3.405 1.115-3.556 2.844m0 0L7 19.958m4.347-3.477c.409.52.94.785 1.67.849c1.359.119 2.553-.836 2.666-2.133c.061-.696-.085-1.269-.551-1.743"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2 7v8a2 2 0 0 0 2 2h1M2 7V5a2 2 0 0 1 2-2h2M2 7a4 4 0 0 0 4-4m0 0h13m-9.236 9A3 3 0 0 1 14 7.764M2 20L20 2m1.22 16.047l.549-6.261c.075-.865-.598-1.63-1.504-1.71l-.82-.071m1.776 8.042l-.137 1.566c-.076.864-.872 1.501-1.778 1.422l-1.64-.144m3.555-2.844c-1.813-.158-3.405 1.115-3.556 2.844m0 0L7 19.958m4.347-3.477c.409.52.94.785 1.67.849c1.359.119 2.553-.836 2.666-2.133c.061-.696-.085-1.269-.551-1.743"/></svg> </template>
CSS
.icon-price-cut {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M2%207v8a2%202%200%200%200%202%202h1M2%207V5a2%202%200%200%201%202-2h2M2%207a4%204%200%200%200%204-4m0%200h13m-9.236%209A3%203%200%200%201%2014%207.764M2%2020L20%202m1.22%2016.047l.549-6.261c.075-.865-.598-1.63-1.504-1.71l-.82-.071m1.776%208.042l-.137%201.566c-.076.864-.872%201.501-1.778%201.422l-1.64-.144m3.555-2.844c-1.813-.158-3.405%201.115-3.556%202.844m0%200L7%2019.958m4.347-3.477c.409.52.94.785%201.67.849c1.359.119%202.553-.836%202.666-2.133c.061-.696-.085-1.269-.551-1.743%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M2%207v8a2%202%200%200%200%202%202h1M2%207V5a2%202%200%200%201%202-2h2M2%207a4%204%200%200%200%204-4m0%200h13m-9.236%209A3%203%200%200%201%2014%207.764M2%2020L20%202m1.22%2016.047l.549-6.261c.075-.865-.598-1.63-1.504-1.71l-.82-.071m1.776%208.042l-.137%201.566c-.076.864-.872%201.501-1.778%201.422l-1.64-.144m3.555-2.844c-1.813-.158-3.405%201.115-3.556%202.844m0%200L7%2019.958m4.347-3.477c.409.52.94.785%201.67.849c1.359.119%202.553-.836%202.666-2.133c.061-.696-.085-1.269-.551-1.743%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/akar-icons/price-cut.svg?color=%231a73e8&size=48