layer add icon

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

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

Related icons in Huge Icons

Use the layer 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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M9 15c0-2.828 0-4.243.879-5.121C10.757 9 12.172 9 15 9h1c2.828 0 4.243 0 5.121.879C22 10.757 22 12.172 22 15v1c0 2.828 0 4.243-.879 5.121C20.243 22 18.828 22 16 22h-1c-2.828 0-4.243 0-5.121-.879C9 20.243 9 18.828 9 16z"/><path stroke-linejoin="round" d="M17 9c-.003-2.957-.047-4.489-.908-5.538a4 4 0 0 0-.554-.554C14.43 2 12.788 2 9.5 2c-3.287 0-4.931 0-6.038.908a4 4 0 0 0-.554.554C2 4.57 2 6.212 2 9.5c0 3.287 0 4.931.908 6.038a4 4 0 0 0 .554.554c1.05.86 2.58.906 5.538.908"/><path d="M18 15.5h-5m2.5-2.5v5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLayerAdd(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" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M9 15c0-2.828 0-4.243.879-5.121C10.757 9 12.172 9 15 9h1c2.828 0 4.243 0 5.121.879C22 10.757 22 12.172 22 15v1c0 2.828 0 4.243-.879 5.121C20.243 22 18.828 22 16 22h-1c-2.828 0-4.243 0-5.121-.879C9 20.243 9 18.828 9 16z"/><path strokeLinejoin="round" d="M17 9c-.003-2.957-.047-4.489-.908-5.538a4 4 0 0 0-.554-.554C14.43 2 12.788 2 9.5 2c-3.287 0-4.931 0-6.038.908a4 4 0 0 0-.554.554C2 4.57 2 6.212 2 9.5c0 3.287 0 4.931.908 6.038a4 4 0 0 0 .554.554c1.05.86 2.58.906 5.538.908"/><path d="M18 15.5h-5m2.5-2.5v5"/></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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M9 15c0-2.828 0-4.243.879-5.121C10.757 9 12.172 9 15 9h1c2.828 0 4.243 0 5.121.879C22 10.757 22 12.172 22 15v1c0 2.828 0 4.243-.879 5.121C20.243 22 18.828 22 16 22h-1c-2.828 0-4.243 0-5.121-.879C9 20.243 9 18.828 9 16z"/><path stroke-linejoin="round" d="M17 9c-.003-2.957-.047-4.489-.908-5.538a4 4 0 0 0-.554-.554C14.43 2 12.788 2 9.5 2c-3.287 0-4.931 0-6.038.908a4 4 0 0 0-.554.554C2 4.57 2 6.212 2 9.5c0 3.287 0 4.931.908 6.038a4 4 0 0 0 .554.554c1.05.86 2.58.906 5.538.908"/><path d="M18 15.5h-5m2.5-2.5v5"/></g></svg>
</template>

CSS

.icon-layer-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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2015c0-2.828%200-4.243.879-5.121C10.757%209%2012.172%209%2015%209h1c2.828%200%204.243%200%205.121.879C22%2010.757%2022%2012.172%2022%2015v1c0%202.828%200%204.243-.879%205.121C20.243%2022%2018.828%2022%2016%2022h-1c-2.828%200-4.243%200-5.121-.879C9%2020.243%209%2018.828%209%2016z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17%209c-.003-2.957-.047-4.489-.908-5.538a4%204%200%200%200-.554-.554C14.43%202%2012.788%202%209.5%202c-3.287%200-4.931%200-6.038.908a4%204%200%200%200-.554.554C2%204.57%202%206.212%202%209.5c0%203.287%200%204.931.908%206.038a4%204%200%200%200%20.554.554c1.05.86%202.58.906%205.538.908%22%2F%3E%3Cpath%20d%3D%22M18%2015.5h-5m2.5-2.5v5%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2015c0-2.828%200-4.243.879-5.121C10.757%209%2012.172%209%2015%209h1c2.828%200%204.243%200%205.121.879C22%2010.757%2022%2012.172%2022%2015v1c0%202.828%200%204.243-.879%205.121C20.243%2022%2018.828%2022%2016%2022h-1c-2.828%200-4.243%200-5.121-.879C9%2020.243%209%2018.828%209%2016z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17%209c-.003-2.957-.047-4.489-.908-5.538a4%204%200%200%200-.554-.554C14.43%202%2012.788%202%209.5%202c-3.287%200-4.931%200-6.038.908a4%204%200%200%200-.554.554C2%204.57%202%206.212%202%209.5c0%203.287%200%204.931.908%206.038a4%204%200%200%200%20.554.554c1.05.86%202.58.906%205.538.908%22%2F%3E%3Cpath%20d%3D%22M18%2015.5h-5m2.5-2.5v5%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/layer-add.svg?color=%231a73e8&size=48