ios pricetag icon

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

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

1 other variant in IonIcons

Related icons in IonIcons

Use the ios pricetag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M435.2 48H312.3c-3.8 0-7.5 1.5-10.2 4.2L56.4 297.9c-11.2 11.2-11.2 29.5 0 40.7l117 117c11.2 11.2 29.5 11.2 40.7 0L459.7 210c2.7-2.7 4.2-6.4 4.2-10.2v-123C464 60.9 451.1 48 435.2 48zm-47.7 111.8c-20.4 2.2-37.4-14.9-35.3-35.3 1.6-14.8 13.5-26.8 28.3-28.3 20.4-2.2 37.4 14.9 35.3 35.3-1.6 14.8-13.5 26.7-28.3 28.3z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosPricetag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M435.2 48H312.3c-3.8 0-7.5 1.5-10.2 4.2L56.4 297.9c-11.2 11.2-11.2 29.5 0 40.7l117 117c11.2 11.2 29.5 11.2 40.7 0L459.7 210c2.7-2.7 4.2-6.4 4.2-10.2v-123C464 60.9 451.1 48 435.2 48zm-47.7 111.8c-20.4 2.2-37.4-14.9-35.3-35.3 1.6-14.8 13.5-26.8 28.3-28.3 20.4-2.2 37.4 14.9 35.3 35.3-1.6 14.8-13.5 26.7-28.3 28.3z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M435.2 48H312.3c-3.8 0-7.5 1.5-10.2 4.2L56.4 297.9c-11.2 11.2-11.2 29.5 0 40.7l117 117c11.2 11.2 29.5 11.2 40.7 0L459.7 210c2.7-2.7 4.2-6.4 4.2-10.2v-123C464 60.9 451.1 48 435.2 48zm-47.7 111.8c-20.4 2.2-37.4-14.9-35.3-35.3 1.6-14.8 13.5-26.8 28.3-28.3 20.4-2.2 37.4 14.9 35.3 35.3-1.6 14.8-13.5 26.7-28.3 28.3z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%22M435.2%2048H312.3c-3.8%200-7.5%201.5-10.2%204.2L56.4%20297.9c-11.2%2011.2-11.2%2029.5%200%2040.7l117%20117c11.2%2011.2%2029.5%2011.2%2040.7%200L459.7%20210c2.7-2.7%204.2-6.4%204.2-10.2v-123C464%2060.9%20451.1%2048%20435.2%2048zm-47.7%20111.8c-20.4%202.2-37.4-14.9-35.3-35.3%201.6-14.8%2013.5-26.8%2028.3-28.3%2020.4-2.2%2037.4%2014.9%2035.3%2035.3-1.6%2014.8-13.5%2026.7-28.3%2028.3z%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%22M435.2%2048H312.3c-3.8%200-7.5%201.5-10.2%204.2L56.4%20297.9c-11.2%2011.2-11.2%2029.5%200%2040.7l117%20117c11.2%2011.2%2029.5%2011.2%2040.7%200L459.7%20210c2.7-2.7%204.2-6.4%204.2-10.2v-123C464%2060.9%20451.1%2048%20435.2%2048zm-47.7%20111.8c-20.4%202.2-37.4-14.9-35.3-35.3%201.6-14.8%2013.5-26.8%2028.3-28.3%2020.4-2.2%2037.4%2014.9%2035.3%2035.3-1.6%2014.8-13.5%2026.7-28.3%2028.3z%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/ios-pricetag.svg?color=%231a73e8&size=48