screen share off icon
screen-share-off from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- screen-share-off
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the screen share off 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="M13.992 21h2m-6 0a1.5 1.5 0 0 0 1.5-1.5V17h1v2.5a1.5 1.5 0 0 0 1.5 1.5m0 0h-4m0 0h-2m4-4v4m-9-17.234a2 2 0 0 0-.121.112c-.879.88-.879 2.293-.879 5.122v2c0 2.828 0 4.242.879 5.121S5.164 17 7.992 17h8q.532 0 1-.002m4.122-.877c.878-.878.878-2.293.878-5.121V9c0-2.828 0-4.243-.879-5.121C20.236 3 18.822 3 15.993 3h-8"/><path stroke-linejoin="round" d="M14.739 11c.626-.543 1.253-1.17 1.253-1.5c0-.659-2.5-2.5-2.5-2.5m2 2.5h-2.001m-3.708.407a2 2 0 0 0-.454.482c-.337.505-.337 1.207-.337 2.611"/><path d="m1.992 2l20 20"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsScreenShareOff(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="M13.992 21h2m-6 0a1.5 1.5 0 0 0 1.5-1.5V17h1v2.5a1.5 1.5 0 0 0 1.5 1.5m0 0h-4m0 0h-2m4-4v4m-9-17.234a2 2 0 0 0-.121.112c-.879.88-.879 2.293-.879 5.122v2c0 2.828 0 4.242.879 5.121S5.164 17 7.992 17h8q.532 0 1-.002m4.122-.877c.878-.878.878-2.293.878-5.121V9c0-2.828 0-4.243-.879-5.121C20.236 3 18.822 3 15.993 3h-8"/><path strokeLinejoin="round" d="M14.739 11c.626-.543 1.253-1.17 1.253-1.5c0-.659-2.5-2.5-2.5-2.5m2 2.5h-2.001m-3.708.407a2 2 0 0 0-.454.482c-.337.505-.337 1.207-.337 2.611"/><path d="m1.992 2l20 20"/></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="M13.992 21h2m-6 0a1.5 1.5 0 0 0 1.5-1.5V17h1v2.5a1.5 1.5 0 0 0 1.5 1.5m0 0h-4m0 0h-2m4-4v4m-9-17.234a2 2 0 0 0-.121.112c-.879.88-.879 2.293-.879 5.122v2c0 2.828 0 4.242.879 5.121S5.164 17 7.992 17h8q.532 0 1-.002m4.122-.877c.878-.878.878-2.293.878-5.121V9c0-2.828 0-4.243-.879-5.121C20.236 3 18.822 3 15.993 3h-8"/><path stroke-linejoin="round" d="M14.739 11c.626-.543 1.253-1.17 1.253-1.5c0-.659-2.5-2.5-2.5-2.5m2 2.5h-2.001m-3.708.407a2 2 0 0 0-.454.482c-.337.505-.337 1.207-.337 2.611"/><path d="m1.992 2l20 20"/></g></svg> </template>
CSS
.icon-screen-share-off {
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%22M13.992%2021h2m-6%200a1.5%201.5%200%200%200%201.5-1.5V17h1v2.5a1.5%201.5%200%200%200%201.5%201.5m0%200h-4m0%200h-2m4-4v4m-9-17.234a2%202%200%200%200-.121.112c-.879.88-.879%202.293-.879%205.122v2c0%202.828%200%204.242.879%205.121S5.164%2017%207.992%2017h8q.532%200%201-.002m4.122-.877c.878-.878.878-2.293.878-5.121V9c0-2.828%200-4.243-.879-5.121C20.236%203%2018.822%203%2015.993%203h-8%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.739%2011c.626-.543%201.253-1.17%201.253-1.5c0-.659-2.5-2.5-2.5-2.5m2%202.5h-2.001m-3.708.407a2%202%200%200%200-.454.482c-.337.505-.337%201.207-.337%202.611%22%2F%3E%3Cpath%20d%3D%22m1.992%202l20%2020%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%22M13.992%2021h2m-6%200a1.5%201.5%200%200%200%201.5-1.5V17h1v2.5a1.5%201.5%200%200%200%201.5%201.5m0%200h-4m0%200h-2m4-4v4m-9-17.234a2%202%200%200%200-.121.112c-.879.88-.879%202.293-.879%205.122v2c0%202.828%200%204.242.879%205.121S5.164%2017%207.992%2017h8q.532%200%201-.002m4.122-.877c.878-.878.878-2.293.878-5.121V9c0-2.828%200-4.243-.879-5.121C20.236%203%2018.822%203%2015.993%203h-8%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.739%2011c.626-.543%201.253-1.17%201.253-1.5c0-.659-2.5-2.5-2.5-2.5m2%202.5h-2.001m-3.708.407a2%202%200%200%200-.454.482c-.337.505-.337%201.207-.337%202.611%22%2F%3E%3Cpath%20d%3D%22m1.992%202l20%2020%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/screen-share-off.svg?color=%231a73e8&size=48