printer icon
printer-bold from Solar by 480 Design · Bold · Devices · CC-BY-4.0 Attribution required.
- Name
- printer-bold
- Set
- Solar
- Style
- Bold
- Category
- Devices
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
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 Solar
airbuds-boldairbuds-case-boldairbuds-case-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-boldairbuds-check-boldairbuds-left-boldairbuds-remove-boldairbuds-right-boldbinoculars-boldbluetooth-boldbluetooth-circle-boldbluetooth-square-boldbluetooth-wave-boldboombox-boldbot-boldcassette-2-boldcassette-boldcloud-storage-boldcpu-boldcpu-bolt-bolddevices-bolddiskette-bold
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 fill-rule="evenodd" d="M16 6H8C5.17157 6 3.75736 6 2.87868 6.87868C2 7.75736 2 9.17157 2 12C2 14.8284 2 16.2426 2.87868 17.1213C3.37323 17.6159 4.03743 17.8321 5.02795 17.9266C4.99998 17.2038 4.99999 15.3522 5 14.5C4.72386 14.5 4.5 14.2761 4.5 14C4.5 13.7239 4.72386 13.5 5 13.5H19C19.2761 13.5 19.5 13.7239 19.5 14C19.5 14.2761 19.2761 14.5003 19 14.5003C19 15.3525 19 17.2039 18.9721 17.9266C19.9626 17.8321 20.6268 17.6159 21.1213 17.1213C22 16.2426 22 14.8284 22 12C22 9.17157 22 7.75736 21.1213 6.87868C20.2426 6 18.8284 6 16 6ZM9 10.75C9.41421 10.75 9.75 10.4142 9.75 10C9.75 9.58579 9.41421 9.25 9 9.25H6C5.58579 9.25 5.25 9.58579 5.25 10C5.25 10.4142 5.58579 10.75 6 10.75H9ZM17 11C17.5523 11 18 10.5523 18 10C18 9.44772 17.5523 9 17 9C16.4477 9 16 9.44772 16 10C16 10.5523 16.4477 11 17 11Z" clip-rule="evenodd"/><path d="M17.1211 2.87868C16.2424 2 14.8282 2 11.9998 2C9.17134 2 7.75712 2 6.87844 2.87868C6.38608 3.37105 6.16961 4.03157 6.07444 5.01484C6.63368 4.99996 7.25183 4.99998 7.92943 5H16.0706C16.748 4.99998 17.366 4.99996 17.9251 5.01483C17.8299 4.03156 17.6135 3.37105 17.1211 2.87868Z"/><path fill-rule="evenodd" d="M18 14.5C18 17.3284 18 20.2426 17.1213 21.1213C16.2426 22 14.8284 22 12 22C9.17158 22 7.75736 22 6.87868 21.1213C6 20.2426 6 17.3284 6 14.5H18ZM15.75 16.75C15.75 17.1642 15.4142 17.5 15 17.5H9C8.58579 17.5 8.25 17.1642 8.25 16.75C8.25 16.3358 8.58579 16 9 16H15C15.4142 16 15.75 16.3358 15.75 16.75ZM13.75 19.75C13.75 20.1642 13.4142 20.5 13 20.5H9C8.58579 20.5 8.25 20.1642 8.25 19.75C8.25 19.3358 8.58579 19 9 19H13C13.4142 19 13.75 19.3358 13.75 19.75Z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarPrinterBold(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 fillRule="evenodd" d="M16 6H8C5.17157 6 3.75736 6 2.87868 6.87868C2 7.75736 2 9.17157 2 12C2 14.8284 2 16.2426 2.87868 17.1213C3.37323 17.6159 4.03743 17.8321 5.02795 17.9266C4.99998 17.2038 4.99999 15.3522 5 14.5C4.72386 14.5 4.5 14.2761 4.5 14C4.5 13.7239 4.72386 13.5 5 13.5H19C19.2761 13.5 19.5 13.7239 19.5 14C19.5 14.2761 19.2761 14.5003 19 14.5003C19 15.3525 19 17.2039 18.9721 17.9266C19.9626 17.8321 20.6268 17.6159 21.1213 17.1213C22 16.2426 22 14.8284 22 12C22 9.17157 22 7.75736 21.1213 6.87868C20.2426 6 18.8284 6 16 6ZM9 10.75C9.41421 10.75 9.75 10.4142 9.75 10C9.75 9.58579 9.41421 9.25 9 9.25H6C5.58579 9.25 5.25 9.58579 5.25 10C5.25 10.4142 5.58579 10.75 6 10.75H9ZM17 11C17.5523 11 18 10.5523 18 10C18 9.44772 17.5523 9 17 9C16.4477 9 16 9.44772 16 10C16 10.5523 16.4477 11 17 11Z" clipRule="evenodd"/><path d="M17.1211 2.87868C16.2424 2 14.8282 2 11.9998 2C9.17134 2 7.75712 2 6.87844 2.87868C6.38608 3.37105 6.16961 4.03157 6.07444 5.01484C6.63368 4.99996 7.25183 4.99998 7.92943 5H16.0706C16.748 4.99998 17.366 4.99996 17.9251 5.01483C17.8299 4.03156 17.6135 3.37105 17.1211 2.87868Z"/><path fillRule="evenodd" d="M18 14.5C18 17.3284 18 20.2426 17.1213 21.1213C16.2426 22 14.8284 22 12 22C9.17158 22 7.75736 22 6.87868 21.1213C6 20.2426 6 17.3284 6 14.5H18ZM15.75 16.75C15.75 17.1642 15.4142 17.5 15 17.5H9C8.58579 17.5 8.25 17.1642 8.25 16.75C8.25 16.3358 8.58579 16 9 16H15C15.4142 16 15.75 16.3358 15.75 16.75ZM13.75 19.75C13.75 20.1642 13.4142 20.5 13 20.5H9C8.58579 20.5 8.25 20.1642 8.25 19.75C8.25 19.3358 8.58579 19 9 19H13C13.4142 19 13.75 19.3358 13.75 19.75Z" clipRule="evenodd"/></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 fill-rule="evenodd" d="M16 6H8C5.17157 6 3.75736 6 2.87868 6.87868C2 7.75736 2 9.17157 2 12C2 14.8284 2 16.2426 2.87868 17.1213C3.37323 17.6159 4.03743 17.8321 5.02795 17.9266C4.99998 17.2038 4.99999 15.3522 5 14.5C4.72386 14.5 4.5 14.2761 4.5 14C4.5 13.7239 4.72386 13.5 5 13.5H19C19.2761 13.5 19.5 13.7239 19.5 14C19.5 14.2761 19.2761 14.5003 19 14.5003C19 15.3525 19 17.2039 18.9721 17.9266C19.9626 17.8321 20.6268 17.6159 21.1213 17.1213C22 16.2426 22 14.8284 22 12C22 9.17157 22 7.75736 21.1213 6.87868C20.2426 6 18.8284 6 16 6ZM9 10.75C9.41421 10.75 9.75 10.4142 9.75 10C9.75 9.58579 9.41421 9.25 9 9.25H6C5.58579 9.25 5.25 9.58579 5.25 10C5.25 10.4142 5.58579 10.75 6 10.75H9ZM17 11C17.5523 11 18 10.5523 18 10C18 9.44772 17.5523 9 17 9C16.4477 9 16 9.44772 16 10C16 10.5523 16.4477 11 17 11Z" clip-rule="evenodd"/><path d="M17.1211 2.87868C16.2424 2 14.8282 2 11.9998 2C9.17134 2 7.75712 2 6.87844 2.87868C6.38608 3.37105 6.16961 4.03157 6.07444 5.01484C6.63368 4.99996 7.25183 4.99998 7.92943 5H16.0706C16.748 4.99998 17.366 4.99996 17.9251 5.01483C17.8299 4.03156 17.6135 3.37105 17.1211 2.87868Z"/><path fill-rule="evenodd" d="M18 14.5C18 17.3284 18 20.2426 17.1213 21.1213C16.2426 22 14.8284 22 12 22C9.17158 22 7.75736 22 6.87868 21.1213C6 20.2426 6 17.3284 6 14.5H18ZM15.75 16.75C15.75 17.1642 15.4142 17.5 15 17.5H9C8.58579 17.5 8.25 17.1642 8.25 16.75C8.25 16.3358 8.58579 16 9 16H15C15.4142 16 15.75 16.3358 15.75 16.75ZM13.75 19.75C13.75 20.1642 13.4142 20.5 13 20.5H9C8.58579 20.5 8.25 20.1642 8.25 19.75C8.25 19.3358 8.58579 19 9 19H13C13.4142 19 13.75 19.3358 13.75 19.75Z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-printer-bold {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M16%206H8C5.17157%206%203.75736%206%202.87868%206.87868C2%207.75736%202%209.17157%202%2012C2%2014.8284%202%2016.2426%202.87868%2017.1213C3.37323%2017.6159%204.03743%2017.8321%205.02795%2017.9266C4.99998%2017.2038%204.99999%2015.3522%205%2014.5C4.72386%2014.5%204.5%2014.2761%204.5%2014C4.5%2013.7239%204.72386%2013.5%205%2013.5H19C19.2761%2013.5%2019.5%2013.7239%2019.5%2014C19.5%2014.2761%2019.2761%2014.5003%2019%2014.5003C19%2015.3525%2019%2017.2039%2018.9721%2017.9266C19.9626%2017.8321%2020.6268%2017.6159%2021.1213%2017.1213C22%2016.2426%2022%2014.8284%2022%2012C22%209.17157%2022%207.75736%2021.1213%206.87868C20.2426%206%2018.8284%206%2016%206ZM9%2010.75C9.41421%2010.75%209.75%2010.4142%209.75%2010C9.75%209.58579%209.41421%209.25%209%209.25H6C5.58579%209.25%205.25%209.58579%205.25%2010C5.25%2010.4142%205.58579%2010.75%206%2010.75H9ZM17%2011C17.5523%2011%2018%2010.5523%2018%2010C18%209.44772%2017.5523%209%2017%209C16.4477%209%2016%209.44772%2016%2010C16%2010.5523%2016.4477%2011%2017%2011Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.1211%202.87868C16.2424%202%2014.8282%202%2011.9998%202C9.17134%202%207.75712%202%206.87844%202.87868C6.38608%203.37105%206.16961%204.03157%206.07444%205.01484C6.63368%204.99996%207.25183%204.99998%207.92943%205H16.0706C16.748%204.99998%2017.366%204.99996%2017.9251%205.01483C17.8299%204.03156%2017.6135%203.37105%2017.1211%202.87868Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2014.5C18%2017.3284%2018%2020.2426%2017.1213%2021.1213C16.2426%2022%2014.8284%2022%2012%2022C9.17158%2022%207.75736%2022%206.87868%2021.1213C6%2020.2426%206%2017.3284%206%2014.5H18ZM15.75%2016.75C15.75%2017.1642%2015.4142%2017.5%2015%2017.5H9C8.58579%2017.5%208.25%2017.1642%208.25%2016.75C8.25%2016.3358%208.58579%2016%209%2016H15C15.4142%2016%2015.75%2016.3358%2015.75%2016.75ZM13.75%2019.75C13.75%2020.1642%2013.4142%2020.5%2013%2020.5H9C8.58579%2020.5%208.25%2020.1642%208.25%2019.75C8.25%2019.3358%208.58579%2019%209%2019H13C13.4142%2019%2013.75%2019.3358%2013.75%2019.75Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M16%206H8C5.17157%206%203.75736%206%202.87868%206.87868C2%207.75736%202%209.17157%202%2012C2%2014.8284%202%2016.2426%202.87868%2017.1213C3.37323%2017.6159%204.03743%2017.8321%205.02795%2017.9266C4.99998%2017.2038%204.99999%2015.3522%205%2014.5C4.72386%2014.5%204.5%2014.2761%204.5%2014C4.5%2013.7239%204.72386%2013.5%205%2013.5H19C19.2761%2013.5%2019.5%2013.7239%2019.5%2014C19.5%2014.2761%2019.2761%2014.5003%2019%2014.5003C19%2015.3525%2019%2017.2039%2018.9721%2017.9266C19.9626%2017.8321%2020.6268%2017.6159%2021.1213%2017.1213C22%2016.2426%2022%2014.8284%2022%2012C22%209.17157%2022%207.75736%2021.1213%206.87868C20.2426%206%2018.8284%206%2016%206ZM9%2010.75C9.41421%2010.75%209.75%2010.4142%209.75%2010C9.75%209.58579%209.41421%209.25%209%209.25H6C5.58579%209.25%205.25%209.58579%205.25%2010C5.25%2010.4142%205.58579%2010.75%206%2010.75H9ZM17%2011C17.5523%2011%2018%2010.5523%2018%2010C18%209.44772%2017.5523%209%2017%209C16.4477%209%2016%209.44772%2016%2010C16%2010.5523%2016.4477%2011%2017%2011Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.1211%202.87868C16.2424%202%2014.8282%202%2011.9998%202C9.17134%202%207.75712%202%206.87844%202.87868C6.38608%203.37105%206.16961%204.03157%206.07444%205.01484C6.63368%204.99996%207.25183%204.99998%207.92943%205H16.0706C16.748%204.99998%2017.366%204.99996%2017.9251%205.01483C17.8299%204.03156%2017.6135%203.37105%2017.1211%202.87868Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18%2014.5C18%2017.3284%2018%2020.2426%2017.1213%2021.1213C16.2426%2022%2014.8284%2022%2012%2022C9.17158%2022%207.75736%2022%206.87868%2021.1213C6%2020.2426%206%2017.3284%206%2014.5H18ZM15.75%2016.75C15.75%2017.1642%2015.4142%2017.5%2015%2017.5H9C8.58579%2017.5%208.25%2017.1642%208.25%2016.75C8.25%2016.3358%208.58579%2016%209%2016H15C15.4142%2016%2015.75%2016.3358%2015.75%2016.75ZM13.75%2019.75C13.75%2020.1642%2013.4142%2020.5%2013%2020.5H9C8.58579%2020.5%208.25%2020.1642%208.25%2019.75C8.25%2019.3358%208.58579%2019%209%2019H13C13.4142%2019%2013.75%2019.3358%2013.75%2019.75Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/printer-bold.svg?color=%231a73e8&size=48