circuitry icon

circuitry-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
circuitry-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the circuitry icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 34H48a14 14 0 0 0-14 14v160a14 14 0 0 0 14 14h160a14 14 0 0 0 14-14V48a14 14 0 0 0-14-14M88 158a10 10 0 1 1-10 10a10 10 0 0 1 10-10m-42 50V48a2 2 0 0 1 2-2h34v100.84a22 22 0 1 0 12 0v-36.35l52 52V210H48a2 2 0 0 1-2-2m164 0a2 2 0 0 1-2 2h-50v-50a6 6 0 0 0-1.76-4.24L94 93.51V46h36v26a6 6 0 0 0 1.76 4.24l17 17a22 22 0 1 0 8.48-8.48L142 69.51V46h66a2 2 0 0 1 2 2ZM168 94a10 10 0 1 1-10 10a10 10 0 0 1 10-10"/></svg>

React

import type { SVGProps } from "react";

export function PhCircuitryLight(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="M208 34H48a14 14 0 0 0-14 14v160a14 14 0 0 0 14 14h160a14 14 0 0 0 14-14V48a14 14 0 0 0-14-14M88 158a10 10 0 1 1-10 10a10 10 0 0 1 10-10m-42 50V48a2 2 0 0 1 2-2h34v100.84a22 22 0 1 0 12 0v-36.35l52 52V210H48a2 2 0 0 1-2-2m164 0a2 2 0 0 1-2 2h-50v-50a6 6 0 0 0-1.76-4.24L94 93.51V46h36v26a6 6 0 0 0 1.76 4.24l17 17a22 22 0 1 0 8.48-8.48L142 69.51V46h66a2 2 0 0 1 2 2ZM168 94a10 10 0 1 1-10 10a10 10 0 0 1 10-10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 34H48a14 14 0 0 0-14 14v160a14 14 0 0 0 14 14h160a14 14 0 0 0 14-14V48a14 14 0 0 0-14-14M88 158a10 10 0 1 1-10 10a10 10 0 0 1 10-10m-42 50V48a2 2 0 0 1 2-2h34v100.84a22 22 0 1 0 12 0v-36.35l52 52V210H48a2 2 0 0 1-2-2m164 0a2 2 0 0 1-2 2h-50v-50a6 6 0 0 0-1.76-4.24L94 93.51V46h36v26a6 6 0 0 0 1.76 4.24l17 17a22 22 0 1 0 8.48-8.48L142 69.51V46h66a2 2 0 0 1 2 2ZM168 94a10 10 0 1 1-10 10a10 10 0 0 1 10-10"/></svg>
</template>

CSS

.icon-circuitry-light {
  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%22M208%2034H48a14%2014%200%200%200-14%2014v160a14%2014%200%200%200%2014%2014h160a14%2014%200%200%200%2014-14V48a14%2014%200%200%200-14-14M88%20158a10%2010%200%201%201-10%2010a10%2010%200%200%201%2010-10m-42%2050V48a2%202%200%200%201%202-2h34v100.84a22%2022%200%201%200%2012%200v-36.35l52%2052V210H48a2%202%200%200%201-2-2m164%200a2%202%200%200%201-2%202h-50v-50a6%206%200%200%200-1.76-4.24L94%2093.51V46h36v26a6%206%200%200%200%201.76%204.24l17%2017a22%2022%200%201%200%208.48-8.48L142%2069.51V46h66a2%202%200%200%201%202%202ZM168%2094a10%2010%200%201%201-10%2010a10%2010%200%200%201%2010-10%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%22M208%2034H48a14%2014%200%200%200-14%2014v160a14%2014%200%200%200%2014%2014h160a14%2014%200%200%200%2014-14V48a14%2014%200%200%200-14-14M88%20158a10%2010%200%201%201-10%2010a10%2010%200%200%201%2010-10m-42%2050V48a2%202%200%200%201%202-2h34v100.84a22%2022%200%201%200%2012%200v-36.35l52%2052V210H48a2%202%200%200%201-2-2m164%200a2%202%200%200%201-2%202h-50v-50a6%206%200%200%200-1.76-4.24L94%2093.51V46h36v26a6%206%200%200%200%201.76%204.24l17%2017a22%2022%200%201%200%208.48-8.48L142%2069.51V46h66a2%202%200%200%201%202%202ZM168%2094a10%2010%200%201%201-10%2010a10%2010%200%200%201%2010-10%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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