structure icon

structure-linear from Solar by 480 Design · Linear · IT · CC-BY-4.0 Attribution required.

Name
structure-linear
Set
Solar
Style
Linear
Category
IT
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More it icons from Solar

Use the structure 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-width="1.5"><path d="M8 5C8 6.65685 6.65685 8 5 8C3.34315 8 2 6.65685 2 5C2 3.34315 3.34315 2 5 2C6.65685 2 8 3.34315 8 5Z"/><path d="M22 5C22 6.65685 20.6569 8 19 8C17.3431 8 16 6.65685 16 5C16 3.34315 17.3431 2 19 2C20.6569 2 22 3.34315 22 5Z"/><path d="M8 19C8 20.6569 6.65685 22 5 22C3.34315 22 2 20.6569 2 19C2 17.3431 3.34315 16 5 16C6.65685 16 8 17.3431 8 19Z"/><path d="M22 19C22 20.6569 20.6569 22 19 22C17.3431 22 16 20.6569 16 19C16 17.3431 17.3431 16 19 16C20.6569 16 22 17.3431 22 19Z"/><path stroke-linecap="round" d="M8 19H16"/><path stroke-linecap="round" d="M8 5H16"/><path stroke-linecap="round" d="M19 16L19 8"/><path stroke-linecap="round" d="M5 16L5 8"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarStructureLinear(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" strokeWidth="1.5"><path d="M8 5C8 6.65685 6.65685 8 5 8C3.34315 8 2 6.65685 2 5C2 3.34315 3.34315 2 5 2C6.65685 2 8 3.34315 8 5Z"/><path d="M22 5C22 6.65685 20.6569 8 19 8C17.3431 8 16 6.65685 16 5C16 3.34315 17.3431 2 19 2C20.6569 2 22 3.34315 22 5Z"/><path d="M8 19C8 20.6569 6.65685 22 5 22C3.34315 22 2 20.6569 2 19C2 17.3431 3.34315 16 5 16C6.65685 16 8 17.3431 8 19Z"/><path d="M22 19C22 20.6569 20.6569 22 19 22C17.3431 22 16 20.6569 16 19C16 17.3431 17.3431 16 19 16C20.6569 16 22 17.3431 22 19Z"/><path strokeLinecap="round" d="M8 19H16"/><path strokeLinecap="round" d="M8 5H16"/><path strokeLinecap="round" d="M19 16L19 8"/><path strokeLinecap="round" d="M5 16L5 8"/></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-width="1.5"><path d="M8 5C8 6.65685 6.65685 8 5 8C3.34315 8 2 6.65685 2 5C2 3.34315 3.34315 2 5 2C6.65685 2 8 3.34315 8 5Z"/><path d="M22 5C22 6.65685 20.6569 8 19 8C17.3431 8 16 6.65685 16 5C16 3.34315 17.3431 2 19 2C20.6569 2 22 3.34315 22 5Z"/><path d="M8 19C8 20.6569 6.65685 22 5 22C3.34315 22 2 20.6569 2 19C2 17.3431 3.34315 16 5 16C6.65685 16 8 17.3431 8 19Z"/><path d="M22 19C22 20.6569 20.6569 22 19 22C17.3431 22 16 20.6569 16 19C16 17.3431 17.3431 16 19 16C20.6569 16 22 17.3431 22 19Z"/><path stroke-linecap="round" d="M8 19H16"/><path stroke-linecap="round" d="M8 5H16"/><path stroke-linecap="round" d="M19 16L19 8"/><path stroke-linecap="round" d="M5 16L5 8"/></g></svg>
</template>

CSS

.icon-structure-linear {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%205C8%206.65685%206.65685%208%205%208C3.34315%208%202%206.65685%202%205C2%203.34315%203.34315%202%205%202C6.65685%202%208%203.34315%208%205Z%22%2F%3E%3Cpath%20d%3D%22M22%205C22%206.65685%2020.6569%208%2019%208C17.3431%208%2016%206.65685%2016%205C16%203.34315%2017.3431%202%2019%202C20.6569%202%2022%203.34315%2022%205Z%22%2F%3E%3Cpath%20d%3D%22M8%2019C8%2020.6569%206.65685%2022%205%2022C3.34315%2022%202%2020.6569%202%2019C2%2017.3431%203.34315%2016%205%2016C6.65685%2016%208%2017.3431%208%2019Z%22%2F%3E%3Cpath%20d%3D%22M22%2019C22%2020.6569%2020.6569%2022%2019%2022C17.3431%2022%2016%2020.6569%2016%2019C16%2017.3431%2017.3431%2016%2019%2016C20.6569%2016%2022%2017.3431%2022%2019Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2019H16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%205H16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2016L19%208%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2016L5%208%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%205C8%206.65685%206.65685%208%205%208C3.34315%208%202%206.65685%202%205C2%203.34315%203.34315%202%205%202C6.65685%202%208%203.34315%208%205Z%22%2F%3E%3Cpath%20d%3D%22M22%205C22%206.65685%2020.6569%208%2019%208C17.3431%208%2016%206.65685%2016%205C16%203.34315%2017.3431%202%2019%202C20.6569%202%2022%203.34315%2022%205Z%22%2F%3E%3Cpath%20d%3D%22M8%2019C8%2020.6569%206.65685%2022%205%2022C3.34315%2022%202%2020.6569%202%2019C2%2017.3431%203.34315%2016%205%2016C6.65685%2016%208%2017.3431%208%2019Z%22%2F%3E%3Cpath%20d%3D%22M22%2019C22%2020.6569%2020.6569%2022%2019%2022C17.3431%2022%2016%2020.6569%2016%2019C16%2017.3431%2017.3431%2016%2019%2016C20.6569%2016%2022%2017.3431%2022%2019Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2019H16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%205H16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2016L19%208%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2016L5%208%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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