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

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

Use the fujitsu logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.56 3c-2.41 0-4.52 1.24-5.88 2.97v3.79c1.82-5.05 5.88-4.68 5.88-4.68c2.94 0 5.28 2.3 5.28 5.12c0 2.84-2.34 5.13-5.28 5.13a5.32 5.32 0 0 1-3.72-1.5l-2.56-2.8a6.06 6.06 0 0 0-4.25-1.71C2.7 9.32 0 11.93 0 15.16C0 18.4 2.7 21 6.03 21c1.87 0 3.55-.81 4.65-2.11v-3.03c-1.8 3.43-4.65 3.06-4.65 3.06c-2.13 0-3.86-1.68-3.86-3.76c0-2.06 1.73-3.74 3.86-3.74c1.06 0 2.02.42 2.72 1.08l2.56 2.81a7.5 7.5 0 0 0 5.25 2.12c4.11 0 7.44-3.24 7.44-7.23S20.67 3 16.56 3"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsFujitsu(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.56 3c-2.41 0-4.52 1.24-5.88 2.97v3.79c1.82-5.05 5.88-4.68 5.88-4.68c2.94 0 5.28 2.3 5.28 5.12c0 2.84-2.34 5.13-5.28 5.13a5.32 5.32 0 0 1-3.72-1.5l-2.56-2.8a6.06 6.06 0 0 0-4.25-1.71C2.7 9.32 0 11.93 0 15.16C0 18.4 2.7 21 6.03 21c1.87 0 3.55-.81 4.65-2.11v-3.03c-1.8 3.43-4.65 3.06-4.65 3.06c-2.13 0-3.86-1.68-3.86-3.76c0-2.06 1.73-3.74 3.86-3.74c1.06 0 2.02.42 2.72 1.08l2.56 2.81a7.5 7.5 0 0 0 5.25 2.12c4.11 0 7.44-3.24 7.44-7.23S20.67 3 16.56 3"/></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.56 3c-2.41 0-4.52 1.24-5.88 2.97v3.79c1.82-5.05 5.88-4.68 5.88-4.68c2.94 0 5.28 2.3 5.28 5.12c0 2.84-2.34 5.13-5.28 5.13a5.32 5.32 0 0 1-3.72-1.5l-2.56-2.8a6.06 6.06 0 0 0-4.25-1.71C2.7 9.32 0 11.93 0 15.16C0 18.4 2.7 21 6.03 21c1.87 0 3.55-.81 4.65-2.11v-3.03c-1.8 3.43-4.65 3.06-4.65 3.06c-2.13 0-3.86-1.68-3.86-3.76c0-2.06 1.73-3.74 3.86-3.74c1.06 0 2.02.42 2.72 1.08l2.56 2.81a7.5 7.5 0 0 0 5.25 2.12c4.11 0 7.44-3.24 7.44-7.23S20.67 3 16.56 3"/></svg>
</template>

CSS

.icon-fujitsu {
  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.56%203c-2.41%200-4.52%201.24-5.88%202.97v3.79c1.82-5.05%205.88-4.68%205.88-4.68c2.94%200%205.28%202.3%205.28%205.12c0%202.84-2.34%205.13-5.28%205.13a5.32%205.32%200%200%201-3.72-1.5l-2.56-2.8a6.06%206.06%200%200%200-4.25-1.71C2.7%209.32%200%2011.93%200%2015.16C0%2018.4%202.7%2021%206.03%2021c1.87%200%203.55-.81%204.65-2.11v-3.03c-1.8%203.43-4.65%203.06-4.65%203.06c-2.13%200-3.86-1.68-3.86-3.76c0-2.06%201.73-3.74%203.86-3.74c1.06%200%202.02.42%202.72%201.08l2.56%202.81a7.5%207.5%200%200%200%205.25%202.12c4.11%200%207.44-3.24%207.44-7.23S20.67%203%2016.56%203%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.56%203c-2.41%200-4.52%201.24-5.88%202.97v3.79c1.82-5.05%205.88-4.68%205.88-4.68c2.94%200%205.28%202.3%205.28%205.12c0%202.84-2.34%205.13-5.28%205.13a5.32%205.32%200%200%201-3.72-1.5l-2.56-2.8a6.06%206.06%200%200%200-4.25-1.71C2.7%209.32%200%2011.93%200%2015.16C0%2018.4%202.7%2021%206.03%2021c1.87%200%203.55-.81%204.65-2.11v-3.03c-1.8%203.43-4.65%203.06-4.65%203.06c-2.13%200-3.86-1.68-3.86-3.76c0-2.06%201.73-3.74%203.86-3.74c1.06%200%202.02.42%202.72%201.08l2.56%202.81a7.5%207.5%200%200%200%205.25%202.12c4.11%200%207.44-3.24%207.44-7.23S20.67%203%2016.56%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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