md pricetag icon

md-pricetag from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-pricetag
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md pricetag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M416 64H257.6L76.5 251.6c-8 8-12.3 18.5-12.5 29-.3 11.3 3.9 22.6 12.5 31.2l123.7 123.6c8 8 20.8 12.5 28.8 12.5s22.8-3.9 31.4-12.5L448 256V96l-32-32zm-30.7 102.7c-21.7 6.1-41.3-10-41.3-30.7 0-17.7 14.3-32 32-32 20.7 0 36.8 19.6 30.7 41.3-2.9 10.3-11.1 18.5-21.4 21.4z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdPricetag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M416 64H257.6L76.5 251.6c-8 8-12.3 18.5-12.5 29-.3 11.3 3.9 22.6 12.5 31.2l123.7 123.6c8 8 20.8 12.5 28.8 12.5s22.8-3.9 31.4-12.5L448 256V96l-32-32zm-30.7 102.7c-21.7 6.1-41.3-10-41.3-30.7 0-17.7 14.3-32 32-32 20.7 0 36.8 19.6 30.7 41.3-2.9 10.3-11.1 18.5-21.4 21.4z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M416 64H257.6L76.5 251.6c-8 8-12.3 18.5-12.5 29-.3 11.3 3.9 22.6 12.5 31.2l123.7 123.6c8 8 20.8 12.5 28.8 12.5s22.8-3.9 31.4-12.5L448 256V96l-32-32zm-30.7 102.7c-21.7 6.1-41.3-10-41.3-30.7 0-17.7 14.3-32 32-32 20.7 0 36.8 19.6 30.7 41.3-2.9 10.3-11.1 18.5-21.4 21.4z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-pricetag {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M416%2064H257.6L76.5%20251.6c-8%208-12.3%2018.5-12.5%2029-.3%2011.3%203.9%2022.6%2012.5%2031.2l123.7%20123.6c8%208%2020.8%2012.5%2028.8%2012.5s22.8-3.9%2031.4-12.5L448%20256V96l-32-32zm-30.7%20102.7c-21.7%206.1-41.3-10-41.3-30.7%200-17.7%2014.3-32%2032-32%2020.7%200%2036.8%2019.6%2030.7%2041.3-2.9%2010.3-11.1%2018.5-21.4%2021.4z%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%20512%20512%22%3E%3Cpath%20d%3D%22M416%2064H257.6L76.5%20251.6c-8%208-12.3%2018.5-12.5%2029-.3%2011.3%203.9%2022.6%2012.5%2031.2l123.7%20123.6c8%208%2020.8%2012.5%2028.8%2012.5s22.8-3.9%2031.4-12.5L448%20256V96l-32-32zm-30.7%20102.7c-21.7%206.1-41.3-10-41.3-30.7%200-17.7%2014.3-32%2032-32%2020.7%200%2036.8%2019.6%2030.7%2041.3-2.9%2010.3-11.1%2018.5-21.4%2021.4z%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/ion/md-pricetag.svg?color=%231a73e8&size=48