md pricetags icon

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

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

Related icons in IonIcons

Use the md pricetags icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M442 107v141L229.2 451.7c8 8 20.8 12.3 28.8 12.3s22.8-3.7 31.4-12.3L480 272V144l-38-37z" fill="currentColor"/><path d="M384 48H224L44.3 235.6c-8 8-12 17.8-12.3 28.4-.3 11.3 3.7 23.3 12.3 31.9l123.8 123.6c8 8 20.8 12.5 28.8 12.5s22.7-3.9 31.3-12.5L416 240V80l-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 IonMdPricetags(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M442 107v141L229.2 451.7c8 8 20.8 12.3 28.8 12.3s22.8-3.7 31.4-12.3L480 272V144l-38-37z" fill="currentColor"/><path d="M384 48H224L44.3 235.6c-8 8-12 17.8-12.3 28.4-.3 11.3 3.7 23.3 12.3 31.9l123.8 123.6c8 8 20.8 12.5 28.8 12.5s22.7-3.9 31.3-12.5L416 240V80l-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="M442 107v141L229.2 451.7c8 8 20.8 12.3 28.8 12.3s22.8-3.7 31.4-12.3L480 272V144l-38-37z" fill="currentColor"/><path d="M384 48H224L44.3 235.6c-8 8-12 17.8-12.3 28.4-.3 11.3 3.7 23.3 12.3 31.9l123.8 123.6c8 8 20.8 12.5 28.8 12.5s22.7-3.9 31.3-12.5L416 240V80l-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-pricetags {
  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%22M442%20107v141L229.2%20451.7c8%208%2020.8%2012.3%2028.8%2012.3s22.8-3.7%2031.4-12.3L480%20272V144l-38-37z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M384%2048H224L44.3%20235.6c-8%208-12%2017.8-12.3%2028.4-.3%2011.3%203.7%2023.3%2012.3%2031.9l123.8%20123.6c8%208%2020.8%2012.5%2028.8%2012.5s22.7-3.9%2031.3-12.5L416%20240V80l-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%22M442%20107v141L229.2%20451.7c8%208%2020.8%2012.3%2028.8%2012.3s22.8-3.7%2031.4-12.3L480%20272V144l-38-37z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M384%2048H224L44.3%20235.6c-8%208-12%2017.8-12.3%2028.4-.3%2011.3%203.7%2023.3%2012.3%2031.9l123.8%20123.6c8%208%2020.8%2012.5%2028.8%2012.5s22.7-3.9%2031.3-12.5L416%20240V80l-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-pricetags.svg?color=%231a73e8&size=48