ios printer icon
ios-printer-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- ios-printer-outline
- Set
- IonIcons
- Style
- Outline
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios printer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M432.5 112H400V64H112v48H80.5C62.9 112 48 125.8 48 143.3v158.4c0 17.5 14.9 32.3 32.5 32.3H128v114h256V334h48.5c17.6 0 31.5-14.8 31.5-32.3V143.3c0-17.5-13.9-31.3-31.5-31.3zM128 80h256v32H128V80zm240 352H144V240h224v192zm80-130.3c0 8.7-6.7 16.3-15.5 16.3H384v-94H128v94H80.5c-8.8 0-16.5-7.6-16.5-16.3V143.3c0-8.7 7.7-15.3 16.5-15.3h352c8.8 0 15.5 6.6 15.5 15.3v158.4z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosPrinterOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M432.5 112H400V64H112v48H80.5C62.9 112 48 125.8 48 143.3v158.4c0 17.5 14.9 32.3 32.5 32.3H128v114h256V334h48.5c17.6 0 31.5-14.8 31.5-32.3V143.3c0-17.5-13.9-31.3-31.5-31.3zM128 80h256v32H128V80zm240 352H144V240h224v192zm80-130.3c0 8.7-6.7 16.3-15.5 16.3H384v-94H128v94H80.5c-8.8 0-16.5-7.6-16.5-16.3V143.3c0-8.7 7.7-15.3 16.5-15.3h352c8.8 0 15.5 6.6 15.5 15.3v158.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="M432.5 112H400V64H112v48H80.5C62.9 112 48 125.8 48 143.3v158.4c0 17.5 14.9 32.3 32.5 32.3H128v114h256V334h48.5c17.6 0 31.5-14.8 31.5-32.3V143.3c0-17.5-13.9-31.3-31.5-31.3zM128 80h256v32H128V80zm240 352H144V240h224v192zm80-130.3c0 8.7-6.7 16.3-15.5 16.3H384v-94H128v94H80.5c-8.8 0-16.5-7.6-16.5-16.3V143.3c0-8.7 7.7-15.3 16.5-15.3h352c8.8 0 15.5 6.6 15.5 15.3v158.4z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-printer-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%22M432.5%20112H400V64H112v48H80.5C62.9%20112%2048%20125.8%2048%20143.3v158.4c0%2017.5%2014.9%2032.3%2032.5%2032.3H128v114h256V334h48.5c17.6%200%2031.5-14.8%2031.5-32.3V143.3c0-17.5-13.9-31.3-31.5-31.3zM128%2080h256v32H128V80zm240%20352H144V240h224v192zm80-130.3c0%208.7-6.7%2016.3-15.5%2016.3H384v-94H128v94H80.5c-8.8%200-16.5-7.6-16.5-16.3V143.3c0-8.7%207.7-15.3%2016.5-15.3h352c8.8%200%2015.5%206.6%2015.5%2015.3v158.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%22M432.5%20112H400V64H112v48H80.5C62.9%20112%2048%20125.8%2048%20143.3v158.4c0%2017.5%2014.9%2032.3%2032.5%2032.3H128v114h256V334h48.5c17.6%200%2031.5-14.8%2031.5-32.3V143.3c0-17.5-13.9-31.3-31.5-31.3zM128%2080h256v32H128V80zm240%20352H144V240h224v192zm80-130.3c0%208.7-6.7%2016.3-15.5%2016.3H384v-94H128v94H80.5c-8.8%200-16.5-7.6-16.5-16.3V143.3c0-8.7%207.7-15.3%2016.5-15.3h352c8.8%200%2015.5%206.6%2015.5%2015.3v158.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-printer-outline.svg?color=%231a73e8&size=48