rosette discount icon

rosette-discount-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
rosette-discount-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

Related icons in Tabler Icons

Use the rosette discount icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.01 2.011c.852 0 1.668.34 2.267.942l.698.698A1.2 1.2 0 0 0 15.82 4h1a3.2 3.2 0 0 1 3.2 3.2v1c0 .316.126.62.347.843l.698.698a3.2 3.2 0 0 1 .002 4.536l-.698.698a1.2 1.2 0 0 0-.349.845v1a3.2 3.2 0 0 1-3.2 3.2h-1a1.2 1.2 0 0 0-.843.347l-.698.698a3.2 3.2 0 0 1-4.536.002l-.698-.698a1.2 1.2 0 0 0-.845-.349h-1a3.2 3.2 0 0 1-3.2-3.2v-1a1.2 1.2 0 0 0-.347-.843l-.698-.698a3.2 3.2 0 0 1-.002-4.536l.698-.698A1.2 1.2 0 0 0 4 8.2v-1l.005-.182A3.2 3.2 0 0 1 7.2 4h1a1.2 1.2 0 0 0 .843-.347l.698-.698a3.2 3.2 0 0 1 2.269-.944M14.5 13a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m1.207-4.707a1 1 0 0 0-1.414 0l-6 6a1 1 0 0 0 1.414 1.414l6-6a1 1 0 0 0 0-1.414M9.5 8a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>

React

import type { SVGProps } from "react";

export function TablerRosetteDiscountFilled(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="M12.01 2.011c.852 0 1.668.34 2.267.942l.698.698A1.2 1.2 0 0 0 15.82 4h1a3.2 3.2 0 0 1 3.2 3.2v1c0 .316.126.62.347.843l.698.698a3.2 3.2 0 0 1 .002 4.536l-.698.698a1.2 1.2 0 0 0-.349.845v1a3.2 3.2 0 0 1-3.2 3.2h-1a1.2 1.2 0 0 0-.843.347l-.698.698a3.2 3.2 0 0 1-4.536.002l-.698-.698a1.2 1.2 0 0 0-.845-.349h-1a3.2 3.2 0 0 1-3.2-3.2v-1a1.2 1.2 0 0 0-.347-.843l-.698-.698a3.2 3.2 0 0 1-.002-4.536l.698-.698A1.2 1.2 0 0 0 4 8.2v-1l.005-.182A3.2 3.2 0 0 1 7.2 4h1a1.2 1.2 0 0 0 .843-.347l.698-.698a3.2 3.2 0 0 1 2.269-.944M14.5 13a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m1.207-4.707a1 1 0 0 0-1.414 0l-6 6a1 1 0 0 0 1.414 1.414l6-6a1 1 0 0 0 0-1.414M9.5 8a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.01 2.011c.852 0 1.668.34 2.267.942l.698.698A1.2 1.2 0 0 0 15.82 4h1a3.2 3.2 0 0 1 3.2 3.2v1c0 .316.126.62.347.843l.698.698a3.2 3.2 0 0 1 .002 4.536l-.698.698a1.2 1.2 0 0 0-.349.845v1a3.2 3.2 0 0 1-3.2 3.2h-1a1.2 1.2 0 0 0-.843.347l-.698.698a3.2 3.2 0 0 1-4.536.002l-.698-.698a1.2 1.2 0 0 0-.845-.349h-1a3.2 3.2 0 0 1-3.2-3.2v-1a1.2 1.2 0 0 0-.347-.843l-.698-.698a3.2 3.2 0 0 1-.002-4.536l.698-.698A1.2 1.2 0 0 0 4 8.2v-1l.005-.182A3.2 3.2 0 0 1 7.2 4h1a1.2 1.2 0 0 0 .843-.347l.698-.698a3.2 3.2 0 0 1 2.269-.944M14.5 13a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m1.207-4.707a1 1 0 0 0-1.414 0l-6 6a1 1 0 0 0 1.414 1.414l6-6a1 1 0 0 0 0-1.414M9.5 8a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
</template>

CSS

.icon-rosette-discount-filled {
  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%22M12.01%202.011c.852%200%201.668.34%202.267.942l.698.698A1.2%201.2%200%200%200%2015.82%204h1a3.2%203.2%200%200%201%203.2%203.2v1c0%20.316.126.62.347.843l.698.698a3.2%203.2%200%200%201%20.002%204.536l-.698.698a1.2%201.2%200%200%200-.349.845v1a3.2%203.2%200%200%201-3.2%203.2h-1a1.2%201.2%200%200%200-.843.347l-.698.698a3.2%203.2%200%200%201-4.536.002l-.698-.698a1.2%201.2%200%200%200-.845-.349h-1a3.2%203.2%200%200%201-3.2-3.2v-1a1.2%201.2%200%200%200-.347-.843l-.698-.698a3.2%203.2%200%200%201-.002-4.536l.698-.698A1.2%201.2%200%200%200%204%208.2v-1l.005-.182A3.2%203.2%200%200%201%207.2%204h1a1.2%201.2%200%200%200%20.843-.347l.698-.698a3.2%203.2%200%200%201%202.269-.944M14.5%2013a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m1.207-4.707a1%201%200%200%200-1.414%200l-6%206a1%201%200%200%200%201.414%201.414l6-6a1%201%200%200%200%200-1.414M9.5%208a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%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%22M12.01%202.011c.852%200%201.668.34%202.267.942l.698.698A1.2%201.2%200%200%200%2015.82%204h1a3.2%203.2%200%200%201%203.2%203.2v1c0%20.316.126.62.347.843l.698.698a3.2%203.2%200%200%201%20.002%204.536l-.698.698a1.2%201.2%200%200%200-.349.845v1a3.2%203.2%200%200%201-3.2%203.2h-1a1.2%201.2%200%200%200-.843.347l-.698.698a3.2%203.2%200%200%201-4.536.002l-.698-.698a1.2%201.2%200%200%200-.845-.349h-1a3.2%203.2%200%200%201-3.2-3.2v-1a1.2%201.2%200%200%200-.347-.843l-.698-.698a3.2%203.2%200%200%201-.002-4.536l.698-.698A1.2%201.2%200%200%200%204%208.2v-1l.005-.182A3.2%203.2%200%200%201%207.2%204h1a1.2%201.2%200%200%200%20.843-.347l.698-.698a3.2%203.2%200%200%201%202.269-.944M14.5%2013a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m1.207-4.707a1%201%200%200%200-1.414%200l-6%206a1%201%200%200%200%201.414%201.414l6-6a1%201%200%200%200%200-1.414M9.5%208a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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