ios print icon

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

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

Related icons in IonIcons

Use the ios print icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M128 248v200c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V248c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16z" fill="currentColor"/><path d="M384 48H128c-8.8 0-16 7.2-16 16v20c0 2.2 1.8 4 4 4h280c2.2 0 4-1.8 4-4V64c0-8.8-7.2-16-16-16z" fill="currentColor"/><path d="M432.5 112h-352C62.9 112 48 125.8 48 143.3v174.4c0 17.5 14.9 32.3 32.5 32.3H96c4.4 0 8-3.6 8-8V236c0-15.5 12.5-28 28-28h248c15.5 0 28 12.5 28 28v106c0 4.4 3.6 8 8 8h16.5c17.6 0 31.5-14.8 31.5-32.3V143.3c0-17.5-13.9-31.3-31.5-31.3z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosPrint(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M128 248v200c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V248c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16z" fill="currentColor"/><path d="M384 48H128c-8.8 0-16 7.2-16 16v20c0 2.2 1.8 4 4 4h280c2.2 0 4-1.8 4-4V64c0-8.8-7.2-16-16-16z" fill="currentColor"/><path d="M432.5 112h-352C62.9 112 48 125.8 48 143.3v174.4c0 17.5 14.9 32.3 32.5 32.3H96c4.4 0 8-3.6 8-8V236c0-15.5 12.5-28 28-28h248c15.5 0 28 12.5 28 28v106c0 4.4 3.6 8 8 8h16.5c17.6 0 31.5-14.8 31.5-32.3V143.3c0-17.5-13.9-31.3-31.5-31.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="M128 248v200c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V248c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16z" fill="currentColor"/><path d="M384 48H128c-8.8 0-16 7.2-16 16v20c0 2.2 1.8 4 4 4h280c2.2 0 4-1.8 4-4V64c0-8.8-7.2-16-16-16z" fill="currentColor"/><path d="M432.5 112h-352C62.9 112 48 125.8 48 143.3v174.4c0 17.5 14.9 32.3 32.5 32.3H96c4.4 0 8-3.6 8-8V236c0-15.5 12.5-28 28-28h248c15.5 0 28 12.5 28 28v106c0 4.4 3.6 8 8 8h16.5c17.6 0 31.5-14.8 31.5-32.3V143.3c0-17.5-13.9-31.3-31.5-31.3z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-print {
  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%22M128%20248v200c0%208.8%207.2%2016%2016%2016h224c8.8%200%2016-7.2%2016-16V248c0-8.8-7.2-16-16-16H144c-8.8%200-16%207.2-16%2016z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M384%2048H128c-8.8%200-16%207.2-16%2016v20c0%202.2%201.8%204%204%204h280c2.2%200%204-1.8%204-4V64c0-8.8-7.2-16-16-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M432.5%20112h-352C62.9%20112%2048%20125.8%2048%20143.3v174.4c0%2017.5%2014.9%2032.3%2032.5%2032.3H96c4.4%200%208-3.6%208-8V236c0-15.5%2012.5-28%2028-28h248c15.5%200%2028%2012.5%2028%2028v106c0%204.4%203.6%208%208%208h16.5c17.6%200%2031.5-14.8%2031.5-32.3V143.3c0-17.5-13.9-31.3-31.5-31.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%22M128%20248v200c0%208.8%207.2%2016%2016%2016h224c8.8%200%2016-7.2%2016-16V248c0-8.8-7.2-16-16-16H144c-8.8%200-16%207.2-16%2016z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M384%2048H128c-8.8%200-16%207.2-16%2016v20c0%202.2%201.8%204%204%204h280c2.2%200%204-1.8%204-4V64c0-8.8-7.2-16-16-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M432.5%20112h-352C62.9%20112%2048%20125.8%2048%20143.3v174.4c0%2017.5%2014.9%2032.3%2032.5%2032.3H96c4.4%200%208-3.6%208-8V236c0-15.5%2012.5-28%2028-28h248c15.5%200%2028%2012.5%2028%2028v106c0%204.4%203.6%208%208%208h16.5c17.6%200%2031.5-14.8%2031.5-32.3V143.3c0-17.5-13.9-31.3-31.5-31.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-print.svg?color=%231a73e8&size=48