structure 05 icon

structure-05 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
structure-05
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the structure 05 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="M2 5c0-2.482.518-3 3-3h2c2.482 0 3 .518 3 3s-.518 3-3 3H5c-2.482 0-3-.518-3-3Zm13 4c0-2.482.453-3 2.625-3h1.75C21.547 6 22 6.518 22 9s-.453 3-2.625 3h-1.75C15.453 12 15 11.482 15 9Zm-2 10c0-2.482.518-3 3-3h2c2.482 0 3 .518 3 3s-.518 3-3 3h-2c-2.482 0-3-.518-3-3Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m15 7l-5-2l3.571 11"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsStructure05(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="M2 5c0-2.482.518-3 3-3h2c2.482 0 3 .518 3 3s-.518 3-3 3H5c-2.482 0-3-.518-3-3Zm13 4c0-2.482.453-3 2.625-3h1.75C21.547 6 22 6.518 22 9s-.453 3-2.625 3h-1.75C15.453 12 15 11.482 15 9Zm-2 10c0-2.482.518-3 3-3h2c2.482 0 3 .518 3 3s-.518 3-3 3h-2c-2.482 0-3-.518-3-3Z"/><path strokeLinecap="round" strokeLinejoin="round" d="m15 7l-5-2l3.571 11"/></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="M2 5c0-2.482.518-3 3-3h2c2.482 0 3 .518 3 3s-.518 3-3 3H5c-2.482 0-3-.518-3-3Zm13 4c0-2.482.453-3 2.625-3h1.75C21.547 6 22 6.518 22 9s-.453 3-2.625 3h-1.75C15.453 12 15 11.482 15 9Zm-2 10c0-2.482.518-3 3-3h2c2.482 0 3 .518 3 3s-.518 3-3 3h-2c-2.482 0-3-.518-3-3Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m15 7l-5-2l3.571 11"/></g></svg>
</template>

CSS

.icon-structure-05 {
  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%22M2%205c0-2.482.518-3%203-3h2c2.482%200%203%20.518%203%203s-.518%203-3%203H5c-2.482%200-3-.518-3-3Zm13%204c0-2.482.453-3%202.625-3h1.75C21.547%206%2022%206.518%2022%209s-.453%203-2.625%203h-1.75C15.453%2012%2015%2011.482%2015%209Zm-2%2010c0-2.482.518-3%203-3h2c2.482%200%203%20.518%203%203s-.518%203-3%203h-2c-2.482%200-3-.518-3-3Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m15%207l-5-2l3.571%2011%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%22M2%205c0-2.482.518-3%203-3h2c2.482%200%203%20.518%203%203s-.518%203-3%203H5c-2.482%200-3-.518-3-3Zm13%204c0-2.482.453-3%202.625-3h1.75C21.547%206%2022%206.518%2022%209s-.453%203-2.625%203h-1.75C15.453%2012%2015%2011.482%2015%209Zm-2%2010c0-2.482.518-3%203-3h2c2.482%200%203%20.518%203%203s-.518%203-3%203h-2c-2.482%200-3-.518-3-3Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m15%207l-5-2l3.571%2011%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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