dual screen lock icon
dual-screen-lock-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- dual-screen-lock-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
dual-screen-20-filleddual-screen-add-20-filleddual-screen-arrow-right-20-filleddual-screen-arrow-up-20-filleddual-screen-clock-20-filleddual-screen-closed-alert-20-filleddual-screen-desktop-20-filleddual-screen-dismiss-20-filleddual-screen-group-20-filleddual-screen-header-20-filleddual-screen-mirror-20-filleddual-screen-pagination-20-filleddual-screen-settings-20-filleddual-screen-span-20-filleddual-screen-speaker-20-filleddual-screen-status-bar-20-filleddual-screen-tablet-20-filleddual-screen-update-20-filleddual-screen-vertical-scroll-20-filleddual-screen-vibrate-20-filled
Use the dual screen lock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 5h-.5A1.5 1.5 0 0 0 15 6.5v5a1.5 1.5 0 0 0 1.5 1.5h6a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 22.5 5H22V4a2.5 2.5 0 0 0-5 0zm1.5-1a1 1 0 1 1 2 0v1h-2zm2 5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-7.502-2.997h1.051Q14 6.244 14 6.5v5a2.5 2.5 0 0 0 2.5 2.5h5.495v6.249a1.75 1.75 0 0 1-1.75 1.75h-7.247q-.13 0-.256-.019V6.022q.125-.018.256-.019m3.24 11.497h-1.5l-.101.007a.75.75 0 0 0 0 1.486l.102.007h1.5l.101-.007a.75.75 0 0 0 0-1.486zM10.999 6q.125 0 .245.017V21.98a2 2 0 0 1-.245.017H3.75A1.75 1.75 0 0 1 2 20.246V7.751c0-.967.784-1.75 1.75-1.75zM9.243 17.5H7.74l-.102.007a.75.75 0 0 0 0 1.486L7.74 19h1.502l.102-.007a.75.75 0 0 0 0-1.486z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDualScreenLock24Filled(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="M17 5h-.5A1.5 1.5 0 0 0 15 6.5v5a1.5 1.5 0 0 0 1.5 1.5h6a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 22.5 5H22V4a2.5 2.5 0 0 0-5 0zm1.5-1a1 1 0 1 1 2 0v1h-2zm2 5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-7.502-2.997h1.051Q14 6.244 14 6.5v5a2.5 2.5 0 0 0 2.5 2.5h5.495v6.249a1.75 1.75 0 0 1-1.75 1.75h-7.247q-.13 0-.256-.019V6.022q.125-.018.256-.019m3.24 11.497h-1.5l-.101.007a.75.75 0 0 0 0 1.486l.102.007h1.5l.101-.007a.75.75 0 0 0 0-1.486zM10.999 6q.125 0 .245.017V21.98a2 2 0 0 1-.245.017H3.75A1.75 1.75 0 0 1 2 20.246V7.751c0-.967.784-1.75 1.75-1.75zM9.243 17.5H7.74l-.102.007a.75.75 0 0 0 0 1.486L7.74 19h1.502l.102-.007a.75.75 0 0 0 0-1.486z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 5h-.5A1.5 1.5 0 0 0 15 6.5v5a1.5 1.5 0 0 0 1.5 1.5h6a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 22.5 5H22V4a2.5 2.5 0 0 0-5 0zm1.5-1a1 1 0 1 1 2 0v1h-2zm2 5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-7.502-2.997h1.051Q14 6.244 14 6.5v5a2.5 2.5 0 0 0 2.5 2.5h5.495v6.249a1.75 1.75 0 0 1-1.75 1.75h-7.247q-.13 0-.256-.019V6.022q.125-.018.256-.019m3.24 11.497h-1.5l-.101.007a.75.75 0 0 0 0 1.486l.102.007h1.5l.101-.007a.75.75 0 0 0 0-1.486zM10.999 6q.125 0 .245.017V21.98a2 2 0 0 1-.245.017H3.75A1.75 1.75 0 0 1 2 20.246V7.751c0-.967.784-1.75 1.75-1.75zM9.243 17.5H7.74l-.102.007a.75.75 0 0 0 0 1.486L7.74 19h1.502l.102-.007a.75.75 0 0 0 0-1.486z"/></svg> </template>
CSS
.icon-dual-screen-lock-24-filled {
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%22M17%205h-.5A1.5%201.5%200%200%200%2015%206.5v5a1.5%201.5%200%200%200%201.5%201.5h6a1.5%201.5%200%200%200%201.5-1.5v-5A1.5%201.5%200%200%200%2022.5%205H22V4a2.5%202.5%200%200%200-5%200zm1.5-1a1%201%200%201%201%202%200v1h-2zm2%205a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-7.502-2.997h1.051Q14%206.244%2014%206.5v5a2.5%202.5%200%200%200%202.5%202.5h5.495v6.249a1.75%201.75%200%200%201-1.75%201.75h-7.247q-.13%200-.256-.019V6.022q.125-.018.256-.019m3.24%2011.497h-1.5l-.101.007a.75.75%200%200%200%200%201.486l.102.007h1.5l.101-.007a.75.75%200%200%200%200-1.486zM10.999%206q.125%200%20.245.017V21.98a2%202%200%200%201-.245.017H3.75A1.75%201.75%200%200%201%202%2020.246V7.751c0-.967.784-1.75%201.75-1.75zM9.243%2017.5H7.74l-.102.007a.75.75%200%200%200%200%201.486L7.74%2019h1.502l.102-.007a.75.75%200%200%200%200-1.486z%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%22M17%205h-.5A1.5%201.5%200%200%200%2015%206.5v5a1.5%201.5%200%200%200%201.5%201.5h6a1.5%201.5%200%200%200%201.5-1.5v-5A1.5%201.5%200%200%200%2022.5%205H22V4a2.5%202.5%200%200%200-5%200zm1.5-1a1%201%200%201%201%202%200v1h-2zm2%205a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-7.502-2.997h1.051Q14%206.244%2014%206.5v5a2.5%202.5%200%200%200%202.5%202.5h5.495v6.249a1.75%201.75%200%200%201-1.75%201.75h-7.247q-.13%200-.256-.019V6.022q.125-.018.256-.019m3.24%2011.497h-1.5l-.101.007a.75.75%200%200%200%200%201.486l.102.007h1.5l.101-.007a.75.75%200%200%200%200-1.486zM10.999%206q.125%200%20.245.017V21.98a2%202%200%200%201-.245.017H3.75A1.75%201.75%200%200%201%202%2020.246V7.751c0-.967.784-1.75%201.75-1.75zM9.243%2017.5H7.74l-.102.007a.75.75%200%200%200%200%201.486L7.74%2019h1.502l.102-.007a.75.75%200%200%200%200-1.486z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/dual-screen-lock-24-filled.svg?color=%231a73e8&size=48