sale percent icon

sale-percent-solid from Flowbite Icons by Themesberg · Solid · E-commerce · MIT Free for personal and commercial use.

Name
sale-percent-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

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="currentColor" fill-rule="evenodd" d="M20.29 8.567c.133.323.334.613.59.85v.002a3.536 3.536 0 0 1 0 5.166a2.44 2.44 0 0 0-.776 1.868a3.534 3.534 0 0 1-3.651 3.653a2.48 2.48 0 0 0-1.87.776a3.537 3.537 0 0 1-5.164 0a2.44 2.44 0 0 0-1.87-.776a3.533 3.533 0 0 1-3.653-3.654a2.44 2.44 0 0 0-.775-1.868a3.537 3.537 0 0 1 0-5.166a2.44 2.44 0 0 0 .775-1.87a3.55 3.55 0 0 1 1.033-2.62a3.6 3.6 0 0 1 2.62-1.032a2.4 2.4 0 0 0 1.87-.775a3.535 3.535 0 0 1 5.165 0a2.44 2.44 0 0 0 1.869.775a3.53 3.53 0 0 1 3.652 3.652c-.012.35.051.697.184 1.02ZM9.927 7.371a1 1 0 1 0 0 2h.01a1 1 0 0 0 0-2zm5.889 2.226a1 1 0 0 0-1.414-1.415L8.184 14.4a1 1 0 0 0 1.414 1.414zm-2.79 5.028a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteSalePercentSolid(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="M20.29 8.567c.133.323.334.613.59.85v.002a3.536 3.536 0 0 1 0 5.166a2.44 2.44 0 0 0-.776 1.868a3.534 3.534 0 0 1-3.651 3.653a2.48 2.48 0 0 0-1.87.776a3.537 3.537 0 0 1-5.164 0a2.44 2.44 0 0 0-1.87-.776a3.533 3.533 0 0 1-3.653-3.654a2.44 2.44 0 0 0-.775-1.868a3.537 3.537 0 0 1 0-5.166a2.44 2.44 0 0 0 .775-1.87a3.55 3.55 0 0 1 1.033-2.62a3.6 3.6 0 0 1 2.62-1.032a2.4 2.4 0 0 0 1.87-.775a3.535 3.535 0 0 1 5.165 0a2.44 2.44 0 0 0 1.869.775a3.53 3.53 0 0 1 3.652 3.652c-.012.35.051.697.184 1.02ZM9.927 7.371a1 1 0 1 0 0 2h.01a1 1 0 0 0 0-2zm5.889 2.226a1 1 0 0 0-1.414-1.415L8.184 14.4a1 1 0 0 0 1.414 1.414zm-2.79 5.028a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2z" 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="M20.29 8.567c.133.323.334.613.59.85v.002a3.536 3.536 0 0 1 0 5.166a2.44 2.44 0 0 0-.776 1.868a3.534 3.534 0 0 1-3.651 3.653a2.48 2.48 0 0 0-1.87.776a3.537 3.537 0 0 1-5.164 0a2.44 2.44 0 0 0-1.87-.776a3.533 3.533 0 0 1-3.653-3.654a2.44 2.44 0 0 0-.775-1.868a3.537 3.537 0 0 1 0-5.166a2.44 2.44 0 0 0 .775-1.87a3.55 3.55 0 0 1 1.033-2.62a3.6 3.6 0 0 1 2.62-1.032a2.4 2.4 0 0 0 1.87-.775a3.535 3.535 0 0 1 5.165 0a2.44 2.44 0 0 0 1.869.775a3.53 3.53 0 0 1 3.652 3.652c-.012.35.051.697.184 1.02ZM9.927 7.371a1 1 0 1 0 0 2h.01a1 1 0 0 0 0-2zm5.889 2.226a1 1 0 0 0-1.414-1.415L8.184 14.4a1 1 0 0 0 1.414 1.414zm-2.79 5.028a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-sale-percent-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20.29%208.567c.133.323.334.613.59.85v.002a3.536%203.536%200%200%201%200%205.166a2.44%202.44%200%200%200-.776%201.868a3.534%203.534%200%200%201-3.651%203.653a2.48%202.48%200%200%200-1.87.776a3.537%203.537%200%200%201-5.164%200a2.44%202.44%200%200%200-1.87-.776a3.533%203.533%200%200%201-3.653-3.654a2.44%202.44%200%200%200-.775-1.868a3.537%203.537%200%200%201%200-5.166a2.44%202.44%200%200%200%20.775-1.87a3.55%203.55%200%200%201%201.033-2.62a3.6%203.6%200%200%201%202.62-1.032a2.4%202.4%200%200%200%201.87-.775a3.535%203.535%200%200%201%205.165%200a2.44%202.44%200%200%200%201.869.775a3.53%203.53%200%200%201%203.652%203.652c-.012.35.051.697.184%201.02ZM9.927%207.371a1%201%200%201%200%200%202h.01a1%201%200%200%200%200-2zm5.889%202.226a1%201%200%200%200-1.414-1.415L8.184%2014.4a1%201%200%200%200%201.414%201.414zm-2.79%205.028a1%201%200%201%200%200%202h.01a1%201%200%201%200%200-2z%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%22M20.29%208.567c.133.323.334.613.59.85v.002a3.536%203.536%200%200%201%200%205.166a2.44%202.44%200%200%200-.776%201.868a3.534%203.534%200%200%201-3.651%203.653a2.48%202.48%200%200%200-1.87.776a3.537%203.537%200%200%201-5.164%200a2.44%202.44%200%200%200-1.87-.776a3.533%203.533%200%200%201-3.653-3.654a2.44%202.44%200%200%200-.775-1.868a3.537%203.537%200%200%201%200-5.166a2.44%202.44%200%200%200%20.775-1.87a3.55%203.55%200%200%201%201.033-2.62a3.6%203.6%200%200%201%202.62-1.032a2.4%202.4%200%200%200%201.87-.775a3.535%203.535%200%200%201%205.165%200a2.44%202.44%200%200%200%201.869.775a3.53%203.53%200%200%201%203.652%203.652c-.012.35.051.697.184%201.02ZM9.927%207.371a1%201%200%201%200%200%202h.01a1%201%200%200%200%200-2zm5.889%202.226a1%201%200%200%200-1.414-1.415L8.184%2014.4a1%201%200%200%200%201.414%201.414zm-2.79%205.028a1%201%200%201%200%200%202h.01a1%201%200%201%200%200-2z%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/flowbite/sale-percent-solid.svg?color=%231a73e8&size=48