layer group slash icon
layer-group-slash from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- layer-group-slash
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
More user interface icons from Unicons
Use the layer group slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.26 5L12 4l7 4l-3.15 1.83a1 1 0 0 0-.37 1.36a1 1 0 0 0 1.37.37l4.65-2.69a1 1 0 0 0 0-1.74l-9-5.2a1 1 0 0 0-1 0l-2.24 1.3a1 1 0 0 0-.37 1.37a1 1 0 0 0 1.37.4M3.71 2.29a1 1 0 0 0-1.42 1.42L4.54 6l-2 1.17a1 1 0 0 0 0 1.74l9 5.2a1 1 0 0 0 1 0l.1-.06l1.07 1.07l-1.67 1l-8.54-4.99a1 1 0 1 0-1 1.74l9 5.2a1 1 0 0 0 .5.13a1 1 0 0 0 .5-.13l2.63-1.52l1.07 1.07L12 20l-8.5-4.87a1 1 0 0 0-1 1.74l9 5.2a1 1 0 0 0 1 0l5.17-3l2.62 2.63a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM5 8l1-.58l2.75 2.75Zm15.5 3.13l-2.12 1.22a1 1 0 0 0 1 1.74l2.12-1.22a1 1 0 1 0-1-1.74"/></svg>
React
import type { SVGProps } from "react";
export function UilLayerGroupSlash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.26 5L12 4l7 4l-3.15 1.83a1 1 0 0 0-.37 1.36a1 1 0 0 0 1.37.37l4.65-2.69a1 1 0 0 0 0-1.74l-9-5.2a1 1 0 0 0-1 0l-2.24 1.3a1 1 0 0 0-.37 1.37a1 1 0 0 0 1.37.4M3.71 2.29a1 1 0 0 0-1.42 1.42L4.54 6l-2 1.17a1 1 0 0 0 0 1.74l9 5.2a1 1 0 0 0 1 0l.1-.06l1.07 1.07l-1.67 1l-8.54-4.99a1 1 0 1 0-1 1.74l9 5.2a1 1 0 0 0 .5.13a1 1 0 0 0 .5-.13l2.63-1.52l1.07 1.07L12 20l-8.5-4.87a1 1 0 0 0-1 1.74l9 5.2a1 1 0 0 0 1 0l5.17-3l2.62 2.63a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM5 8l1-.58l2.75 2.75Zm15.5 3.13l-2.12 1.22a1 1 0 0 0 1 1.74l2.12-1.22a1 1 0 1 0-1-1.74"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.26 5L12 4l7 4l-3.15 1.83a1 1 0 0 0-.37 1.36a1 1 0 0 0 1.37.37l4.65-2.69a1 1 0 0 0 0-1.74l-9-5.2a1 1 0 0 0-1 0l-2.24 1.3a1 1 0 0 0-.37 1.37a1 1 0 0 0 1.37.4M3.71 2.29a1 1 0 0 0-1.42 1.42L4.54 6l-2 1.17a1 1 0 0 0 0 1.74l9 5.2a1 1 0 0 0 1 0l.1-.06l1.07 1.07l-1.67 1l-8.54-4.99a1 1 0 1 0-1 1.74l9 5.2a1 1 0 0 0 .5.13a1 1 0 0 0 .5-.13l2.63-1.52l1.07 1.07L12 20l-8.5-4.87a1 1 0 0 0-1 1.74l9 5.2a1 1 0 0 0 1 0l5.17-3l2.62 2.63a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM5 8l1-.58l2.75 2.75Zm15.5 3.13l-2.12 1.22a1 1 0 0 0 1 1.74l2.12-1.22a1 1 0 1 0-1-1.74"/></svg> </template>
CSS
.icon-layer-group-slash {
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%22currentColor%22%20d%3D%22M10.26%205L12%204l7%204l-3.15%201.83a1%201%200%200%200-.37%201.36a1%201%200%200%200%201.37.37l4.65-2.69a1%201%200%200%200%200-1.74l-9-5.2a1%201%200%200%200-1%200l-2.24%201.3a1%201%200%200%200-.37%201.37a1%201%200%200%200%201.37.4M3.71%202.29a1%201%200%200%200-1.42%201.42L4.54%206l-2%201.17a1%201%200%200%200%200%201.74l9%205.2a1%201%200%200%200%201%200l.1-.06l1.07%201.07l-1.67%201l-8.54-4.99a1%201%200%201%200-1%201.74l9%205.2a1%201%200%200%200%20.5.13a1%201%200%200%200%20.5-.13l2.63-1.52l1.07%201.07L12%2020l-8.5-4.87a1%201%200%200%200-1%201.74l9%205.2a1%201%200%200%200%201%200l5.17-3l2.62%202.63a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM5%208l1-.58l2.75%202.75Zm15.5%203.13l-2.12%201.22a1%201%200%200%200%201%201.74l2.12-1.22a1%201%200%201%200-1-1.74%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%22currentColor%22%20d%3D%22M10.26%205L12%204l7%204l-3.15%201.83a1%201%200%200%200-.37%201.36a1%201%200%200%200%201.37.37l4.65-2.69a1%201%200%200%200%200-1.74l-9-5.2a1%201%200%200%200-1%200l-2.24%201.3a1%201%200%200%200-.37%201.37a1%201%200%200%200%201.37.4M3.71%202.29a1%201%200%200%200-1.42%201.42L4.54%206l-2%201.17a1%201%200%200%200%200%201.74l9%205.2a1%201%200%200%200%201%200l.1-.06l1.07%201.07l-1.67%201l-8.54-4.99a1%201%200%201%200-1%201.74l9%205.2a1%201%200%200%200%20.5.13a1%201%200%200%200%20.5-.13l2.63-1.52l1.07%201.07L12%2020l-8.5-4.87a1%201%200%200%200-1%201.74l9%205.2a1%201%200%200%200%201%200l5.17-3l2.62%202.63a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM5%208l1-.58l2.75%202.75Zm15.5%203.13l-2.12%201.22a1%201%200%200%200%201%201.74l2.12-1.22a1%201%200%201%200-1-1.74%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/layer-group-slash.svg?color=%231a73e8&size=48