cpu icon
cpu from IconPark by ByteDance · Color · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- cpu
- Set
- IconPark
- Style
- Color
- Category
- Hardware
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More hardware icons from IconPark
Use the cpu icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="4" d="M38 8H10C8.89543 8 8 8.89543 8 10V38C8 39.1046 8.89543 40 10 40H38C39.1046 40 40 39.1046 40 38V10C40 8.89543 39.1046 8 38 8Z"/><path fill="#43CCF8" stroke="#fff" stroke-linejoin="round" stroke-width="4" d="M30 18H18V30H30V18Z"/><path fill="#2F88FF" fill-rule="evenodd" d="M14.9092 2V8V2Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M14.9092 2V8"/><path fill="#2F88FF" fill-rule="evenodd" d="M14.9092 40V46V40Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M14.9092 40V46"/><path fill="#2F88FF" fill-rule="evenodd" d="M24 2V8V2Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 2V8"/><path fill="#2F88FF" fill-rule="evenodd" d="M24 40V46V40Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 40V46"/><path fill="#2F88FF" fill-rule="evenodd" d="M33.0908 2V8V2Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M33.0908 2V8"/><path fill="#2F88FF" fill-rule="evenodd" d="M33.0908 40V46V40Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M33.0908 40V46"/><path fill="#2F88FF" fill-rule="evenodd" d="M2 14.9092H8H2Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M2 14.9092H8"/><path fill="#2F88FF" fill-rule="evenodd" d="M40 14.9092H46H40Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M40 14.9092H46"/><path fill="#2F88FF" fill-rule="evenodd" d="M2 24H8H2Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M2 24H8"/><path fill="#2F88FF" fill-rule="evenodd" d="M40 24H46H40Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M40 24H46"/><path fill="#2F88FF" fill-rule="evenodd" d="M2 33.0908H8H2Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M2 33.0908H8"/><path fill="#2F88FF" fill-rule="evenodd" d="M40 33.0908H46H40Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M40 33.0908H46"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkCpu(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" strokeLinejoin="round" strokeWidth="4" d="M38 8H10C8.89543 8 8 8.89543 8 10V38C8 39.1046 8.89543 40 10 40H38C39.1046 40 40 39.1046 40 38V10C40 8.89543 39.1046 8 38 8Z"/><path fill="#43CCF8" stroke="#fff" strokeLinejoin="round" strokeWidth="4" d="M30 18H18V30H30V18Z"/><path fill="#2F88FF" fillRule="evenodd" d="M14.9092 2V8V2Z" clipRule="evenodd"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M14.9092 2V8"/><path fill="#2F88FF" fillRule="evenodd" d="M14.9092 40V46V40Z" clipRule="evenodd"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M14.9092 40V46"/><path fill="#2F88FF" fillRule="evenodd" d="M24 2V8V2Z" clipRule="evenodd"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M24 2V8"/><path fill="#2F88FF" fillRule="evenodd" d="M24 40V46V40Z" clipRule="evenodd"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M24 40V46"/><path fill="#2F88FF" fillRule="evenodd" d="M33.0908 2V8V2Z" clipRule="evenodd"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M33.0908 2V8"/><path fill="#2F88FF" fillRule="evenodd" d="M33.0908 40V46V40Z" clipRule="evenodd"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M33.0908 40V46"/><path fill="#2F88FF" fillRule="evenodd" d="M2 14.9092H8H2Z" clipRule="evenodd"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M2 14.9092H8"/><path fill="#2F88FF" fillRule="evenodd" d="M40 14.9092H46H40Z" clipRule="evenodd"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M40 14.9092H46"/><path fill="#2F88FF" fillRule="evenodd" d="M2 24H8H2Z" clipRule="evenodd"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M2 24H8"/><path fill="#2F88FF" fillRule="evenodd" d="M40 24H46H40Z" clipRule="evenodd"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M40 24H46"/><path fill="#2F88FF" fillRule="evenodd" d="M2 33.0908H8H2Z" clipRule="evenodd"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M2 33.0908H8"/><path fill="#2F88FF" fillRule="evenodd" d="M40 33.0908H46H40Z" clipRule="evenodd"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M40 33.0908H46"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="4" d="M38 8H10C8.89543 8 8 8.89543 8 10V38C8 39.1046 8.89543 40 10 40H38C39.1046 40 40 39.1046 40 38V10C40 8.89543 39.1046 8 38 8Z"/><path fill="#43CCF8" stroke="#fff" stroke-linejoin="round" stroke-width="4" d="M30 18H18V30H30V18Z"/><path fill="#2F88FF" fill-rule="evenodd" d="M14.9092 2V8V2Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M14.9092 2V8"/><path fill="#2F88FF" fill-rule="evenodd" d="M14.9092 40V46V40Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M14.9092 40V46"/><path fill="#2F88FF" fill-rule="evenodd" d="M24 2V8V2Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 2V8"/><path fill="#2F88FF" fill-rule="evenodd" d="M24 40V46V40Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 40V46"/><path fill="#2F88FF" fill-rule="evenodd" d="M33.0908 2V8V2Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M33.0908 2V8"/><path fill="#2F88FF" fill-rule="evenodd" d="M33.0908 40V46V40Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M33.0908 40V46"/><path fill="#2F88FF" fill-rule="evenodd" d="M2 14.9092H8H2Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M2 14.9092H8"/><path fill="#2F88FF" fill-rule="evenodd" d="M40 14.9092H46H40Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M40 14.9092H46"/><path fill="#2F88FF" fill-rule="evenodd" d="M2 24H8H2Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M2 24H8"/><path fill="#2F88FF" fill-rule="evenodd" d="M40 24H46H40Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M40 24H46"/><path fill="#2F88FF" fill-rule="evenodd" d="M2 33.0908H8H2Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M2 33.0908H8"/><path fill="#2F88FF" fill-rule="evenodd" d="M40 33.0908H46H40Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M40 33.0908H46"/></g></svg> </template>
CSS
.icon-cpu {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M38%208H10C8.89543%208%208%208.89543%208%2010V38C8%2039.1046%208.89543%2040%2010%2040H38C39.1046%2040%2040%2039.1046%2040%2038V10C40%208.89543%2039.1046%208%2038%208Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M30%2018H18V30H30V18Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.9092%202V8V2Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M14.9092%202V8%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.9092%2040V46V40Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M14.9092%2040V46%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24%202V8V2Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%202V8%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2040V46V40Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2040V46%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M33.0908%202V8V2Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M33.0908%202V8%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M33.0908%2040V46V40Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M33.0908%2040V46%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2014.9092H8H2Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M2%2014.9092H8%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M40%2014.9092H46H40Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M40%2014.9092H46%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2024H8H2Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M2%2024H8%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M40%2024H46H40Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M40%2024H46%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2033.0908H8H2Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M2%2033.0908H8%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M40%2033.0908H46H40Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M40%2033.0908H46%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M38%208H10C8.89543%208%208%208.89543%208%2010V38C8%2039.1046%208.89543%2040%2010%2040H38C39.1046%2040%2040%2039.1046%2040%2038V10C40%208.89543%2039.1046%208%2038%208Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M30%2018H18V30H30V18Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.9092%202V8V2Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M14.9092%202V8%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.9092%2040V46V40Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M14.9092%2040V46%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24%202V8V2Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%202V8%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2040V46V40Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2040V46%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M33.0908%202V8V2Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M33.0908%202V8%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M33.0908%2040V46V40Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M33.0908%2040V46%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2014.9092H8H2Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M2%2014.9092H8%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M40%2014.9092H46H40Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M40%2014.9092H46%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2024H8H2Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M2%2024H8%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M40%2024H46H40Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M40%2024H46%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2033.0908H8H2Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M2%2033.0908H8%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M40%2033.0908H46H40Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M40%2033.0908H46%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/cpu.svg?color=%231a73e8&size=48