sale percent icon
sale-percent-outline from Flowbite Icons by Themesberg · Outline · E-commerce · MIT Free for personal and commercial use.
- Name
- sale-percent-outline
- Set
- Flowbite Icons
- Style
- Outline
- Category
- E-commerce
- Viewbox
- 24×24
- License
- MIT
1 other variant in Flowbite Icons
More e-commerce icons from Flowbite Icons
cart-outlinecart-plus-alt-outlinecart-plus-outlinecash-outlinecash-register-outlinecredit-card-outlinecredit-card-plus-alt-outlinecredit-card-plus-outlinedollar-outlineeuro-outlinefilter-dollar-outlinereceipt-outlinescale-balanced-outlineshopping-bag-outlinestore-outlinetag-outlineuser-headset-outlinewallet-outline
Use the sale percent 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="M8.891 15.107L15.11 8.89m-5.183-.52h.01m3.089 7.254h.01M14.08 3.902a2.85 2.85 0 0 0 2.176.902a2.845 2.845 0 0 1 2.94 2.94a2.85 2.85 0 0 0 .901 2.176a2.847 2.847 0 0 1 0 4.16a2.85 2.85 0 0 0-.901 2.175a2.843 2.843 0 0 1-2.94 2.94a2.85 2.85 0 0 0-2.176.902a2.847 2.847 0 0 1-4.16 0a2.85 2.85 0 0 0-2.176-.902a2.845 2.845 0 0 1-2.94-2.94a2.85 2.85 0 0 0-.901-2.176a2.85 2.85 0 0 1 0-4.16a2.85 2.85 0 0 0 .901-2.176a2.845 2.845 0 0 1 2.941-2.94a2.85 2.85 0 0 0 2.176-.901a2.847 2.847 0 0 1 4.159 0"/></svg>
React
import type { SVGProps } from "react";
export function FlowbiteSalePercentOutline(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="M8.891 15.107L15.11 8.89m-5.183-.52h.01m3.089 7.254h.01M14.08 3.902a2.85 2.85 0 0 0 2.176.902a2.845 2.845 0 0 1 2.94 2.94a2.85 2.85 0 0 0 .901 2.176a2.847 2.847 0 0 1 0 4.16a2.85 2.85 0 0 0-.901 2.175a2.843 2.843 0 0 1-2.94 2.94a2.85 2.85 0 0 0-2.176.902a2.847 2.847 0 0 1-4.16 0a2.85 2.85 0 0 0-2.176-.902a2.845 2.845 0 0 1-2.94-2.94a2.85 2.85 0 0 0-.901-2.176a2.85 2.85 0 0 1 0-4.16a2.85 2.85 0 0 0 .901-2.176a2.845 2.845 0 0 1 2.941-2.94a2.85 2.85 0 0 0 2.176-.901a2.847 2.847 0 0 1 4.159 0"/></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="M8.891 15.107L15.11 8.89m-5.183-.52h.01m3.089 7.254h.01M14.08 3.902a2.85 2.85 0 0 0 2.176.902a2.845 2.845 0 0 1 2.94 2.94a2.85 2.85 0 0 0 .901 2.176a2.847 2.847 0 0 1 0 4.16a2.85 2.85 0 0 0-.901 2.175a2.843 2.843 0 0 1-2.94 2.94a2.85 2.85 0 0 0-2.176.902a2.847 2.847 0 0 1-4.16 0a2.85 2.85 0 0 0-2.176-.902a2.845 2.845 0 0 1-2.94-2.94a2.85 2.85 0 0 0-.901-2.176a2.85 2.85 0 0 1 0-4.16a2.85 2.85 0 0 0 .901-2.176a2.845 2.845 0 0 1 2.941-2.94a2.85 2.85 0 0 0 2.176-.901a2.847 2.847 0 0 1 4.159 0"/></svg> </template>
CSS
.icon-sale-percent-outline {
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%22M8.891%2015.107L15.11%208.89m-5.183-.52h.01m3.089%207.254h.01M14.08%203.902a2.85%202.85%200%200%200%202.176.902a2.845%202.845%200%200%201%202.94%202.94a2.85%202.85%200%200%200%20.901%202.176a2.847%202.847%200%200%201%200%204.16a2.85%202.85%200%200%200-.901%202.175a2.843%202.843%200%200%201-2.94%202.94a2.85%202.85%200%200%200-2.176.902a2.847%202.847%200%200%201-4.16%200a2.85%202.85%200%200%200-2.176-.902a2.845%202.845%200%200%201-2.94-2.94a2.85%202.85%200%200%200-.901-2.176a2.85%202.85%200%200%201%200-4.16a2.85%202.85%200%200%200%20.901-2.176a2.845%202.845%200%200%201%202.941-2.94a2.85%202.85%200%200%200%202.176-.901a2.847%202.847%200%200%201%204.159%200%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%22M8.891%2015.107L15.11%208.89m-5.183-.52h.01m3.089%207.254h.01M14.08%203.902a2.85%202.85%200%200%200%202.176.902a2.845%202.845%200%200%201%202.94%202.94a2.85%202.85%200%200%200%20.901%202.176a2.847%202.847%200%200%201%200%204.16a2.85%202.85%200%200%200-.901%202.175a2.843%202.843%200%200%201-2.94%202.94a2.85%202.85%200%200%200-2.176.902a2.847%202.847%200%200%201-4.16%200a2.85%202.85%200%200%200-2.176-.902a2.845%202.845%200%200%201-2.94-2.94a2.85%202.85%200%200%200-.901-2.176a2.85%202.85%200%200%201%200-4.16a2.85%202.85%200%200%200%20.901-2.176a2.845%202.845%200%200%201%202.941-2.94a2.85%202.85%200%200%200%202.176-.901a2.847%202.847%200%200%201%204.159%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/sale-percent-outline.svg?color=%231a73e8&size=48