ios pricetag icon

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

Name
ios-pricetag-outline
Set
IonIcons
Style
Outline
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="M464 32H304L48 320l160 160 256-288V32zm-16 152L208.125 456 72.062 320 311.587 48H448v136z" fill="currentColor"/><path d="M368 160c17.645 0 32-14.355 32-32s-14.355-32-32-32-32 14.355-32 32 14.355 32 32 32zm0-48c8.836 0 16 7.163 16 16s-7.164 16-16 16-16-7.163-16-16 7.164-16 16-16z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosPricetagOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M464 32H304L48 320l160 160 256-288V32zm-16 152L208.125 456 72.062 320 311.587 48H448v136z" fill="currentColor"/><path d="M368 160c17.645 0 32-14.355 32-32s-14.355-32-32-32-32 14.355-32 32 14.355 32 32 32zm0-48c8.836 0 16 7.163 16 16s-7.164 16-16 16-16-7.163-16-16 7.164-16 16-16z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M464 32H304L48 320l160 160 256-288V32zm-16 152L208.125 456 72.062 320 311.587 48H448v136z" fill="currentColor"/><path d="M368 160c17.645 0 32-14.355 32-32s-14.355-32-32-32-32 14.355-32 32 14.355 32 32 32zm0-48c8.836 0 16 7.163 16 16s-7.164 16-16 16-16-7.163-16-16 7.164-16 16-16z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-pricetag-outline {
  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%22M464%2032H304L48%20320l160%20160%20256-288V32zm-16%20152L208.125%20456%2072.062%20320%20311.587%2048H448v136z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M368%20160c17.645%200%2032-14.355%2032-32s-14.355-32-32-32-32%2014.355-32%2032%2014.355%2032%2032%2032zm0-48c8.836%200%2016%207.163%2016%2016s-7.164%2016-16%2016-16-7.163-16-16%207.164-16%2016-16z%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%22M464%2032H304L48%20320l160%20160%20256-288V32zm-16%20152L208.125%20456%2072.062%20320%20311.587%2048H448v136z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M368%20160c17.645%200%2032-14.355%2032-32s-14.355-32-32-32-32%2014.355-32%2032%2014.355%2032%2032%2032zm0-48c8.836%200%2016%207.163%2016%2016s-7.164%2016-16%2016-16-7.163-16-16%207.164-16%2016-16z%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-outline.svg?color=%231a73e8&size=48