ios barcode icon

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

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

1 other variant in IonIcons

Related icons in IonIcons

Use the ios barcode icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M121.6 388H80.8c-2.2 0-4-1.8-4-4V128c0-2.2 1.8-4 4-4h40.5c7.9 0 14.5-6.4 14.7-14 .1-3.9-1.3-7.2-4.1-10-2.7-2.8-8-4-11.9-4H66c-10 0-18 6-18 16v288c0 10 7 16 17 16h56.3c7.9 0 14.5-5.2 14.7-12.8.1-3.9-1.3-7.5-4.1-10.3-2.7-2.8-6.4-4.9-10.3-4.9z" fill="currentColor"/><path d="M447 96h-56.3c-9.5 0-17.1 8.3-14 18.3.2.7.5 1.3.8 1.9 2.7 5.2 7.6 7.8 12.9 7.8h40.8c2.2 0 4 1.8 4 4v255.9c0 2.2-1.8 4-4 4h-40.5c-7.9 0-14.5 6.2-14.7 13.9-.1 3.9 1.3 7.6 4.1 10.4 2.7 2.8 6.4 3.8 10.3 3.8H447c10 0 17-6 17-16.4V112c0-10-7-16-17-16z" fill="currentColor"/><path d="M122.5 176c-7.7 0-14 6.3-14 13.9V322c0 7.7 6.3 13.9 14 13.9s14-6.3 14-13.9V189.9c0-7.6-6.3-13.9-14-13.9z" fill="currentColor"/><path d="M389.5 336c7.7 0 14-6.3 14-13.9V189.9c0-7.7-6.3-13.9-14-13.9s-14 6.3-14 13.9V322c0 7.7 6.3 14 14 14z" fill="currentColor"/><path d="M326.5 144c-7.7 0-14 6.5-14 14.4v195.1c0 8 6.3 14.4 14 14.4s14-6.5 14-14.4V158.4c0-7.9-6.3-14.4-14-14.4z" fill="currentColor"/><path d="M185.5 144c-7.7 0-14 6.5-14 14.4v195.1c0 8 6.3 14.4 14 14.4s14-6.5 14-14.4V158.4c0-7.9-6.2-14.4-14-14.4z" fill="currentColor"/><path d="M256 160c-7.7 0-14 6.4-14 14.2v163.5c0 7.8 6.3 14.2 14 14.2s14-6.4 14-14.2V174.2c0-7.8-6.3-14.2-14-14.2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosBarcode(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M121.6 388H80.8c-2.2 0-4-1.8-4-4V128c0-2.2 1.8-4 4-4h40.5c7.9 0 14.5-6.4 14.7-14 .1-3.9-1.3-7.2-4.1-10-2.7-2.8-8-4-11.9-4H66c-10 0-18 6-18 16v288c0 10 7 16 17 16h56.3c7.9 0 14.5-5.2 14.7-12.8.1-3.9-1.3-7.5-4.1-10.3-2.7-2.8-6.4-4.9-10.3-4.9z" fill="currentColor"/><path d="M447 96h-56.3c-9.5 0-17.1 8.3-14 18.3.2.7.5 1.3.8 1.9 2.7 5.2 7.6 7.8 12.9 7.8h40.8c2.2 0 4 1.8 4 4v255.9c0 2.2-1.8 4-4 4h-40.5c-7.9 0-14.5 6.2-14.7 13.9-.1 3.9 1.3 7.6 4.1 10.4 2.7 2.8 6.4 3.8 10.3 3.8H447c10 0 17-6 17-16.4V112c0-10-7-16-17-16z" fill="currentColor"/><path d="M122.5 176c-7.7 0-14 6.3-14 13.9V322c0 7.7 6.3 13.9 14 13.9s14-6.3 14-13.9V189.9c0-7.6-6.3-13.9-14-13.9z" fill="currentColor"/><path d="M389.5 336c7.7 0 14-6.3 14-13.9V189.9c0-7.7-6.3-13.9-14-13.9s-14 6.3-14 13.9V322c0 7.7 6.3 14 14 14z" fill="currentColor"/><path d="M326.5 144c-7.7 0-14 6.5-14 14.4v195.1c0 8 6.3 14.4 14 14.4s14-6.5 14-14.4V158.4c0-7.9-6.3-14.4-14-14.4z" fill="currentColor"/><path d="M185.5 144c-7.7 0-14 6.5-14 14.4v195.1c0 8 6.3 14.4 14 14.4s14-6.5 14-14.4V158.4c0-7.9-6.2-14.4-14-14.4z" fill="currentColor"/><path d="M256 160c-7.7 0-14 6.4-14 14.2v163.5c0 7.8 6.3 14.2 14 14.2s14-6.4 14-14.2V174.2c0-7.8-6.3-14.2-14-14.2z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M121.6 388H80.8c-2.2 0-4-1.8-4-4V128c0-2.2 1.8-4 4-4h40.5c7.9 0 14.5-6.4 14.7-14 .1-3.9-1.3-7.2-4.1-10-2.7-2.8-8-4-11.9-4H66c-10 0-18 6-18 16v288c0 10 7 16 17 16h56.3c7.9 0 14.5-5.2 14.7-12.8.1-3.9-1.3-7.5-4.1-10.3-2.7-2.8-6.4-4.9-10.3-4.9z" fill="currentColor"/><path d="M447 96h-56.3c-9.5 0-17.1 8.3-14 18.3.2.7.5 1.3.8 1.9 2.7 5.2 7.6 7.8 12.9 7.8h40.8c2.2 0 4 1.8 4 4v255.9c0 2.2-1.8 4-4 4h-40.5c-7.9 0-14.5 6.2-14.7 13.9-.1 3.9 1.3 7.6 4.1 10.4 2.7 2.8 6.4 3.8 10.3 3.8H447c10 0 17-6 17-16.4V112c0-10-7-16-17-16z" fill="currentColor"/><path d="M122.5 176c-7.7 0-14 6.3-14 13.9V322c0 7.7 6.3 13.9 14 13.9s14-6.3 14-13.9V189.9c0-7.6-6.3-13.9-14-13.9z" fill="currentColor"/><path d="M389.5 336c7.7 0 14-6.3 14-13.9V189.9c0-7.7-6.3-13.9-14-13.9s-14 6.3-14 13.9V322c0 7.7 6.3 14 14 14z" fill="currentColor"/><path d="M326.5 144c-7.7 0-14 6.5-14 14.4v195.1c0 8 6.3 14.4 14 14.4s14-6.5 14-14.4V158.4c0-7.9-6.3-14.4-14-14.4z" fill="currentColor"/><path d="M185.5 144c-7.7 0-14 6.5-14 14.4v195.1c0 8 6.3 14.4 14 14.4s14-6.5 14-14.4V158.4c0-7.9-6.2-14.4-14-14.4z" fill="currentColor"/><path d="M256 160c-7.7 0-14 6.4-14 14.2v163.5c0 7.8 6.3 14.2 14 14.2s14-6.4 14-14.2V174.2c0-7.8-6.3-14.2-14-14.2z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-barcode {
  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%22M121.6%20388H80.8c-2.2%200-4-1.8-4-4V128c0-2.2%201.8-4%204-4h40.5c7.9%200%2014.5-6.4%2014.7-14%20.1-3.9-1.3-7.2-4.1-10-2.7-2.8-8-4-11.9-4H66c-10%200-18%206-18%2016v288c0%2010%207%2016%2017%2016h56.3c7.9%200%2014.5-5.2%2014.7-12.8.1-3.9-1.3-7.5-4.1-10.3-2.7-2.8-6.4-4.9-10.3-4.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M447%2096h-56.3c-9.5%200-17.1%208.3-14%2018.3.2.7.5%201.3.8%201.9%202.7%205.2%207.6%207.8%2012.9%207.8h40.8c2.2%200%204%201.8%204%204v255.9c0%202.2-1.8%204-4%204h-40.5c-7.9%200-14.5%206.2-14.7%2013.9-.1%203.9%201.3%207.6%204.1%2010.4%202.7%202.8%206.4%203.8%2010.3%203.8H447c10%200%2017-6%2017-16.4V112c0-10-7-16-17-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M122.5%20176c-7.7%200-14%206.3-14%2013.9V322c0%207.7%206.3%2013.9%2014%2013.9s14-6.3%2014-13.9V189.9c0-7.6-6.3-13.9-14-13.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M389.5%20336c7.7%200%2014-6.3%2014-13.9V189.9c0-7.7-6.3-13.9-14-13.9s-14%206.3-14%2013.9V322c0%207.7%206.3%2014%2014%2014z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M326.5%20144c-7.7%200-14%206.5-14%2014.4v195.1c0%208%206.3%2014.4%2014%2014.4s14-6.5%2014-14.4V158.4c0-7.9-6.3-14.4-14-14.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M185.5%20144c-7.7%200-14%206.5-14%2014.4v195.1c0%208%206.3%2014.4%2014%2014.4s14-6.5%2014-14.4V158.4c0-7.9-6.2-14.4-14-14.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20160c-7.7%200-14%206.4-14%2014.2v163.5c0%207.8%206.3%2014.2%2014%2014.2s14-6.4%2014-14.2V174.2c0-7.8-6.3-14.2-14-14.2z%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%22M121.6%20388H80.8c-2.2%200-4-1.8-4-4V128c0-2.2%201.8-4%204-4h40.5c7.9%200%2014.5-6.4%2014.7-14%20.1-3.9-1.3-7.2-4.1-10-2.7-2.8-8-4-11.9-4H66c-10%200-18%206-18%2016v288c0%2010%207%2016%2017%2016h56.3c7.9%200%2014.5-5.2%2014.7-12.8.1-3.9-1.3-7.5-4.1-10.3-2.7-2.8-6.4-4.9-10.3-4.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M447%2096h-56.3c-9.5%200-17.1%208.3-14%2018.3.2.7.5%201.3.8%201.9%202.7%205.2%207.6%207.8%2012.9%207.8h40.8c2.2%200%204%201.8%204%204v255.9c0%202.2-1.8%204-4%204h-40.5c-7.9%200-14.5%206.2-14.7%2013.9-.1%203.9%201.3%207.6%204.1%2010.4%202.7%202.8%206.4%203.8%2010.3%203.8H447c10%200%2017-6%2017-16.4V112c0-10-7-16-17-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M122.5%20176c-7.7%200-14%206.3-14%2013.9V322c0%207.7%206.3%2013.9%2014%2013.9s14-6.3%2014-13.9V189.9c0-7.6-6.3-13.9-14-13.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M389.5%20336c7.7%200%2014-6.3%2014-13.9V189.9c0-7.7-6.3-13.9-14-13.9s-14%206.3-14%2013.9V322c0%207.7%206.3%2014%2014%2014z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M326.5%20144c-7.7%200-14%206.5-14%2014.4v195.1c0%208%206.3%2014.4%2014%2014.4s14-6.5%2014-14.4V158.4c0-7.9-6.3-14.4-14-14.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M185.5%20144c-7.7%200-14%206.5-14%2014.4v195.1c0%208%206.3%2014.4%2014%2014.4s14-6.5%2014-14.4V158.4c0-7.9-6.2-14.4-14-14.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20160c-7.7%200-14%206.4-14%2014.2v163.5c0%207.8%206.3%2014.2%2014%2014.2s14-6.4%2014-14.2V174.2c0-7.8-6.3-14.2-14-14.2z%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-barcode.svg?color=%231a73e8&size=48