layers slash icon
layers-slash from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- layers-slash
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
More user interface icons from Unicons
Use the layers slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.49 13.94l-.34.2a1 1 0 0 0-.35 1.37a1 1 0 0 0 .86.49a1 1 0 0 0 .51-.14l.34-.2a1 1 0 0 0-1-1.72Zm-8.84-7.58l.35-.21l7 4l-1.76 1a1 1 0 0 0 .5 1.87a1 1 0 0 0 .5-.13L21.5 11a1 1 0 0 0 0-1.74l-9-5.19a1 1 0 0 0-1 0l-.85.49a1 1 0 0 0 1 1.74ZM3.71 2.29a1 1 0 0 0-1.42 1.42l3.64 3.63l-3.43 2a1 1 0 0 0 0 1.74l9 5.2a1.1 1.1 0 0 0 .5.13a1.1 1.1 0 0 0 .5-.13l1.5-.88l1.45 1.46l-3.44 2l-8.51-4.93a1 1 0 0 0-1 1.74l9 5.2a1 1 0 0 0 1 0l4.41-2.55l3.38 3.39a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Zm8.29 12l-7-4.1l2.4-1.38l5.12 5.13Z"/></svg>
React
import type { SVGProps } from "react";
export function UilLayersSlash(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="m20.49 13.94l-.34.2a1 1 0 0 0-.35 1.37a1 1 0 0 0 .86.49a1 1 0 0 0 .51-.14l.34-.2a1 1 0 0 0-1-1.72Zm-8.84-7.58l.35-.21l7 4l-1.76 1a1 1 0 0 0 .5 1.87a1 1 0 0 0 .5-.13L21.5 11a1 1 0 0 0 0-1.74l-9-5.19a1 1 0 0 0-1 0l-.85.49a1 1 0 0 0 1 1.74ZM3.71 2.29a1 1 0 0 0-1.42 1.42l3.64 3.63l-3.43 2a1 1 0 0 0 0 1.74l9 5.2a1.1 1.1 0 0 0 .5.13a1.1 1.1 0 0 0 .5-.13l1.5-.88l1.45 1.46l-3.44 2l-8.51-4.93a1 1 0 0 0-1 1.74l9 5.2a1 1 0 0 0 1 0l4.41-2.55l3.38 3.39a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Zm8.29 12l-7-4.1l2.4-1.38l5.12 5.13Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.49 13.94l-.34.2a1 1 0 0 0-.35 1.37a1 1 0 0 0 .86.49a1 1 0 0 0 .51-.14l.34-.2a1 1 0 0 0-1-1.72Zm-8.84-7.58l.35-.21l7 4l-1.76 1a1 1 0 0 0 .5 1.87a1 1 0 0 0 .5-.13L21.5 11a1 1 0 0 0 0-1.74l-9-5.19a1 1 0 0 0-1 0l-.85.49a1 1 0 0 0 1 1.74ZM3.71 2.29a1 1 0 0 0-1.42 1.42l3.64 3.63l-3.43 2a1 1 0 0 0 0 1.74l9 5.2a1.1 1.1 0 0 0 .5.13a1.1 1.1 0 0 0 .5-.13l1.5-.88l1.45 1.46l-3.44 2l-8.51-4.93a1 1 0 0 0-1 1.74l9 5.2a1 1 0 0 0 1 0l4.41-2.55l3.38 3.39a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Zm8.29 12l-7-4.1l2.4-1.38l5.12 5.13Z"/></svg> </template>
CSS
.icon-layers-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%22m20.49%2013.94l-.34.2a1%201%200%200%200-.35%201.37a1%201%200%200%200%20.86.49a1%201%200%200%200%20.51-.14l.34-.2a1%201%200%200%200-1-1.72Zm-8.84-7.58l.35-.21l7%204l-1.76%201a1%201%200%200%200%20.5%201.87a1%201%200%200%200%20.5-.13L21.5%2011a1%201%200%200%200%200-1.74l-9-5.19a1%201%200%200%200-1%200l-.85.49a1%201%200%200%200%201%201.74ZM3.71%202.29a1%201%200%200%200-1.42%201.42l3.64%203.63l-3.43%202a1%201%200%200%200%200%201.74l9%205.2a1.1%201.1%200%200%200%20.5.13a1.1%201.1%200%200%200%20.5-.13l1.5-.88l1.45%201.46l-3.44%202l-8.51-4.93a1%201%200%200%200-1%201.74l9%205.2a1%201%200%200%200%201%200l4.41-2.55l3.38%203.39a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42Zm8.29%2012l-7-4.1l2.4-1.38l5.12%205.13Z%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%22m20.49%2013.94l-.34.2a1%201%200%200%200-.35%201.37a1%201%200%200%200%20.86.49a1%201%200%200%200%20.51-.14l.34-.2a1%201%200%200%200-1-1.72Zm-8.84-7.58l.35-.21l7%204l-1.76%201a1%201%200%200%200%20.5%201.87a1%201%200%200%200%20.5-.13L21.5%2011a1%201%200%200%200%200-1.74l-9-5.19a1%201%200%200%200-1%200l-.85.49a1%201%200%200%200%201%201.74ZM3.71%202.29a1%201%200%200%200-1.42%201.42l3.64%203.63l-3.43%202a1%201%200%200%200%200%201.74l9%205.2a1.1%201.1%200%200%200%20.5.13a1.1%201.1%200%200%200%20.5-.13l1.5-.88l1.45%201.46l-3.44%202l-8.51-4.93a1%201%200%200%200-1%201.74l9%205.2a1%201%200%200%200%201%200l4.41-2.55l3.38%203.39a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42Zm8.29%2012l-7-4.1l2.4-1.38l5.12%205.13Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/layers-slash.svg?color=%231a73e8&size=48