ios pricetags icon

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

Name
ios-pricetags-outline
Set
IonIcons
Style
Outline
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="M448 64V32H288L32 320l160 160 23.471-23.904L240 480l240-272V64h-32zM192 457.371L54.39 320 294.621 48H432v137.377l-216.555 247.99-11.34 11.363L192 457.371zm272-255.994L240 457.371l-13.182-12.65L448 192V80h16v121.377z" fill="currentColor"/><path d="M352 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 IonIosPricetagsOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M448 64V32H288L32 320l160 160 23.471-23.904L240 480l240-272V64h-32zM192 457.371L54.39 320 294.621 48H432v137.377l-216.555 247.99-11.34 11.363L192 457.371zm272-255.994L240 457.371l-13.182-12.65L448 192V80h16v121.377z" fill="currentColor"/><path d="M352 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="M448 64V32H288L32 320l160 160 23.471-23.904L240 480l240-272V64h-32zM192 457.371L54.39 320 294.621 48H432v137.377l-216.555 247.99-11.34 11.363L192 457.371zm272-255.994L240 457.371l-13.182-12.65L448 192V80h16v121.377z" fill="currentColor"/><path d="M352 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-pricetags-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%22M448%2064V32H288L32%20320l160%20160%2023.471-23.904L240%20480l240-272V64h-32zM192%20457.371L54.39%20320%20294.621%2048H432v137.377l-216.555%20247.99-11.34%2011.363L192%20457.371zm272-255.994L240%20457.371l-13.182-12.65L448%20192V80h16v121.377z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M352%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%22M448%2064V32H288L32%20320l160%20160%2023.471-23.904L240%20480l240-272V64h-32zM192%20457.371L54.39%20320%20294.621%2048H432v137.377l-216.555%20247.99-11.34%2011.363L192%20457.371zm272-255.994L240%20457.371l-13.182-12.65L448%20192V80h16v121.377z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M352%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-pricetags-outline.svg?color=%231a73e8&size=48