desktop slash icon
desktop-slash from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- desktop-slash
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
More user interface icons from Unicons
Use the desktop 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.66 6H18a1 1 0 0 1 1 1v6a.94.94 0 0 1-.14.5a1 1 0 0 0 .31 1.38a.94.94 0 0 0 .53.16a1 1 0 0 0 .84-.46A2.94 2.94 0 0 0 21 13V7a3 3 0 0 0-3-3h-7.34a1 1 0 0 0 0 2m11.05 14.29L5.86 4.45L3.71 2.29a1 1 0 0 0-1.42 1.42l1.4 1.39A3 3 0 0 0 3 7v6a3 3 0 0 0 3 3h5v2H7a1 1 0 0 0 0 2h10a1 1 0 0 0 .93-.66l2.36 2.37a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42M6 14a1 1 0 0 1-1-1V7a1 1 0 0 1 .12-.46L12.59 14Zm7 4v-2h1.59l2 2Z"/></svg>
React
import type { SVGProps } from "react";
export function UilDesktopSlash(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.66 6H18a1 1 0 0 1 1 1v6a.94.94 0 0 1-.14.5a1 1 0 0 0 .31 1.38a.94.94 0 0 0 .53.16a1 1 0 0 0 .84-.46A2.94 2.94 0 0 0 21 13V7a3 3 0 0 0-3-3h-7.34a1 1 0 0 0 0 2m11.05 14.29L5.86 4.45L3.71 2.29a1 1 0 0 0-1.42 1.42l1.4 1.39A3 3 0 0 0 3 7v6a3 3 0 0 0 3 3h5v2H7a1 1 0 0 0 0 2h10a1 1 0 0 0 .93-.66l2.36 2.37a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42M6 14a1 1 0 0 1-1-1V7a1 1 0 0 1 .12-.46L12.59 14Zm7 4v-2h1.59l2 2Z"/></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.66 6H18a1 1 0 0 1 1 1v6a.94.94 0 0 1-.14.5a1 1 0 0 0 .31 1.38a.94.94 0 0 0 .53.16a1 1 0 0 0 .84-.46A2.94 2.94 0 0 0 21 13V7a3 3 0 0 0-3-3h-7.34a1 1 0 0 0 0 2m11.05 14.29L5.86 4.45L3.71 2.29a1 1 0 0 0-1.42 1.42l1.4 1.39A3 3 0 0 0 3 7v6a3 3 0 0 0 3 3h5v2H7a1 1 0 0 0 0 2h10a1 1 0 0 0 .93-.66l2.36 2.37a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42M6 14a1 1 0 0 1-1-1V7a1 1 0 0 1 .12-.46L12.59 14Zm7 4v-2h1.59l2 2Z"/></svg> </template>
CSS
.icon-desktop-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.66%206H18a1%201%200%200%201%201%201v6a.94.94%200%200%201-.14.5a1%201%200%200%200%20.31%201.38a.94.94%200%200%200%20.53.16a1%201%200%200%200%20.84-.46A2.94%202.94%200%200%200%2021%2013V7a3%203%200%200%200-3-3h-7.34a1%201%200%200%200%200%202m11.05%2014.29L5.86%204.45L3.71%202.29a1%201%200%200%200-1.42%201.42l1.4%201.39A3%203%200%200%200%203%207v6a3%203%200%200%200%203%203h5v2H7a1%201%200%200%200%200%202h10a1%201%200%200%200%20.93-.66l2.36%202.37a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42M6%2014a1%201%200%200%201-1-1V7a1%201%200%200%201%20.12-.46L12.59%2014Zm7%204v-2h1.59l2%202Z%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.66%206H18a1%201%200%200%201%201%201v6a.94.94%200%200%201-.14.5a1%201%200%200%200%20.31%201.38a.94.94%200%200%200%20.53.16a1%201%200%200%200%20.84-.46A2.94%202.94%200%200%200%2021%2013V7a3%203%200%200%200-3-3h-7.34a1%201%200%200%200%200%202m11.05%2014.29L5.86%204.45L3.71%202.29a1%201%200%200%200-1.42%201.42l1.4%201.39A3%203%200%200%200%203%207v6a3%203%200%200%200%203%203h5v2H7a1%201%200%200%200%200%202h10a1%201%200%200%200%20.93-.66l2.36%202.37a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42M6%2014a1%201%200%200%201-1-1V7a1%201%200%200%201%20.12-.46L12.59%2014Zm7%204v-2h1.59l2%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/desktop-slash.svg?color=%231a73e8&size=48