structure add icon

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

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

Related icons in Huge Icons

Use the structure add 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="M15.002 5c0-1.414 0-2.121.512-2.56C16.027 2 16.852 2 18.501 2s2.474 0 2.986.44C22 2.878 22 3.585 22 5s0 2.121-.513 2.56C20.975 8 20.15 8 18.501 8s-2.474 0-2.987-.44c-.512-.439-.512-1.146-.512-2.56Zm0 14c0-1.414 0-2.121.512-2.56c.513-.44 1.338-.44 2.987-.44s2.474 0 2.986.44C22 16.878 22 17.585 22 19s0 2.121-.513 2.56c-.512.44-1.337.44-2.986.44s-2.474 0-2.987-.44c-.512-.439-.512-1.146-.512-2.56Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M7.022 10v4m1.991-2H4.988m2.04 5.036a5.03 5.03 0 0 0 5.028-5.03a5.03 5.03 0 0 0-5.028-5.029m0 10.06A5.03 5.03 0 0 1 2 12.006a5.03 5.03 0 0 1 5.028-5.03m0 10.06c-.07 2.13 1.534 2.915 2.647 2.956h2.327M7.028 6.977c-.07-2.16 1.52-2.92 2.647-2.967h2.327"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsStructureAdd(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="M15.002 5c0-1.414 0-2.121.512-2.56C16.027 2 16.852 2 18.501 2s2.474 0 2.986.44C22 2.878 22 3.585 22 5s0 2.121-.513 2.56C20.975 8 20.15 8 18.501 8s-2.474 0-2.987-.44c-.512-.439-.512-1.146-.512-2.56Zm0 14c0-1.414 0-2.121.512-2.56c.513-.44 1.338-.44 2.987-.44s2.474 0 2.986.44C22 16.878 22 17.585 22 19s0 2.121-.513 2.56c-.512.44-1.337.44-2.986.44s-2.474 0-2.987-.44c-.512-.439-.512-1.146-.512-2.56Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M7.022 10v4m1.991-2H4.988m2.04 5.036a5.03 5.03 0 0 0 5.028-5.03a5.03 5.03 0 0 0-5.028-5.029m0 10.06A5.03 5.03 0 0 1 2 12.006a5.03 5.03 0 0 1 5.028-5.03m0 10.06c-.07 2.13 1.534 2.915 2.647 2.956h2.327M7.028 6.977c-.07-2.16 1.52-2.92 2.647-2.967h2.327"/></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="M15.002 5c0-1.414 0-2.121.512-2.56C16.027 2 16.852 2 18.501 2s2.474 0 2.986.44C22 2.878 22 3.585 22 5s0 2.121-.513 2.56C20.975 8 20.15 8 18.501 8s-2.474 0-2.987-.44c-.512-.439-.512-1.146-.512-2.56Zm0 14c0-1.414 0-2.121.512-2.56c.513-.44 1.338-.44 2.987-.44s2.474 0 2.986.44C22 16.878 22 17.585 22 19s0 2.121-.513 2.56c-.512.44-1.337.44-2.986.44s-2.474 0-2.987-.44c-.512-.439-.512-1.146-.512-2.56Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M7.022 10v4m1.991-2H4.988m2.04 5.036a5.03 5.03 0 0 0 5.028-5.03a5.03 5.03 0 0 0-5.028-5.029m0 10.06A5.03 5.03 0 0 1 2 12.006a5.03 5.03 0 0 1 5.028-5.03m0 10.06c-.07 2.13 1.534 2.915 2.647 2.956h2.327M7.028 6.977c-.07-2.16 1.52-2.92 2.647-2.967h2.327"/></g></svg>
</template>

CSS

.icon-structure-add {
  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%22M15.002%205c0-1.414%200-2.121.512-2.56C16.027%202%2016.852%202%2018.501%202s2.474%200%202.986.44C22%202.878%2022%203.585%2022%205s0%202.121-.513%202.56C20.975%208%2020.15%208%2018.501%208s-2.474%200-2.987-.44c-.512-.439-.512-1.146-.512-2.56Zm0%2014c0-1.414%200-2.121.512-2.56c.513-.44%201.338-.44%202.987-.44s2.474%200%202.986.44C22%2016.878%2022%2017.585%2022%2019s0%202.121-.513%202.56c-.512.44-1.337.44-2.986.44s-2.474%200-2.987-.44c-.512-.439-.512-1.146-.512-2.56Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.022%2010v4m1.991-2H4.988m2.04%205.036a5.03%205.03%200%200%200%205.028-5.03a5.03%205.03%200%200%200-5.028-5.029m0%2010.06A5.03%205.03%200%200%201%202%2012.006a5.03%205.03%200%200%201%205.028-5.03m0%2010.06c-.07%202.13%201.534%202.915%202.647%202.956h2.327M7.028%206.977c-.07-2.16%201.52-2.92%202.647-2.967h2.327%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%22M15.002%205c0-1.414%200-2.121.512-2.56C16.027%202%2016.852%202%2018.501%202s2.474%200%202.986.44C22%202.878%2022%203.585%2022%205s0%202.121-.513%202.56C20.975%208%2020.15%208%2018.501%208s-2.474%200-2.987-.44c-.512-.439-.512-1.146-.512-2.56Zm0%2014c0-1.414%200-2.121.512-2.56c.513-.44%201.338-.44%202.987-.44s2.474%200%202.986.44C22%2016.878%2022%2017.585%2022%2019s0%202.121-.513%202.56c-.512.44-1.337.44-2.986.44s-2.474%200-2.987-.44c-.512-.439-.512-1.146-.512-2.56Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.022%2010v4m1.991-2H4.988m2.04%205.036a5.03%205.03%200%200%200%205.028-5.03a5.03%205.03%200%200%200-5.028-5.029m0%2010.06A5.03%205.03%200%200%201%202%2012.006a5.03%205.03%200%200%201%205.028-5.03m0%2010.06c-.07%202.13%201.534%202.915%202.647%202.956h2.327M7.028%206.977c-.07-2.16%201.52-2.92%202.647-2.967h2.327%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-add.svg?color=%231a73e8&size=48