printer icon
printer-duotone from Reicon by REICON · Duotone · Devices · MIT Free for personal and commercial use.
- Name
- printer-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All printer icons →printer-filledAnt Design IconsprinterBootstrap IconsprinterBoxIcons v2printerBoxIcons v2 SolidprinterCarbonprinterEmoji One (Colored)printerElement Plusprinter-fillEva IconsprinterFramework7 IconsprinterFeather Iconsprinter-outlineFlowbite IconsprinterFluent EmojiprinterFluent Emoji FlatprinterFluent Emoji High ContrastprinterFirefox OS Emojiprintercss.ggprinterHeroIconsprinterHuge IconsprinterIconParkprinterIconPark OutlineprinterIconPark SolidprinterIconPark TwoToneprinterIconoirprinterIonIcons
More devices icons from Reicon
Use the printer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.121 2.879C16.242 2 14.828 2 12 2s-4.243 0-5.122.879c-.492.492-.708 1.153-.804 2.136C6.634 5 7.252 5 7.93 5h8.142c.677 0 1.295 0 1.854.015c-.095-.983-.312-1.644-.804-2.136"/><path fill-rule="evenodd" d="M18 14.5c0 2.828 0 5.743-.879 6.621C16.243 22 14.828 22 12 22s-4.243 0-5.121-.879C6 20.243 6 17.328 6 14.5zm-2.25 2.25a.75.75 0 0 1-.75.75H9A.75.75 0 0 1 9 16h6a.75.75 0 0 1 .75.75m-2 3a.75.75 0 0 1-.75.75H9A.75.75 0 0 1 9 19h4a.75.75 0 0 1 .75.75" clip-rule="evenodd"/><path d="M15 17.5a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5zm-2 3a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5z" opacity=".5"/><path d="M16 6H8c-2.828 0-4.243 0-5.121.879C2 7.757 2 9.172 2 12s0 4.243.879 5.121c.494.495 1.158.711 2.149.806C5 17.204 5 15.352 5 14.5a.5.5 0 0 1 0-1h14a.5.5 0 0 1 0 1c0 .852 0 2.704-.028 3.427c.99-.095 1.655-.311 2.15-.806C22 16.243 22 14.828 22 12s0-4.243-.879-5.121C20.243 6 18.828 6 16 6" opacity=".5"/><path d="M9 10.75a.75.75 0 0 0 0-1.5H6a.75.75 0 0 0 0 1.5zm9-.75a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPrinterDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.121 2.879C16.242 2 14.828 2 12 2s-4.243 0-5.122.879c-.492.492-.708 1.153-.804 2.136C6.634 5 7.252 5 7.93 5h8.142c.677 0 1.295 0 1.854.015c-.095-.983-.312-1.644-.804-2.136"/><path fillRule="evenodd" d="M18 14.5c0 2.828 0 5.743-.879 6.621C16.243 22 14.828 22 12 22s-4.243 0-5.121-.879C6 20.243 6 17.328 6 14.5zm-2.25 2.25a.75.75 0 0 1-.75.75H9A.75.75 0 0 1 9 16h6a.75.75 0 0 1 .75.75m-2 3a.75.75 0 0 1-.75.75H9A.75.75 0 0 1 9 19h4a.75.75 0 0 1 .75.75" clipRule="evenodd"/><path d="M15 17.5a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5zm-2 3a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5z" opacity=".5"/><path d="M16 6H8c-2.828 0-4.243 0-5.121.879C2 7.757 2 9.172 2 12s0 4.243.879 5.121c.494.495 1.158.711 2.149.806C5 17.204 5 15.352 5 14.5a.5.5 0 0 1 0-1h14a.5.5 0 0 1 0 1c0 .852 0 2.704-.028 3.427c.99-.095 1.655-.311 2.15-.806C22 16.243 22 14.828 22 12s0-4.243-.879-5.121C20.243 6 18.828 6 16 6" opacity=".5"/><path d="M9 10.75a.75.75 0 0 0 0-1.5H6a.75.75 0 0 0 0 1.5zm9-.75a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.121 2.879C16.242 2 14.828 2 12 2s-4.243 0-5.122.879c-.492.492-.708 1.153-.804 2.136C6.634 5 7.252 5 7.93 5h8.142c.677 0 1.295 0 1.854.015c-.095-.983-.312-1.644-.804-2.136"/><path fill-rule="evenodd" d="M18 14.5c0 2.828 0 5.743-.879 6.621C16.243 22 14.828 22 12 22s-4.243 0-5.121-.879C6 20.243 6 17.328 6 14.5zm-2.25 2.25a.75.75 0 0 1-.75.75H9A.75.75 0 0 1 9 16h6a.75.75 0 0 1 .75.75m-2 3a.75.75 0 0 1-.75.75H9A.75.75 0 0 1 9 19h4a.75.75 0 0 1 .75.75" clip-rule="evenodd"/><path d="M15 17.5a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5zm-2 3a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5z" opacity=".5"/><path d="M16 6H8c-2.828 0-4.243 0-5.121.879C2 7.757 2 9.172 2 12s0 4.243.879 5.121c.494.495 1.158.711 2.149.806C5 17.204 5 15.352 5 14.5a.5.5 0 0 1 0-1h14a.5.5 0 0 1 0 1c0 .852 0 2.704-.028 3.427c.99-.095 1.655-.311 2.15-.806C22 16.243 22 14.828 22 12s0-4.243-.879-5.121C20.243 6 18.828 6 16 6" opacity=".5"/><path d="M9 10.75a.75.75 0 0 0 0-1.5H6a.75.75 0 0 0 0 1.5zm9-.75a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg> </template>
CSS
.icon-printer-duotone {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.121%202.879C16.242%202%2014.828%202%2012%202s-4.243%200-5.122.879c-.492.492-.708%201.153-.804%202.136C6.634%205%207.252%205%207.93%205h8.142c.677%200%201.295%200%201.854.015c-.095-.983-.312-1.644-.804-2.136%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2014.5c0%202.828%200%205.743-.879%206.621C16.243%2022%2014.828%2022%2012%2022s-4.243%200-5.121-.879C6%2020.243%206%2017.328%206%2014.5zm-2.25%202.25a.75.75%200%200%201-.75.75H9A.75.75%200%200%201%209%2016h6a.75.75%200%200%201%20.75.75m-2%203a.75.75%200%200%201-.75.75H9A.75.75%200%200%201%209%2019h4a.75.75%200%200%201%20.75.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15%2017.5a.75.75%200%200%200%200-1.5H9a.75.75%200%200%200%200%201.5zm-2%203a.75.75%200%200%200%200-1.5H9a.75.75%200%200%200%200%201.5z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16%206H8c-2.828%200-4.243%200-5.121.879C2%207.757%202%209.172%202%2012s0%204.243.879%205.121c.494.495%201.158.711%202.149.806C5%2017.204%205%2015.352%205%2014.5a.5.5%200%200%201%200-1h14a.5.5%200%200%201%200%201c0%20.852%200%202.704-.028%203.427c.99-.095%201.655-.311%202.15-.806C22%2016.243%2022%2014.828%2022%2012s0-4.243-.879-5.121C20.243%206%2018.828%206%2016%206%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9%2010.75a.75.75%200%200%200%200-1.5H6a.75.75%200%200%200%200%201.5zm9-.75a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.121%202.879C16.242%202%2014.828%202%2012%202s-4.243%200-5.122.879c-.492.492-.708%201.153-.804%202.136C6.634%205%207.252%205%207.93%205h8.142c.677%200%201.295%200%201.854.015c-.095-.983-.312-1.644-.804-2.136%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2014.5c0%202.828%200%205.743-.879%206.621C16.243%2022%2014.828%2022%2012%2022s-4.243%200-5.121-.879C6%2020.243%206%2017.328%206%2014.5zm-2.25%202.25a.75.75%200%200%201-.75.75H9A.75.75%200%200%201%209%2016h6a.75.75%200%200%201%20.75.75m-2%203a.75.75%200%200%201-.75.75H9A.75.75%200%200%201%209%2019h4a.75.75%200%200%201%20.75.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15%2017.5a.75.75%200%200%200%200-1.5H9a.75.75%200%200%200%200%201.5zm-2%203a.75.75%200%200%200%200-1.5H9a.75.75%200%200%200%200%201.5z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16%206H8c-2.828%200-4.243%200-5.121.879C2%207.757%202%209.172%202%2012s0%204.243.879%205.121c.494.495%201.158.711%202.149.806C5%2017.204%205%2015.352%205%2014.5a.5.5%200%200%201%200-1h14a.5.5%200%200%201%200%201c0%20.852%200%202.704-.028%203.427c.99-.095%201.655-.311%202.15-.806C22%2016.243%2022%2014.828%2022%2012s0-4.243-.879-5.121C20.243%206%2018.828%206%2016%206%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9%2010.75a.75.75%200%200%200%200-1.5H6a.75.75%200%200%200%200%201.5zm9-.75a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/printer-duotone.svg?color=%231a73e8&size=48