gpu from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
gpu
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the gpu icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4 21V5c0-.465 0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C2.696 3 2.464 3 2 3m2 2h13c2.357 0 3.535 0 4.268.732S22 7.643 22 10v4.5c0 2.357 0 3.535-.732 4.268c-.733.732-1.911.732-4.268.732h-4.882a1.81 1.81 0 0 1-1.618-1c-.306-.613-.933-1-1.618-1H4"/><path d="M19 11.5a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-11.5-3h2m-2 3h2m-2 3h2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsGpu(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M4 21V5c0-.465 0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C2.696 3 2.464 3 2 3m2 2h13c2.357 0 3.535 0 4.268.732S22 7.643 22 10v4.5c0 2.357 0 3.535-.732 4.268c-.733.732-1.911.732-4.268.732h-4.882a1.81 1.81 0 0 1-1.618-1c-.306-.613-.933-1-1.618-1H4"/><path d="M19 11.5a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-11.5-3h2m-2 3h2m-2 3h2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4 21V5c0-.465 0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C2.696 3 2.464 3 2 3m2 2h13c2.357 0 3.535 0 4.268.732S22 7.643 22 10v4.5c0 2.357 0 3.535-.732 4.268c-.733.732-1.911.732-4.268.732h-4.882a1.81 1.81 0 0 1-1.618-1c-.306-.613-.933-1-1.618-1H4"/><path d="M19 11.5a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-11.5-3h2m-2 3h2m-2 3h2"/></g></svg>
</template>

CSS

.icon-gpu {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%2021V5c0-.465%200-.697-.051-.888a1.5%201.5%200%200%200-1.06-1.06C2.696%203%202.464%203%202%203m2%202h13c2.357%200%203.535%200%204.268.732S22%207.643%2022%2010v4.5c0%202.357%200%203.535-.732%204.268c-.733.732-1.911.732-4.268.732h-4.882a1.81%201.81%200%200%201-1.618-1c-.306-.613-.933-1-1.618-1H4%22%2F%3E%3Cpath%20d%3D%22M19%2011.5a3%203%200%201%201-6%200a3%203%200%200%201%206%200m-11.5-3h2m-2%203h2m-2%203h2%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%2021V5c0-.465%200-.697-.051-.888a1.5%201.5%200%200%200-1.06-1.06C2.696%203%202.464%203%202%203m2%202h13c2.357%200%203.535%200%204.268.732S22%207.643%2022%2010v4.5c0%202.357%200%203.535-.732%204.268c-.733.732-1.911.732-4.268.732h-4.882a1.81%201.81%200%200%201-1.618-1c-.306-.613-.933-1-1.618-1H4%22%2F%3E%3Cpath%20d%3D%22M19%2011.5a3%203%200%201%201-6%200a3%203%200%200%201%206%200m-11.5-3h2m-2%203h2m-2%203h2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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