layers plus icon

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

Name
layers-plus
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the layers plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.496 14v8m4-4h-8M8.14 3.146l-1.706.788C3.81 5.147 2.496 5.754 2.496 6.75S3.81 8.353 6.434 9.566l1.705.788c1.652.764 2.479 1.146 3.357 1.146s1.705-.382 3.357-1.146l1.705-.788c2.625-1.213 3.938-1.82 3.938-2.816s-1.313-1.603-3.938-2.816l-1.705-.788C13.201 2.382 12.375 2 11.496 2s-1.705.382-3.357 1.146m-5.431 7.952a1.07 1.07 0 0 0-.212.633c0 .982 1.313 1.58 3.938 2.777l1.705.777c.527.24.97.441 1.357.605m3 5.954a3.5 3.5 0 0 1-1 .155c-.879 0-1.705-.376-3.357-1.129l-1.705-.777C3.81 18.897 2.496 18.3 2.496 17.317c0-.39.208-.72.623-1.051"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLayersPlus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M17.496 14v8m4-4h-8M8.14 3.146l-1.706.788C3.81 5.147 2.496 5.754 2.496 6.75S3.81 8.353 6.434 9.566l1.705.788c1.652.764 2.479 1.146 3.357 1.146s1.705-.382 3.357-1.146l1.705-.788c2.625-1.213 3.938-1.82 3.938-2.816s-1.313-1.603-3.938-2.816l-1.705-.788C13.201 2.382 12.375 2 11.496 2s-1.705.382-3.357 1.146m-5.431 7.952a1.07 1.07 0 0 0-.212.633c0 .982 1.313 1.58 3.938 2.777l1.705.777c.527.24.97.441 1.357.605m3 5.954a3.5 3.5 0 0 1-1 .155c-.879 0-1.705-.376-3.357-1.129l-1.705-.777C3.81 18.897 2.496 18.3 2.496 17.317c0-.39.208-.72.623-1.051"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.496 14v8m4-4h-8M8.14 3.146l-1.706.788C3.81 5.147 2.496 5.754 2.496 6.75S3.81 8.353 6.434 9.566l1.705.788c1.652.764 2.479 1.146 3.357 1.146s1.705-.382 3.357-1.146l1.705-.788c2.625-1.213 3.938-1.82 3.938-2.816s-1.313-1.603-3.938-2.816l-1.705-.788C13.201 2.382 12.375 2 11.496 2s-1.705.382-3.357 1.146m-5.431 7.952a1.07 1.07 0 0 0-.212.633c0 .982 1.313 1.58 3.938 2.777l1.705.777c.527.24.97.441 1.357.605m3 5.954a3.5 3.5 0 0 1-1 .155c-.879 0-1.705-.376-3.357-1.129l-1.705-.777C3.81 18.897 2.496 18.3 2.496 17.317c0-.39.208-.72.623-1.051"/></svg>
</template>

CSS

.icon-layers-plus {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.496%2014v8m4-4h-8M8.14%203.146l-1.706.788C3.81%205.147%202.496%205.754%202.496%206.75S3.81%208.353%206.434%209.566l1.705.788c1.652.764%202.479%201.146%203.357%201.146s1.705-.382%203.357-1.146l1.705-.788c2.625-1.213%203.938-1.82%203.938-2.816s-1.313-1.603-3.938-2.816l-1.705-.788C13.201%202.382%2012.375%202%2011.496%202s-1.705.382-3.357%201.146m-5.431%207.952a1.07%201.07%200%200%200-.212.633c0%20.982%201.313%201.58%203.938%202.777l1.705.777c.527.24.97.441%201.357.605m3%205.954a3.5%203.5%200%200%201-1%20.155c-.879%200-1.705-.376-3.357-1.129l-1.705-.777C3.81%2018.897%202.496%2018.3%202.496%2017.317c0-.39.208-.72.623-1.051%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.496%2014v8m4-4h-8M8.14%203.146l-1.706.788C3.81%205.147%202.496%205.754%202.496%206.75S3.81%208.353%206.434%209.566l1.705.788c1.652.764%202.479%201.146%203.357%201.146s1.705-.382%203.357-1.146l1.705-.788c2.625-1.213%203.938-1.82%203.938-2.816s-1.313-1.603-3.938-2.816l-1.705-.788C13.201%202.382%2012.375%202%2011.496%202s-1.705.382-3.357%201.146m-5.431%207.952a1.07%201.07%200%200%200-.212.633c0%20.982%201.313%201.58%203.938%202.777l1.705.777c.527.24.97.441%201.357.605m3%205.954a3.5%203.5%200%200%201-1%20.155c-.879%200-1.705-.376-3.357-1.129l-1.705-.777C3.81%2018.897%202.496%2018.3%202.496%2017.317c0-.39.208-.72.623-1.051%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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