twotone discount icon

twotone-discount from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
twotone-discount
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the twotone discount icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 9.79L11.21 2H5v6.21L12.79 16zM7.25 5.5a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5" opacity=".3"/><path fill="currentColor" d="M12.79 21L3 11.21v2c0 .53.21 1.04.59 1.41l7.79 7.79c.78.78 2.05.78 2.83 0l6.21-6.21c.78-.78.78-2.05 0-2.83z"/><path fill="currentColor" d="M11.38 17.41c.39.39.9.59 1.41.59s1.02-.2 1.41-.59l6.21-6.21c.78-.78.78-2.05 0-2.83L12.62.58C12.25.21 11.74 0 11.21 0H5C3.9 0 3 .9 3 2v6.21c0 .53.21 1.04.59 1.41zM5 2h6.21L19 9.79L12.79 16L5 8.21z"/><circle cx="7.25" cy="4.25" r="1.25" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneDiscount(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="M19 9.79L11.21 2H5v6.21L12.79 16zM7.25 5.5a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5" opacity=".3"/><path fill="currentColor" d="M12.79 21L3 11.21v2c0 .53.21 1.04.59 1.41l7.79 7.79c.78.78 2.05.78 2.83 0l6.21-6.21c.78-.78.78-2.05 0-2.83z"/><path fill="currentColor" d="M11.38 17.41c.39.39.9.59 1.41.59s1.02-.2 1.41-.59l6.21-6.21c.78-.78.78-2.05 0-2.83L12.62.58C12.25.21 11.74 0 11.21 0H5C3.9 0 3 .9 3 2v6.21c0 .53.21 1.04.59 1.41zM5 2h6.21L19 9.79L12.79 16L5 8.21z"/><circle cx="7.25" cy="4.25" r="1.25" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 9.79L11.21 2H5v6.21L12.79 16zM7.25 5.5a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5" opacity=".3"/><path fill="currentColor" d="M12.79 21L3 11.21v2c0 .53.21 1.04.59 1.41l7.79 7.79c.78.78 2.05.78 2.83 0l6.21-6.21c.78-.78.78-2.05 0-2.83z"/><path fill="currentColor" d="M11.38 17.41c.39.39.9.59 1.41.59s1.02-.2 1.41-.59l6.21-6.21c.78-.78.78-2.05 0-2.83L12.62.58C12.25.21 11.74 0 11.21 0H5C3.9 0 3 .9 3 2v6.21c0 .53.21 1.04.59 1.41zM5 2h6.21L19 9.79L12.79 16L5 8.21z"/><circle cx="7.25" cy="4.25" r="1.25" fill="currentColor"/></svg>
</template>

CSS

.icon-twotone-discount {
  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%22M19%209.79L11.21%202H5v6.21L12.79%2016zM7.25%205.5a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.79%2021L3%2011.21v2c0%20.53.21%201.04.59%201.41l7.79%207.79c.78.78%202.05.78%202.83%200l6.21-6.21c.78-.78.78-2.05%200-2.83z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.38%2017.41c.39.39.9.59%201.41.59s1.02-.2%201.41-.59l6.21-6.21c.78-.78.78-2.05%200-2.83L12.62.58C12.25.21%2011.74%200%2011.21%200H5C3.9%200%203%20.9%203%202v6.21c0%20.53.21%201.04.59%201.41zM5%202h6.21L19%209.79L12.79%2016L5%208.21z%22%2F%3E%3Ccircle%20cx%3D%227.25%22%20cy%3D%224.25%22%20r%3D%221.25%22%20fill%3D%22currentColor%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%22M19%209.79L11.21%202H5v6.21L12.79%2016zM7.25%205.5a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.79%2021L3%2011.21v2c0%20.53.21%201.04.59%201.41l7.79%207.79c.78.78%202.05.78%202.83%200l6.21-6.21c.78-.78.78-2.05%200-2.83z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.38%2017.41c.39.39.9.59%201.41.59s1.02-.2%201.41-.59l6.21-6.21c.78-.78.78-2.05%200-2.83L12.62.58C12.25.21%2011.74%200%2011.21%200H5C3.9%200%203%20.9%203%202v6.21c0%20.53.21%201.04.59%201.41zM5%202h6.21L19%209.79L12.79%2016L5%208.21z%22%2F%3E%3Ccircle%20cx%3D%227.25%22%20cy%3D%224.25%22%20r%3D%221.25%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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