ios pricetags icon

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

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

1 other variant in IonIcons

Related icons in IonIcons

Use the ios pricetags icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M403.3 32H285.1c-3.7 0-7.2 1.5-9.8 4.1L40.1 272.2c-10.8 10.8-10.8 28.4 0 39.2l111.5 112.5C162.4 434.7 179 440 195 426l231.9-232.3c2.6-2.6 4.1-6.1 4.1-9.8V59.7c0-15.3-12.4-27.7-27.7-27.7zm-45.9 107.5c-19.6 2.1-36-14.4-33.9-33.9 1.5-14.3 13-25.7 27.3-27.3 19.6-2.1 36 14.4 33.9 33.9-1.5 14.3-13 25.8-27.3 27.3z" fill="currentColor"/><path d="M456 80.3V194c0 3.7-1.5 7.2-4.1 9.8L192.7 463l8.8 8.8c10.8 10.8 28.4 10.8 39.2 0l235.2-236.2c2.6-2.6 4.1-6.1 4.1-9.8V107.7c0-14-10.5-25.6-24-27.4z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosPricetags(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M403.3 32H285.1c-3.7 0-7.2 1.5-9.8 4.1L40.1 272.2c-10.8 10.8-10.8 28.4 0 39.2l111.5 112.5C162.4 434.7 179 440 195 426l231.9-232.3c2.6-2.6 4.1-6.1 4.1-9.8V59.7c0-15.3-12.4-27.7-27.7-27.7zm-45.9 107.5c-19.6 2.1-36-14.4-33.9-33.9 1.5-14.3 13-25.7 27.3-27.3 19.6-2.1 36 14.4 33.9 33.9-1.5 14.3-13 25.8-27.3 27.3z" fill="currentColor"/><path d="M456 80.3V194c0 3.7-1.5 7.2-4.1 9.8L192.7 463l8.8 8.8c10.8 10.8 28.4 10.8 39.2 0l235.2-236.2c2.6-2.6 4.1-6.1 4.1-9.8V107.7c0-14-10.5-25.6-24-27.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="M403.3 32H285.1c-3.7 0-7.2 1.5-9.8 4.1L40.1 272.2c-10.8 10.8-10.8 28.4 0 39.2l111.5 112.5C162.4 434.7 179 440 195 426l231.9-232.3c2.6-2.6 4.1-6.1 4.1-9.8V59.7c0-15.3-12.4-27.7-27.7-27.7zm-45.9 107.5c-19.6 2.1-36-14.4-33.9-33.9 1.5-14.3 13-25.7 27.3-27.3 19.6-2.1 36 14.4 33.9 33.9-1.5 14.3-13 25.8-27.3 27.3z" fill="currentColor"/><path d="M456 80.3V194c0 3.7-1.5 7.2-4.1 9.8L192.7 463l8.8 8.8c10.8 10.8 28.4 10.8 39.2 0l235.2-236.2c2.6-2.6 4.1-6.1 4.1-9.8V107.7c0-14-10.5-25.6-24-27.4z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%22M403.3%2032H285.1c-3.7%200-7.2%201.5-9.8%204.1L40.1%20272.2c-10.8%2010.8-10.8%2028.4%200%2039.2l111.5%20112.5C162.4%20434.7%20179%20440%20195%20426l231.9-232.3c2.6-2.6%204.1-6.1%204.1-9.8V59.7c0-15.3-12.4-27.7-27.7-27.7zm-45.9%20107.5c-19.6%202.1-36-14.4-33.9-33.9%201.5-14.3%2013-25.7%2027.3-27.3%2019.6-2.1%2036%2014.4%2033.9%2033.9-1.5%2014.3-13%2025.8-27.3%2027.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M456%2080.3V194c0%203.7-1.5%207.2-4.1%209.8L192.7%20463l8.8%208.8c10.8%2010.8%2028.4%2010.8%2039.2%200l235.2-236.2c2.6-2.6%204.1-6.1%204.1-9.8V107.7c0-14-10.5-25.6-24-27.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%22M403.3%2032H285.1c-3.7%200-7.2%201.5-9.8%204.1L40.1%20272.2c-10.8%2010.8-10.8%2028.4%200%2039.2l111.5%20112.5C162.4%20434.7%20179%20440%20195%20426l231.9-232.3c2.6-2.6%204.1-6.1%204.1-9.8V59.7c0-15.3-12.4-27.7-27.7-27.7zm-45.9%20107.5c-19.6%202.1-36-14.4-33.9-33.9%201.5-14.3%2013-25.7%2027.3-27.3%2019.6-2.1%2036%2014.4%2033.9%2033.9-1.5%2014.3-13%2025.8-27.3%2027.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M456%2080.3V194c0%203.7-1.5%207.2-4.1%209.8L192.7%20463l8.8%208.8c10.8%2010.8%2028.4%2010.8%2039.2%200l235.2-236.2c2.6-2.6%204.1-6.1%204.1-9.8V107.7c0-14-10.5-25.6-24-27.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/ios-pricetags.svg?color=%231a73e8&size=48