epson from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
epson
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the epson logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.616 13.915c-1.029 0-1.428-.952-1.428-1.915c0-.975.398-1.927 1.428-1.927s1.429.952 1.429 1.927c0 .963-.399 1.915-1.429 1.915m0-4.805c-1.627 0-2.567 1.218-2.567 2.89s.94 2.89 2.567 2.89s2.568-1.218 2.568-2.89s-.94-2.89-2.568-2.89M0 9.266h4.085v.974H1.141v1.207h2.745v.952H1.141v1.351h2.944v.975H0zm6.73 2.844H5.701v-1.871H6.73c.709 0 1.185.311 1.185.941c0 .621-.476.93-1.185.93m-2.168 2.614h1.14v-1.639H6.73c1.384 0 2.314-.687 2.314-1.904c0-1.229-.931-1.915-2.314-1.915H4.562zm16.206-5.458h-1.162v5.458h1.118v-2.215c0-.598-.022-1.14-.044-1.605c.133.267.531 1.085.708 1.396l1.45 2.425H24V9.266h-1.106v2.158c0 .599.022 1.196.044 1.672c-.133-.276-.531-1.096-.72-1.406zM10.34 12.919c0 .73.608 1.019 1.251 1.019c.421 0 1.118-.122 1.118-.687c0-.598-.842-.709-1.649-.919c-.853-.232-1.672-.543-1.672-1.561c0-1.13 1.063-1.661 2.059-1.661c1.152 0 2.204.498 2.204 1.771h-1.13c-.044-.664-.554-.83-1.129-.83c-.388 0-.875.154-.875.619c0 .421.277.487 1.661.842c.398.11 1.66.354 1.66 1.595c0 1.018-.797 1.771-2.292 1.771c-1.217 0-2.357-.598-2.347-1.959z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsEpson(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.616 13.915c-1.029 0-1.428-.952-1.428-1.915c0-.975.398-1.927 1.428-1.927s1.429.952 1.429 1.927c0 .963-.399 1.915-1.429 1.915m0-4.805c-1.627 0-2.567 1.218-2.567 2.89s.94 2.89 2.567 2.89s2.568-1.218 2.568-2.89s-.94-2.89-2.568-2.89M0 9.266h4.085v.974H1.141v1.207h2.745v.952H1.141v1.351h2.944v.975H0zm6.73 2.844H5.701v-1.871H6.73c.709 0 1.185.311 1.185.941c0 .621-.476.93-1.185.93m-2.168 2.614h1.14v-1.639H6.73c1.384 0 2.314-.687 2.314-1.904c0-1.229-.931-1.915-2.314-1.915H4.562zm16.206-5.458h-1.162v5.458h1.118v-2.215c0-.598-.022-1.14-.044-1.605c.133.267.531 1.085.708 1.396l1.45 2.425H24V9.266h-1.106v2.158c0 .599.022 1.196.044 1.672c-.133-.276-.531-1.096-.72-1.406zM10.34 12.919c0 .73.608 1.019 1.251 1.019c.421 0 1.118-.122 1.118-.687c0-.598-.842-.709-1.649-.919c-.853-.232-1.672-.543-1.672-1.561c0-1.13 1.063-1.661 2.059-1.661c1.152 0 2.204.498 2.204 1.771h-1.13c-.044-.664-.554-.83-1.129-.83c-.388 0-.875.154-.875.619c0 .421.277.487 1.661.842c.398.11 1.66.354 1.66 1.595c0 1.018-.797 1.771-2.292 1.771c-1.217 0-2.357-.598-2.347-1.959z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.616 13.915c-1.029 0-1.428-.952-1.428-1.915c0-.975.398-1.927 1.428-1.927s1.429.952 1.429 1.927c0 .963-.399 1.915-1.429 1.915m0-4.805c-1.627 0-2.567 1.218-2.567 2.89s.94 2.89 2.567 2.89s2.568-1.218 2.568-2.89s-.94-2.89-2.568-2.89M0 9.266h4.085v.974H1.141v1.207h2.745v.952H1.141v1.351h2.944v.975H0zm6.73 2.844H5.701v-1.871H6.73c.709 0 1.185.311 1.185.941c0 .621-.476.93-1.185.93m-2.168 2.614h1.14v-1.639H6.73c1.384 0 2.314-.687 2.314-1.904c0-1.229-.931-1.915-2.314-1.915H4.562zm16.206-5.458h-1.162v5.458h1.118v-2.215c0-.598-.022-1.14-.044-1.605c.133.267.531 1.085.708 1.396l1.45 2.425H24V9.266h-1.106v2.158c0 .599.022 1.196.044 1.672c-.133-.276-.531-1.096-.72-1.406zM10.34 12.919c0 .73.608 1.019 1.251 1.019c.421 0 1.118-.122 1.118-.687c0-.598-.842-.709-1.649-.919c-.853-.232-1.672-.543-1.672-1.561c0-1.13 1.063-1.661 2.059-1.661c1.152 0 2.204.498 2.204 1.771h-1.13c-.044-.664-.554-.83-1.129-.83c-.388 0-.875.154-.875.619c0 .421.277.487 1.661.842c.398.11 1.66.354 1.66 1.595c0 1.018-.797 1.771-2.292 1.771c-1.217 0-2.357-.598-2.347-1.959z"/></svg>
</template>

CSS

.icon-epson {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.616%2013.915c-1.029%200-1.428-.952-1.428-1.915c0-.975.398-1.927%201.428-1.927s1.429.952%201.429%201.927c0%20.963-.399%201.915-1.429%201.915m0-4.805c-1.627%200-2.567%201.218-2.567%202.89s.94%202.89%202.567%202.89s2.568-1.218%202.568-2.89s-.94-2.89-2.568-2.89M0%209.266h4.085v.974H1.141v1.207h2.745v.952H1.141v1.351h2.944v.975H0zm6.73%202.844H5.701v-1.871H6.73c.709%200%201.185.311%201.185.941c0%20.621-.476.93-1.185.93m-2.168%202.614h1.14v-1.639H6.73c1.384%200%202.314-.687%202.314-1.904c0-1.229-.931-1.915-2.314-1.915H4.562zm16.206-5.458h-1.162v5.458h1.118v-2.215c0-.598-.022-1.14-.044-1.605c.133.267.531%201.085.708%201.396l1.45%202.425H24V9.266h-1.106v2.158c0%20.599.022%201.196.044%201.672c-.133-.276-.531-1.096-.72-1.406zM10.34%2012.919c0%20.73.608%201.019%201.251%201.019c.421%200%201.118-.122%201.118-.687c0-.598-.842-.709-1.649-.919c-.853-.232-1.672-.543-1.672-1.561c0-1.13%201.063-1.661%202.059-1.661c1.152%200%202.204.498%202.204%201.771h-1.13c-.044-.664-.554-.83-1.129-.83c-.388%200-.875.154-.875.619c0%20.421.277.487%201.661.842c.398.11%201.66.354%201.66%201.595c0%201.018-.797%201.771-2.292%201.771c-1.217%200-2.357-.598-2.347-1.959z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.616%2013.915c-1.029%200-1.428-.952-1.428-1.915c0-.975.398-1.927%201.428-1.927s1.429.952%201.429%201.927c0%20.963-.399%201.915-1.429%201.915m0-4.805c-1.627%200-2.567%201.218-2.567%202.89s.94%202.89%202.567%202.89s2.568-1.218%202.568-2.89s-.94-2.89-2.568-2.89M0%209.266h4.085v.974H1.141v1.207h2.745v.952H1.141v1.351h2.944v.975H0zm6.73%202.844H5.701v-1.871H6.73c.709%200%201.185.311%201.185.941c0%20.621-.476.93-1.185.93m-2.168%202.614h1.14v-1.639H6.73c1.384%200%202.314-.687%202.314-1.904c0-1.229-.931-1.915-2.314-1.915H4.562zm16.206-5.458h-1.162v5.458h1.118v-2.215c0-.598-.022-1.14-.044-1.605c.133.267.531%201.085.708%201.396l1.45%202.425H24V9.266h-1.106v2.158c0%20.599.022%201.196.044%201.672c-.133-.276-.531-1.096-.72-1.406zM10.34%2012.919c0%20.73.608%201.019%201.251%201.019c.421%200%201.118-.122%201.118-.687c0-.598-.842-.709-1.649-.919c-.853-.232-1.672-.543-1.672-1.561c0-1.13%201.063-1.661%202.059-1.661c1.152%200%202.204.498%202.204%201.771h-1.13c-.044-.664-.554-.83-1.129-.83c-.388%200-.875.154-.875.619c0%20.421.277.487%201.661.842c.398.11%201.66.354%201.66%201.595c0%201.018-.797%201.771-2.292%201.771c-1.217%200-2.357-.598-2.347-1.959z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/epson.svg?color=%231a73e8&size=48