head circuit icon
head-circuit from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- head-circuit
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the head circuit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M192.5 171.47a88.34 88.34 0 0 0 31.5-69.54c-1-45.71-37.61-83.4-83.24-85.8A88 88 0 0 0 48 102l-22.45 43.18c-.09.18-.18.36-.26.54a16 16 0 0 0 7.55 20.62l.25.11L56 176.94V208a16 16 0 0 0 16 16h48a8 8 0 0 0 0-16H72v-36.19a8 8 0 0 0-4.67-7.28L40 152l23.07-44.34A7.9 7.9 0 0 0 64 104a72 72 0 0 1 56-70.21v15.59a24 24 0 1 0 16 0V32c1.3 0 2.6 0 3.9.1A72.26 72.26 0 0 1 203.84 80H184a8 8 0 0 0-6.15 2.88l-25.51 30.62a24.06 24.06 0 1 0 12.28 10.25L187.75 96h19.79q.36 3.12.44 6.3a72.26 72.26 0 0 1-28.78 59.3a8 8 0 0 0-3.14 7.39l8 64a8 8 0 0 0 7.93 7a8 8 0 0 0 1-.06a8 8 0 0 0 6.95-8.93ZM128 80a8 8 0 1 1 8-8a8 8 0 0 1-8 8m16 64a8 8 0 1 1 8-8a8 8 0 0 1-8 8"/></svg>
React
import type { SVGProps } from "react";
export function PhHeadCircuit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M192.5 171.47a88.34 88.34 0 0 0 31.5-69.54c-1-45.71-37.61-83.4-83.24-85.8A88 88 0 0 0 48 102l-22.45 43.18c-.09.18-.18.36-.26.54a16 16 0 0 0 7.55 20.62l.25.11L56 176.94V208a16 16 0 0 0 16 16h48a8 8 0 0 0 0-16H72v-36.19a8 8 0 0 0-4.67-7.28L40 152l23.07-44.34A7.9 7.9 0 0 0 64 104a72 72 0 0 1 56-70.21v15.59a24 24 0 1 0 16 0V32c1.3 0 2.6 0 3.9.1A72.26 72.26 0 0 1 203.84 80H184a8 8 0 0 0-6.15 2.88l-25.51 30.62a24.06 24.06 0 1 0 12.28 10.25L187.75 96h19.79q.36 3.12.44 6.3a72.26 72.26 0 0 1-28.78 59.3a8 8 0 0 0-3.14 7.39l8 64a8 8 0 0 0 7.93 7a8 8 0 0 0 1-.06a8 8 0 0 0 6.95-8.93ZM128 80a8 8 0 1 1 8-8a8 8 0 0 1-8 8m16 64a8 8 0 1 1 8-8a8 8 0 0 1-8 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M192.5 171.47a88.34 88.34 0 0 0 31.5-69.54c-1-45.71-37.61-83.4-83.24-85.8A88 88 0 0 0 48 102l-22.45 43.18c-.09.18-.18.36-.26.54a16 16 0 0 0 7.55 20.62l.25.11L56 176.94V208a16 16 0 0 0 16 16h48a8 8 0 0 0 0-16H72v-36.19a8 8 0 0 0-4.67-7.28L40 152l23.07-44.34A7.9 7.9 0 0 0 64 104a72 72 0 0 1 56-70.21v15.59a24 24 0 1 0 16 0V32c1.3 0 2.6 0 3.9.1A72.26 72.26 0 0 1 203.84 80H184a8 8 0 0 0-6.15 2.88l-25.51 30.62a24.06 24.06 0 1 0 12.28 10.25L187.75 96h19.79q.36 3.12.44 6.3a72.26 72.26 0 0 1-28.78 59.3a8 8 0 0 0-3.14 7.39l8 64a8 8 0 0 0 7.93 7a8 8 0 0 0 1-.06a8 8 0 0 0 6.95-8.93ZM128 80a8 8 0 1 1 8-8a8 8 0 0 1-8 8m16 64a8 8 0 1 1 8-8a8 8 0 0 1-8 8"/></svg> </template>
CSS
.icon-head-circuit {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192.5%20171.47a88.34%2088.34%200%200%200%2031.5-69.54c-1-45.71-37.61-83.4-83.24-85.8A88%2088%200%200%200%2048%20102l-22.45%2043.18c-.09.18-.18.36-.26.54a16%2016%200%200%200%207.55%2020.62l.25.11L56%20176.94V208a16%2016%200%200%200%2016%2016h48a8%208%200%200%200%200-16H72v-36.19a8%208%200%200%200-4.67-7.28L40%20152l23.07-44.34A7.9%207.9%200%200%200%2064%20104a72%2072%200%200%201%2056-70.21v15.59a24%2024%200%201%200%2016%200V32c1.3%200%202.6%200%203.9.1A72.26%2072.26%200%200%201%20203.84%2080H184a8%208%200%200%200-6.15%202.88l-25.51%2030.62a24.06%2024.06%200%201%200%2012.28%2010.25L187.75%2096h19.79q.36%203.12.44%206.3a72.26%2072.26%200%200%201-28.78%2059.3a8%208%200%200%200-3.14%207.39l8%2064a8%208%200%200%200%207.93%207a8%208%200%200%200%201-.06a8%208%200%200%200%206.95-8.93ZM128%2080a8%208%200%201%201%208-8a8%208%200%200%201-8%208m16%2064a8%208%200%201%201%208-8a8%208%200%200%201-8%208%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192.5%20171.47a88.34%2088.34%200%200%200%2031.5-69.54c-1-45.71-37.61-83.4-83.24-85.8A88%2088%200%200%200%2048%20102l-22.45%2043.18c-.09.18-.18.36-.26.54a16%2016%200%200%200%207.55%2020.62l.25.11L56%20176.94V208a16%2016%200%200%200%2016%2016h48a8%208%200%200%200%200-16H72v-36.19a8%208%200%200%200-4.67-7.28L40%20152l23.07-44.34A7.9%207.9%200%200%200%2064%20104a72%2072%200%200%201%2056-70.21v15.59a24%2024%200%201%200%2016%200V32c1.3%200%202.6%200%203.9.1A72.26%2072.26%200%200%201%20203.84%2080H184a8%208%200%200%200-6.15%202.88l-25.51%2030.62a24.06%2024.06%200%201%200%2012.28%2010.25L187.75%2096h19.79q.36%203.12.44%206.3a72.26%2072.26%200%200%201-28.78%2059.3a8%208%200%200%200-3.14%207.39l8%2064a8%208%200%200%200%207.93%207a8%208%200%200%200%201-.06a8%208%200%200%200%206.95-8.93ZM128%2080a8%208%200%201%201%208-8a8%208%200%200%201-8%208m16%2064a8%208%200%201%201%208-8a8%208%200%200%201-8%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/head-circuit.svg?color=%231a73e8&size=48