cpu setting icon

cpu-setting from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
cpu-setting
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the cpu setting 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="M20 9.6c0-4-1.6-5.6-5.6-5.6H9.6C5.6 4 4 5.6 4 9.6v4.8c0 4 1.6 5.6 5.6 5.6"/><path d="M16.35 8c-.55-.7-1.47-1-2.85-1h-3C8 7 7 8 7 10.5v3c0 1.38.3 2.3.99 2.85M8.01 4V2M12 4V2m4 2V2m4 6h2M8.01 20v2M2 8h2m-2 4h2m-2 4h2"/><path stroke-miterlimit="10" d="M16.71 18.59a1.59 1.59 0 1 0 0-3.18a1.59 1.59 0 0 0 0 3.18"/><path stroke-miterlimit="10" d="M11.41 17.46v-.93c0-.55.45-1 1-1c.96 0 1.35-.68.87-1.51a1 1 0 0 1 .37-1.37l.91-.53c.42-.25.96-.1 1.21.32l.06.1c.48.83 1.26.83 1.74 0l.06-.1c.25-.42.79-.56 1.21-.32l.91.53c.48.28.65.89.37 1.37c-.48.83-.09 1.51.87 1.51c.55 0 1 .45 1 1v.93c0 .55-.45 1-1 1c-.96 0-1.35.68-.87 1.51a1 1 0 0 1-.37 1.37l-.91.53c-.42.25-.96.1-1.21-.32l-.06-.1c-.48-.83-1.26-.83-1.74 0l-.06.1c-.25.42-.79.56-1.21.32l-.91-.53c-.48-.28-.65-.89-.37-1.37c.48-.83.09-1.51-.87-1.51a.99.99 0 0 1-1-1"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCpuSetting(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="M20 9.6c0-4-1.6-5.6-5.6-5.6H9.6C5.6 4 4 5.6 4 9.6v4.8c0 4 1.6 5.6 5.6 5.6"/><path d="M16.35 8c-.55-.7-1.47-1-2.85-1h-3C8 7 7 8 7 10.5v3c0 1.38.3 2.3.99 2.85M8.01 4V2M12 4V2m4 2V2m4 6h2M8.01 20v2M2 8h2m-2 4h2m-2 4h2"/><path strokeMiterlimit="10" d="M16.71 18.59a1.59 1.59 0 1 0 0-3.18a1.59 1.59 0 0 0 0 3.18"/><path strokeMiterlimit="10" d="M11.41 17.46v-.93c0-.55.45-1 1-1c.96 0 1.35-.68.87-1.51a1 1 0 0 1 .37-1.37l.91-.53c.42-.25.96-.1 1.21.32l.06.1c.48.83 1.26.83 1.74 0l.06-.1c.25-.42.79-.56 1.21-.32l.91.53c.48.28.65.89.37 1.37c-.48.83-.09 1.51.87 1.51c.55 0 1 .45 1 1v.93c0 .55-.45 1-1 1c-.96 0-1.35.68-.87 1.51a1 1 0 0 1-.37 1.37l-.91.53c-.42.25-.96.1-1.21-.32l-.06-.1c-.48-.83-1.26-.83-1.74 0l-.06.1c-.25.42-.79.56-1.21.32l-.91-.53c-.48-.28-.65-.89-.37-1.37c.48-.83.09-1.51-.87-1.51a.99.99 0 0 1-1-1"/></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="M20 9.6c0-4-1.6-5.6-5.6-5.6H9.6C5.6 4 4 5.6 4 9.6v4.8c0 4 1.6 5.6 5.6 5.6"/><path d="M16.35 8c-.55-.7-1.47-1-2.85-1h-3C8 7 7 8 7 10.5v3c0 1.38.3 2.3.99 2.85M8.01 4V2M12 4V2m4 2V2m4 6h2M8.01 20v2M2 8h2m-2 4h2m-2 4h2"/><path stroke-miterlimit="10" d="M16.71 18.59a1.59 1.59 0 1 0 0-3.18a1.59 1.59 0 0 0 0 3.18"/><path stroke-miterlimit="10" d="M11.41 17.46v-.93c0-.55.45-1 1-1c.96 0 1.35-.68.87-1.51a1 1 0 0 1 .37-1.37l.91-.53c.42-.25.96-.1 1.21.32l.06.1c.48.83 1.26.83 1.74 0l.06-.1c.25-.42.79-.56 1.21-.32l.91.53c.48.28.65.89.37 1.37c-.48.83-.09 1.51.87 1.51c.55 0 1 .45 1 1v.93c0 .55-.45 1-1 1c-.96 0-1.35.68-.87 1.51a1 1 0 0 1-.37 1.37l-.91.53c-.42.25-.96.1-1.21-.32l-.06-.1c-.48-.83-1.26-.83-1.74 0l-.06.1c-.25.42-.79.56-1.21.32l-.91-.53c-.48-.28-.65-.89-.37-1.37c.48-.83.09-1.51-.87-1.51a.99.99 0 0 1-1-1"/></g></svg>
</template>

CSS

.icon-cpu-setting {
  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%22M20%209.6c0-4-1.6-5.6-5.6-5.6H9.6C5.6%204%204%205.6%204%209.6v4.8c0%204%201.6%205.6%205.6%205.6%22%2F%3E%3Cpath%20d%3D%22M16.35%208c-.55-.7-1.47-1-2.85-1h-3C8%207%207%208%207%2010.5v3c0%201.38.3%202.3.99%202.85M8.01%204V2M12%204V2m4%202V2m4%206h2M8.01%2020v2M2%208h2m-2%204h2m-2%204h2%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.71%2018.59a1.59%201.59%200%201%200%200-3.18a1.59%201.59%200%200%200%200%203.18%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.41%2017.46v-.93c0-.55.45-1%201-1c.96%200%201.35-.68.87-1.51a1%201%200%200%201%20.37-1.37l.91-.53c.42-.25.96-.1%201.21.32l.06.1c.48.83%201.26.83%201.74%200l.06-.1c.25-.42.79-.56%201.21-.32l.91.53c.48.28.65.89.37%201.37c-.48.83-.09%201.51.87%201.51c.55%200%201%20.45%201%201v.93c0%20.55-.45%201-1%201c-.96%200-1.35.68-.87%201.51a1%201%200%200%201-.37%201.37l-.91.53c-.42.25-.96.1-1.21-.32l-.06-.1c-.48-.83-1.26-.83-1.74%200l-.06.1c-.25.42-.79.56-1.21.32l-.91-.53c-.48-.28-.65-.89-.37-1.37c.48-.83.09-1.51-.87-1.51a.99.99%200%200%201-1-1%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%22M20%209.6c0-4-1.6-5.6-5.6-5.6H9.6C5.6%204%204%205.6%204%209.6v4.8c0%204%201.6%205.6%205.6%205.6%22%2F%3E%3Cpath%20d%3D%22M16.35%208c-.55-.7-1.47-1-2.85-1h-3C8%207%207%208%207%2010.5v3c0%201.38.3%202.3.99%202.85M8.01%204V2M12%204V2m4%202V2m4%206h2M8.01%2020v2M2%208h2m-2%204h2m-2%204h2%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.71%2018.59a1.59%201.59%200%201%200%200-3.18a1.59%201.59%200%200%200%200%203.18%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.41%2017.46v-.93c0-.55.45-1%201-1c.96%200%201.35-.68.87-1.51a1%201%200%200%201%20.37-1.37l.91-.53c.42-.25.96-.1%201.21.32l.06.1c.48.83%201.26.83%201.74%200l.06-.1c.25-.42.79-.56%201.21-.32l.91.53c.48.28.65.89.37%201.37c-.48.83-.09%201.51.87%201.51c.55%200%201%20.45%201%201v.93c0%20.55-.45%201-1%201c-.96%200-1.35.68-.87%201.51a1%201%200%200%201-.37%201.37l-.91.53c-.42.25-.96.1-1.21-.32l-.06-.1c-.48-.83-1.26-.83-1.74%200l-.06.1c-.25.42-.79.56-1.21.32l-.91-.53c-.48-.28-.65-.89-.37-1.37c.48-.83.09-1.51-.87-1.51a.99.99%200%200%201-1-1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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