head circuit icon
head-circuit-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- head-circuit-thin
- Set
- Phosphor
- Style
- Thin
- 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="M188.25 169.77A84.3 84.3 0 0 0 220 102c-1-43.64-35.9-79.62-79.45-81.91A84 84 0 0 0 52 103l-22.9 44c-.05.09-.09.18-.13.27a12 12 0 0 0 5.66 15.46l.13.06L60 174.38V208a12 12 0 0 0 12 12h48a4 4 0 0 0 0-8H72a4 4 0 0 1-4-4v-36.19a4 4 0 0 0-2.34-3.64l-27.5-12.59a4 4 0 0 1-1.88-5l23.27-44.72A4.1 4.1 0 0 0 60 104a76 76 0 0 1 64-75v23.4a20 20 0 1 0 8 0V28.11a78 78 0 0 1 8.11 0c33.13 1.74 60.72 25 69.2 55.89H184a4 4 0 0 0-3.07 1.44l-27.46 33a20.12 20.12 0 1 0 6.13 5.13L185.87 92H211a75.9 75.9 0 0 1-29.44 72.8a4 4 0 0 0-1.57 3.7l8 64a4 4 0 0 0 4 3.5h.5a4 4 0 0 0 3.51-4.5ZM140 72a12 12 0 1 1-12-12a12 12 0 0 1 12 12m4 76a12 12 0 1 1 12-12a12 12 0 0 1-12 12"/></svg>
React
import type { SVGProps } from "react";
export function PhHeadCircuitThin(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="M188.25 169.77A84.3 84.3 0 0 0 220 102c-1-43.64-35.9-79.62-79.45-81.91A84 84 0 0 0 52 103l-22.9 44c-.05.09-.09.18-.13.27a12 12 0 0 0 5.66 15.46l.13.06L60 174.38V208a12 12 0 0 0 12 12h48a4 4 0 0 0 0-8H72a4 4 0 0 1-4-4v-36.19a4 4 0 0 0-2.34-3.64l-27.5-12.59a4 4 0 0 1-1.88-5l23.27-44.72A4.1 4.1 0 0 0 60 104a76 76 0 0 1 64-75v23.4a20 20 0 1 0 8 0V28.11a78 78 0 0 1 8.11 0c33.13 1.74 60.72 25 69.2 55.89H184a4 4 0 0 0-3.07 1.44l-27.46 33a20.12 20.12 0 1 0 6.13 5.13L185.87 92H211a75.9 75.9 0 0 1-29.44 72.8a4 4 0 0 0-1.57 3.7l8 64a4 4 0 0 0 4 3.5h.5a4 4 0 0 0 3.51-4.5ZM140 72a12 12 0 1 1-12-12a12 12 0 0 1 12 12m4 76a12 12 0 1 1 12-12a12 12 0 0 1-12 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M188.25 169.77A84.3 84.3 0 0 0 220 102c-1-43.64-35.9-79.62-79.45-81.91A84 84 0 0 0 52 103l-22.9 44c-.05.09-.09.18-.13.27a12 12 0 0 0 5.66 15.46l.13.06L60 174.38V208a12 12 0 0 0 12 12h48a4 4 0 0 0 0-8H72a4 4 0 0 1-4-4v-36.19a4 4 0 0 0-2.34-3.64l-27.5-12.59a4 4 0 0 1-1.88-5l23.27-44.72A4.1 4.1 0 0 0 60 104a76 76 0 0 1 64-75v23.4a20 20 0 1 0 8 0V28.11a78 78 0 0 1 8.11 0c33.13 1.74 60.72 25 69.2 55.89H184a4 4 0 0 0-3.07 1.44l-27.46 33a20.12 20.12 0 1 0 6.13 5.13L185.87 92H211a75.9 75.9 0 0 1-29.44 72.8a4 4 0 0 0-1.57 3.7l8 64a4 4 0 0 0 4 3.5h.5a4 4 0 0 0 3.51-4.5ZM140 72a12 12 0 1 1-12-12a12 12 0 0 1 12 12m4 76a12 12 0 1 1 12-12a12 12 0 0 1-12 12"/></svg> </template>
CSS
.icon-head-circuit-thin {
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%22M188.25%20169.77A84.3%2084.3%200%200%200%20220%20102c-1-43.64-35.9-79.62-79.45-81.91A84%2084%200%200%200%2052%20103l-22.9%2044c-.05.09-.09.18-.13.27a12%2012%200%200%200%205.66%2015.46l.13.06L60%20174.38V208a12%2012%200%200%200%2012%2012h48a4%204%200%200%200%200-8H72a4%204%200%200%201-4-4v-36.19a4%204%200%200%200-2.34-3.64l-27.5-12.59a4%204%200%200%201-1.88-5l23.27-44.72A4.1%204.1%200%200%200%2060%20104a76%2076%200%200%201%2064-75v23.4a20%2020%200%201%200%208%200V28.11a78%2078%200%200%201%208.11%200c33.13%201.74%2060.72%2025%2069.2%2055.89H184a4%204%200%200%200-3.07%201.44l-27.46%2033a20.12%2020.12%200%201%200%206.13%205.13L185.87%2092H211a75.9%2075.9%200%200%201-29.44%2072.8a4%204%200%200%200-1.57%203.7l8%2064a4%204%200%200%200%204%203.5h.5a4%204%200%200%200%203.51-4.5ZM140%2072a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m4%2076a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012%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%22M188.25%20169.77A84.3%2084.3%200%200%200%20220%20102c-1-43.64-35.9-79.62-79.45-81.91A84%2084%200%200%200%2052%20103l-22.9%2044c-.05.09-.09.18-.13.27a12%2012%200%200%200%205.66%2015.46l.13.06L60%20174.38V208a12%2012%200%200%200%2012%2012h48a4%204%200%200%200%200-8H72a4%204%200%200%201-4-4v-36.19a4%204%200%200%200-2.34-3.64l-27.5-12.59a4%204%200%200%201-1.88-5l23.27-44.72A4.1%204.1%200%200%200%2060%20104a76%2076%200%200%201%2064-75v23.4a20%2020%200%201%200%208%200V28.11a78%2078%200%200%201%208.11%200c33.13%201.74%2060.72%2025%2069.2%2055.89H184a4%204%200%200%200-3.07%201.44l-27.46%2033a20.12%2020.12%200%201%200%206.13%205.13L185.87%2092H211a75.9%2075.9%200%200%201-29.44%2072.8a4%204%200%200%200-1.57%203.7l8%2064a4%204%200%200%200%204%203.5h.5a4%204%200%200%200%203.51-4.5ZM140%2072a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m4%2076a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/head-circuit-thin.svg?color=%231a73e8&size=48