discount percent icon

discount-percent-fill from Remix Icon by Remix Design · Fill · Finance · Apache-2.0 Free for personal and commercial use.

Name
discount-percent-fill
Set
Remix Icon
Style
Fill
Category
Finance
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More finance icons from Remix Icon

Use the discount percent icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.946 2.094a3 3 0 0 0-3.892 0L8.706 3.243a1 1 0 0 1-.569.236l-1.765.14A3 3 0 0 0 3.62 6.371l-.14 1.766a1 1 0 0 1-.237.569l-1.148 1.348a3 3 0 0 0 0 3.891l1.148 1.349a1 1 0 0 1 .236.569l.141 1.765a3 3 0 0 0 2.752 2.752l1.765.14a1 1 0 0 1 .57.237l1.347 1.148a3 3 0 0 0 3.892 0l1.348-1.148a1 1 0 0 1 .57-.236l1.765-.141a3 3 0 0 0 2.752-2.752l.14-1.765a1 1 0 0 1 .236-.57l1.149-1.347a3 3 0 0 0 0-3.892l-1.149-1.348a1 1 0 0 1-.236-.57l-.14-1.765a3 3 0 0 0-2.752-2.752l-1.766-.14a1 1 0 0 1-.569-.236zm.882 5.663l1.415 1.414l-7.071 7.072l-1.415-1.415zm-4.596 2.475a1.5 1.5 0 1 1-2.121-2.121a1.5 1.5 0 0 1 2.121 2.121m3.536 5.657a1.5 1.5 0 1 1 2.12-2.121a1.5 1.5 0 0 1-2.12 2.12"/></svg>

React

import type { SVGProps } from "react";

export function RiDiscountPercentFill(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" d="M13.946 2.094a3 3 0 0 0-3.892 0L8.706 3.243a1 1 0 0 1-.569.236l-1.765.14A3 3 0 0 0 3.62 6.371l-.14 1.766a1 1 0 0 1-.237.569l-1.148 1.348a3 3 0 0 0 0 3.891l1.148 1.349a1 1 0 0 1 .236.569l.141 1.765a3 3 0 0 0 2.752 2.752l1.765.14a1 1 0 0 1 .57.237l1.347 1.148a3 3 0 0 0 3.892 0l1.348-1.148a1 1 0 0 1 .57-.236l1.765-.141a3 3 0 0 0 2.752-2.752l.14-1.765a1 1 0 0 1 .236-.57l1.149-1.347a3 3 0 0 0 0-3.892l-1.149-1.348a1 1 0 0 1-.236-.57l-.14-1.765a3 3 0 0 0-2.752-2.752l-1.766-.14a1 1 0 0 1-.569-.236zm.882 5.663l1.415 1.414l-7.071 7.072l-1.415-1.415zm-4.596 2.475a1.5 1.5 0 1 1-2.121-2.121a1.5 1.5 0 0 1 2.121 2.121m3.536 5.657a1.5 1.5 0 1 1 2.12-2.121a1.5 1.5 0 0 1-2.12 2.12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.946 2.094a3 3 0 0 0-3.892 0L8.706 3.243a1 1 0 0 1-.569.236l-1.765.14A3 3 0 0 0 3.62 6.371l-.14 1.766a1 1 0 0 1-.237.569l-1.148 1.348a3 3 0 0 0 0 3.891l1.148 1.349a1 1 0 0 1 .236.569l.141 1.765a3 3 0 0 0 2.752 2.752l1.765.14a1 1 0 0 1 .57.237l1.347 1.148a3 3 0 0 0 3.892 0l1.348-1.148a1 1 0 0 1 .57-.236l1.765-.141a3 3 0 0 0 2.752-2.752l.14-1.765a1 1 0 0 1 .236-.57l1.149-1.347a3 3 0 0 0 0-3.892l-1.149-1.348a1 1 0 0 1-.236-.57l-.14-1.765a3 3 0 0 0-2.752-2.752l-1.766-.14a1 1 0 0 1-.569-.236zm.882 5.663l1.415 1.414l-7.071 7.072l-1.415-1.415zm-4.596 2.475a1.5 1.5 0 1 1-2.121-2.121a1.5 1.5 0 0 1 2.121 2.121m3.536 5.657a1.5 1.5 0 1 1 2.12-2.121a1.5 1.5 0 0 1-2.12 2.12"/></svg>
</template>

CSS

.icon-discount-percent-fill {
  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%20d%3D%22M13.946%202.094a3%203%200%200%200-3.892%200L8.706%203.243a1%201%200%200%201-.569.236l-1.765.14A3%203%200%200%200%203.62%206.371l-.14%201.766a1%201%200%200%201-.237.569l-1.148%201.348a3%203%200%200%200%200%203.891l1.148%201.349a1%201%200%200%201%20.236.569l.141%201.765a3%203%200%200%200%202.752%202.752l1.765.14a1%201%200%200%201%20.57.237l1.347%201.148a3%203%200%200%200%203.892%200l1.348-1.148a1%201%200%200%201%20.57-.236l1.765-.141a3%203%200%200%200%202.752-2.752l.14-1.765a1%201%200%200%201%20.236-.57l1.149-1.347a3%203%200%200%200%200-3.892l-1.149-1.348a1%201%200%200%201-.236-.57l-.14-1.765a3%203%200%200%200-2.752-2.752l-1.766-.14a1%201%200%200%201-.569-.236zm.882%205.663l1.415%201.414l-7.071%207.072l-1.415-1.415zm-4.596%202.475a1.5%201.5%200%201%201-2.121-2.121a1.5%201.5%200%200%201%202.121%202.121m3.536%205.657a1.5%201.5%200%201%201%202.12-2.121a1.5%201.5%200%200%201-2.12%202.12%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%20d%3D%22M13.946%202.094a3%203%200%200%200-3.892%200L8.706%203.243a1%201%200%200%201-.569.236l-1.765.14A3%203%200%200%200%203.62%206.371l-.14%201.766a1%201%200%200%201-.237.569l-1.148%201.348a3%203%200%200%200%200%203.891l1.148%201.349a1%201%200%200%201%20.236.569l.141%201.765a3%203%200%200%200%202.752%202.752l1.765.14a1%201%200%200%201%20.57.237l1.347%201.148a3%203%200%200%200%203.892%200l1.348-1.148a1%201%200%200%201%20.57-.236l1.765-.141a3%203%200%200%200%202.752-2.752l.14-1.765a1%201%200%200%201%20.236-.57l1.149-1.347a3%203%200%200%200%200-3.892l-1.149-1.348a1%201%200%200%201-.236-.57l-.14-1.765a3%203%200%200%200-2.752-2.752l-1.766-.14a1%201%200%200%201-.569-.236zm.882%205.663l1.415%201.414l-7.071%207.072l-1.415-1.415zm-4.596%202.475a1.5%201.5%200%201%201-2.121-2.121a1.5%201.5%200%200%201%202.121%202.121m3.536%205.657a1.5%201.5%200%201%201%202.12-2.121a1.5%201.5%200%200%201-2.12%202.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/discount-percent-fill.svg?color=%231a73e8&size=48