printer3 icon

printer3-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.

Name
printer3-filled
Set
Reicon
Style
Filled
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

More devices icons from Reicon

Use the printer3 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 21.121C18 20.243 18 18.828 18 16v-3.34c-1.477-.502-3.458-.91-6-.91s-4.523.408-6 .91V16c0 2.828 0 4.243.879 5.121C7.757 22 9.172 22 12 22s4.243 0 5.121-.879"/><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.492.493 1.153.71 2.136.804C5 17.366 5 16.748 5 16.071v-3.029l-.193.085a.75.75 0 0 1-.614-1.368c1.722-.773 4.288-1.51 7.807-1.51s6.085.737 7.807 1.51a.75.75 0 1 1-.614 1.368L19 13.042v3.029c0 .677 0 1.295-.015 1.854c.983-.095 1.644-.311 2.136-.804C22 16.243 22 14.828 22 12s0-4.243-.879-5.121C20.243 6 18.828 6 16 6m1.12-3.121C16.243 2 14.829 2 12 2s-4.243 0-5.122.879c-.492.492-.709 1.153-.804 2.136C6.634 5 7.252 5 7.93 5h8.141c.678 0 1.296 0 1.855.015c-.095-.983-.312-1.644-.804-2.136"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPrinter3Filled(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 21.121C18 20.243 18 18.828 18 16v-3.34c-1.477-.502-3.458-.91-6-.91s-4.523.408-6 .91V16c0 2.828 0 4.243.879 5.121C7.757 22 9.172 22 12 22s4.243 0 5.121-.879"/><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.492.493 1.153.71 2.136.804C5 17.366 5 16.748 5 16.071v-3.029l-.193.085a.75.75 0 0 1-.614-1.368c1.722-.773 4.288-1.51 7.807-1.51s6.085.737 7.807 1.51a.75.75 0 1 1-.614 1.368L19 13.042v3.029c0 .677 0 1.295-.015 1.854c.983-.095 1.644-.311 2.136-.804C22 16.243 22 14.828 22 12s0-4.243-.879-5.121C20.243 6 18.828 6 16 6m1.12-3.121C16.243 2 14.829 2 12 2s-4.243 0-5.122.879c-.492.492-.709 1.153-.804 2.136C6.634 5 7.252 5 7.93 5h8.141c.678 0 1.296 0 1.855.015c-.095-.983-.312-1.644-.804-2.136"/></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 21.121C18 20.243 18 18.828 18 16v-3.34c-1.477-.502-3.458-.91-6-.91s-4.523.408-6 .91V16c0 2.828 0 4.243.879 5.121C7.757 22 9.172 22 12 22s4.243 0 5.121-.879"/><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.492.493 1.153.71 2.136.804C5 17.366 5 16.748 5 16.071v-3.029l-.193.085a.75.75 0 0 1-.614-1.368c1.722-.773 4.288-1.51 7.807-1.51s6.085.737 7.807 1.51a.75.75 0 1 1-.614 1.368L19 13.042v3.029c0 .677 0 1.295-.015 1.854c.983-.095 1.644-.311 2.136-.804C22 16.243 22 14.828 22 12s0-4.243-.879-5.121C20.243 6 18.828 6 16 6m1.12-3.121C16.243 2 14.829 2 12 2s-4.243 0-5.122.879c-.492.492-.709 1.153-.804 2.136C6.634 5 7.252 5 7.93 5h8.141c.678 0 1.296 0 1.855.015c-.095-.983-.312-1.644-.804-2.136"/></g></svg>
</template>

CSS

.icon-printer3-filled {
  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%2021.121C18%2020.243%2018%2018.828%2018%2016v-3.34c-1.477-.502-3.458-.91-6-.91s-4.523.408-6%20.91V16c0%202.828%200%204.243.879%205.121C7.757%2022%209.172%2022%2012%2022s4.243%200%205.121-.879%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.492.493%201.153.71%202.136.804C5%2017.366%205%2016.748%205%2016.071v-3.029l-.193.085a.75.75%200%200%201-.614-1.368c1.722-.773%204.288-1.51%207.807-1.51s6.085.737%207.807%201.51a.75.75%200%201%201-.614%201.368L19%2013.042v3.029c0%20.677%200%201.295-.015%201.854c.983-.095%201.644-.311%202.136-.804C22%2016.243%2022%2014.828%2022%2012s0-4.243-.879-5.121C20.243%206%2018.828%206%2016%206m1.12-3.121C16.243%202%2014.829%202%2012%202s-4.243%200-5.122.879c-.492.492-.709%201.153-.804%202.136C6.634%205%207.252%205%207.93%205h8.141c.678%200%201.296%200%201.855.015c-.095-.983-.312-1.644-.804-2.136%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%2021.121C18%2020.243%2018%2018.828%2018%2016v-3.34c-1.477-.502-3.458-.91-6-.91s-4.523.408-6%20.91V16c0%202.828%200%204.243.879%205.121C7.757%2022%209.172%2022%2012%2022s4.243%200%205.121-.879%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.492.493%201.153.71%202.136.804C5%2017.366%205%2016.748%205%2016.071v-3.029l-.193.085a.75.75%200%200%201-.614-1.368c1.722-.773%204.288-1.51%207.807-1.51s6.085.737%207.807%201.51a.75.75%200%201%201-.614%201.368L19%2013.042v3.029c0%20.677%200%201.295-.015%201.854c.983-.095%201.644-.311%202.136-.804C22%2016.243%2022%2014.828%2022%2012s0-4.243-.879-5.121C20.243%206%2018.828%206%2016%206m1.12-3.121C16.243%202%2014.829%202%2012%202s-4.243%200-5.122.879c-.492.492-.709%201.153-.804%202.136C6.634%205%207.252%205%207.93%205h8.141c.678%200%201.296%200%201.855.015c-.095-.983-.312-1.644-.804-2.136%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/printer3-filled.svg?color=%231a73e8&size=48

Printer3 filled icon — Reicon · IconsDB