hitachi logo
hitachi from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- hitachi
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the hitachi logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.714 15.214h-1.365c0-.13-.026-.255-.068-.38a.97.97 0 0 0-.615-.568a1.88 1.88 0 0 0-1.219.026c-.333.12-.594.385-.714.724a3.1 3.1 0 0 0-.052 1.896c.099.359.365.651.714.781a2 2 0 0 0 1.302.036a.95.95 0 0 0 .573-.516q.11-.252.104-.526h1.375q-.015.234-.063.469c-.12.484-.464.896-.917 1.083a4.32 4.32 0 0 1-3 .141c-.635-.198-1.188-.656-1.406-1.281a3.3 3.3 0 0 1-.177-1.052c0-.516.094-1.016.339-1.432a2.24 2.24 0 0 1 1.125-.938c1-.375 2.109-.349 3.089.083c.479.208.823.63.932 1.141c.021.099.036.208.042.313zm-5.303 3.25h-1.453l-.427-1.057h-2.443s-.422 1.057-.427 1.057h-1.453l2.302-4.927c0 .005 1.599 0 1.599 0zm7.308 0h-1.302s.01-4.927 0-4.927h1.302v1.974h2.635v-1.974h1.307s.005 4.917 0 4.927h-1.307v-2.167c0 .005-2.635 0-2.635 0c.005.005 0 2.161 0 2.167m-24.412 0H0s.005-4.927 0-4.927h1.307s-.005 1.984 0 1.974h2.63c0 .005-.005-1.974 0-1.974h1.307s.005 4.917 0 4.927H3.937v-2.167c0 .005-2.63 0-2.63 0c0 .005-.005 2.167 0 2.167m10.042 0h-1.307v-4.089H8.047s.005-.833 0-.839c.005.005 5.297 0 5.297 0v.839h-1.995zm-5.068-4.928h1.302v4.927H6.281zm24.412 0H32v4.927h-1.307zm-15.38.839l-.906 2.24h1.813z"/></svg>
React
import type { SVGProps } from "react";
export function CibHitachi(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.714 15.214h-1.365c0-.13-.026-.255-.068-.38a.97.97 0 0 0-.615-.568a1.88 1.88 0 0 0-1.219.026c-.333.12-.594.385-.714.724a3.1 3.1 0 0 0-.052 1.896c.099.359.365.651.714.781a2 2 0 0 0 1.302.036a.95.95 0 0 0 .573-.516q.11-.252.104-.526h1.375q-.015.234-.063.469c-.12.484-.464.896-.917 1.083a4.32 4.32 0 0 1-3 .141c-.635-.198-1.188-.656-1.406-1.281a3.3 3.3 0 0 1-.177-1.052c0-.516.094-1.016.339-1.432a2.24 2.24 0 0 1 1.125-.938c1-.375 2.109-.349 3.089.083c.479.208.823.63.932 1.141c.021.099.036.208.042.313zm-5.303 3.25h-1.453l-.427-1.057h-2.443s-.422 1.057-.427 1.057h-1.453l2.302-4.927c0 .005 1.599 0 1.599 0zm7.308 0h-1.302s.01-4.927 0-4.927h1.302v1.974h2.635v-1.974h1.307s.005 4.917 0 4.927h-1.307v-2.167c0 .005-2.635 0-2.635 0c.005.005 0 2.161 0 2.167m-24.412 0H0s.005-4.927 0-4.927h1.307s-.005 1.984 0 1.974h2.63c0 .005-.005-1.974 0-1.974h1.307s.005 4.917 0 4.927H3.937v-2.167c0 .005-2.63 0-2.63 0c0 .005-.005 2.167 0 2.167m10.042 0h-1.307v-4.089H8.047s.005-.833 0-.839c.005.005 5.297 0 5.297 0v.839h-1.995zm-5.068-4.928h1.302v4.927H6.281zm24.412 0H32v4.927h-1.307zm-15.38.839l-.906 2.24h1.813z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.714 15.214h-1.365c0-.13-.026-.255-.068-.38a.97.97 0 0 0-.615-.568a1.88 1.88 0 0 0-1.219.026c-.333.12-.594.385-.714.724a3.1 3.1 0 0 0-.052 1.896c.099.359.365.651.714.781a2 2 0 0 0 1.302.036a.95.95 0 0 0 .573-.516q.11-.252.104-.526h1.375q-.015.234-.063.469c-.12.484-.464.896-.917 1.083a4.32 4.32 0 0 1-3 .141c-.635-.198-1.188-.656-1.406-1.281a3.3 3.3 0 0 1-.177-1.052c0-.516.094-1.016.339-1.432a2.24 2.24 0 0 1 1.125-.938c1-.375 2.109-.349 3.089.083c.479.208.823.63.932 1.141c.021.099.036.208.042.313zm-5.303 3.25h-1.453l-.427-1.057h-2.443s-.422 1.057-.427 1.057h-1.453l2.302-4.927c0 .005 1.599 0 1.599 0zm7.308 0h-1.302s.01-4.927 0-4.927h1.302v1.974h2.635v-1.974h1.307s.005 4.917 0 4.927h-1.307v-2.167c0 .005-2.635 0-2.635 0c.005.005 0 2.161 0 2.167m-24.412 0H0s.005-4.927 0-4.927h1.307s-.005 1.984 0 1.974h2.63c0 .005-.005-1.974 0-1.974h1.307s.005 4.917 0 4.927H3.937v-2.167c0 .005-2.63 0-2.63 0c0 .005-.005 2.167 0 2.167m10.042 0h-1.307v-4.089H8.047s.005-.833 0-.839c.005.005 5.297 0 5.297 0v.839h-1.995zm-5.068-4.928h1.302v4.927H6.281zm24.412 0H32v4.927h-1.307zm-15.38.839l-.906 2.24h1.813z"/></svg> </template>
CSS
.icon-hitachi {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.714%2015.214h-1.365c0-.13-.026-.255-.068-.38a.97.97%200%200%200-.615-.568a1.88%201.88%200%200%200-1.219.026c-.333.12-.594.385-.714.724a3.1%203.1%200%200%200-.052%201.896c.099.359.365.651.714.781a2%202%200%200%200%201.302.036a.95.95%200%200%200%20.573-.516q.11-.252.104-.526h1.375q-.015.234-.063.469c-.12.484-.464.896-.917%201.083a4.32%204.32%200%200%201-3%20.141c-.635-.198-1.188-.656-1.406-1.281a3.3%203.3%200%200%201-.177-1.052c0-.516.094-1.016.339-1.432a2.24%202.24%200%200%201%201.125-.938c1-.375%202.109-.349%203.089.083c.479.208.823.63.932%201.141c.021.099.036.208.042.313zm-5.303%203.25h-1.453l-.427-1.057h-2.443s-.422%201.057-.427%201.057h-1.453l2.302-4.927c0%20.005%201.599%200%201.599%200zm7.308%200h-1.302s.01-4.927%200-4.927h1.302v1.974h2.635v-1.974h1.307s.005%204.917%200%204.927h-1.307v-2.167c0%20.005-2.635%200-2.635%200c.005.005%200%202.161%200%202.167m-24.412%200H0s.005-4.927%200-4.927h1.307s-.005%201.984%200%201.974h2.63c0%20.005-.005-1.974%200-1.974h1.307s.005%204.917%200%204.927H3.937v-2.167c0%20.005-2.63%200-2.63%200c0%20.005-.005%202.167%200%202.167m10.042%200h-1.307v-4.089H8.047s.005-.833%200-.839c.005.005%205.297%200%205.297%200v.839h-1.995zm-5.068-4.928h1.302v4.927H6.281zm24.412%200H32v4.927h-1.307zm-15.38.839l-.906%202.24h1.813z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.714%2015.214h-1.365c0-.13-.026-.255-.068-.38a.97.97%200%200%200-.615-.568a1.88%201.88%200%200%200-1.219.026c-.333.12-.594.385-.714.724a3.1%203.1%200%200%200-.052%201.896c.099.359.365.651.714.781a2%202%200%200%200%201.302.036a.95.95%200%200%200%20.573-.516q.11-.252.104-.526h1.375q-.015.234-.063.469c-.12.484-.464.896-.917%201.083a4.32%204.32%200%200%201-3%20.141c-.635-.198-1.188-.656-1.406-1.281a3.3%203.3%200%200%201-.177-1.052c0-.516.094-1.016.339-1.432a2.24%202.24%200%200%201%201.125-.938c1-.375%202.109-.349%203.089.083c.479.208.823.63.932%201.141c.021.099.036.208.042.313zm-5.303%203.25h-1.453l-.427-1.057h-2.443s-.422%201.057-.427%201.057h-1.453l2.302-4.927c0%20.005%201.599%200%201.599%200zm7.308%200h-1.302s.01-4.927%200-4.927h1.302v1.974h2.635v-1.974h1.307s.005%204.917%200%204.927h-1.307v-2.167c0%20.005-2.635%200-2.635%200c.005.005%200%202.161%200%202.167m-24.412%200H0s.005-4.927%200-4.927h1.307s-.005%201.984%200%201.974h2.63c0%20.005-.005-1.974%200-1.974h1.307s.005%204.917%200%204.927H3.937v-2.167c0%20.005-2.63%200-2.63%200c0%20.005-.005%202.167%200%202.167m10.042%200h-1.307v-4.089H8.047s.005-.833%200-.839c.005.005%205.297%200%205.297%200v.839h-1.995zm-5.068-4.928h1.302v4.927H6.281zm24.412%200H32v4.927h-1.307zm-15.38.839l-.906%202.24h1.813z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/hitachi.svg?color=%231a73e8&size=48