print icon
print from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
Use the print icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M408 112H106a58 58 0 0 0-58 58v158a56 56 0 0 0 56 56h8v39.68A40.32 40.32 0 0 0 152.32 464h207.36A40.32 40.32 0 0 0 400 423.68V384h8a56 56 0 0 0 56-56V168a56 56 0 0 0-56-56m-40 311.68a8.35 8.35 0 0 1-8.32 8.32H152.32a8.35 8.35 0 0 1-8.32-8.32V264.32a8.35 8.35 0 0 1 8.32-8.32h207.36a8.35 8.35 0 0 1 8.32 8.32Zm26-215.76a24 24 0 1 1 22-22a24 24 0 0 1-22 22M344 48H168a56.09 56.09 0 0 0-55.42 48h286.84A56.09 56.09 0 0 0 344 48"/></svg>
React
import type { SVGProps } from "react";
export function IonPrint(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M408 112H106a58 58 0 0 0-58 58v158a56 56 0 0 0 56 56h8v39.68A40.32 40.32 0 0 0 152.32 464h207.36A40.32 40.32 0 0 0 400 423.68V384h8a56 56 0 0 0 56-56V168a56 56 0 0 0-56-56m-40 311.68a8.35 8.35 0 0 1-8.32 8.32H152.32a8.35 8.35 0 0 1-8.32-8.32V264.32a8.35 8.35 0 0 1 8.32-8.32h207.36a8.35 8.35 0 0 1 8.32 8.32Zm26-215.76a24 24 0 1 1 22-22a24 24 0 0 1-22 22M344 48H168a56.09 56.09 0 0 0-55.42 48h286.84A56.09 56.09 0 0 0 344 48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M408 112H106a58 58 0 0 0-58 58v158a56 56 0 0 0 56 56h8v39.68A40.32 40.32 0 0 0 152.32 464h207.36A40.32 40.32 0 0 0 400 423.68V384h8a56 56 0 0 0 56-56V168a56 56 0 0 0-56-56m-40 311.68a8.35 8.35 0 0 1-8.32 8.32H152.32a8.35 8.35 0 0 1-8.32-8.32V264.32a8.35 8.35 0 0 1 8.32-8.32h207.36a8.35 8.35 0 0 1 8.32 8.32Zm26-215.76a24 24 0 1 1 22-22a24 24 0 0 1-22 22M344 48H168a56.09 56.09 0 0 0-55.42 48h286.84A56.09 56.09 0 0 0 344 48"/></svg> </template>
CSS
.icon-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%20fill%3D%22currentColor%22%20d%3D%22M408%20112H106a58%2058%200%200%200-58%2058v158a56%2056%200%200%200%2056%2056h8v39.68A40.32%2040.32%200%200%200%20152.32%20464h207.36A40.32%2040.32%200%200%200%20400%20423.68V384h8a56%2056%200%200%200%2056-56V168a56%2056%200%200%200-56-56m-40%20311.68a8.35%208.35%200%200%201-8.32%208.32H152.32a8.35%208.35%200%200%201-8.32-8.32V264.32a8.35%208.35%200%200%201%208.32-8.32h207.36a8.35%208.35%200%200%201%208.32%208.32Zm26-215.76a24%2024%200%201%201%2022-22a24%2024%200%200%201-22%2022M344%2048H168a56.09%2056.09%200%200%200-55.42%2048h286.84A56.09%2056.09%200%200%200%20344%2048%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%20fill%3D%22currentColor%22%20d%3D%22M408%20112H106a58%2058%200%200%200-58%2058v158a56%2056%200%200%200%2056%2056h8v39.68A40.32%2040.32%200%200%200%20152.32%20464h207.36A40.32%2040.32%200%200%200%20400%20423.68V384h8a56%2056%200%200%200%2056-56V168a56%2056%200%200%200-56-56m-40%20311.68a8.35%208.35%200%200%201-8.32%208.32H152.32a8.35%208.35%200%200%201-8.32-8.32V264.32a8.35%208.35%200%200%201%208.32-8.32h207.36a8.35%208.35%200%200%201%208.32%208.32Zm26-215.76a24%2024%200%201%201%2022-22a24%2024%200%200%201-22%2022M344%2048H168a56.09%2056.09%200%200%200-55.42%2048h286.84A56.09%2056.09%200%200%200%20344%2048%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/print.svg?color=%231a73e8&size=48