shield locked icon
shield-locked-outline-rounded from Material Symbols by Google · Outline Rounded · Privacy · Apache-2.0 Free for personal and commercial use.
- Name
- shield-locked-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Privacy
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More privacy icons from Material Symbols
add-moderatoradmin-panel-settingsassured-workloadbadgedisabled-visiblee911-emergencyencryptedencrypted-addencrypted-add-circleencrypted-minus-circleencrypted-offenhanced-encryptionexclamationid-cardid-card-2identity-aware-proxykey-visualizermobile-theftno-encryptionpasskeyperson-shieldpolicypolicy-alertprivacy-tip
Use the shield locked icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 11.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6 2.25q.575.225.938.725T20 6.375V11.1q0 .5-.312.75T19 12.1q-.425 0-.712-.275T18 11.1V6.375l-6-2.25l-6 2.25V11.1q0 3.025 1.7 5.5t4.3 3.3q.275-.1.575-.237t.575-.263q.375-.175.775-.025t.575.525t.025.775t-.525.575q-.275.125-.613.263t-.612.262q-.15.05-.312.088t-.338.037t-.325-.037t-.3-.088q-3.375-1.125-5.387-4.15T4 11.1M16.85 22q-.35 0-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H17v-1q0-.825.588-1.412T19 14t1.413.588T21 16v1h.15q.35 0 .6.25t.25.6v3.3q0 .35-.25.6t-.6.25zM18 17h2v-1q0-.425-.288-.712T19 15t-.712.288T18 16zm-6-5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsShieldLockedOutlineRounded(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="M4 11.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6 2.25q.575.225.938.725T20 6.375V11.1q0 .5-.312.75T19 12.1q-.425 0-.712-.275T18 11.1V6.375l-6-2.25l-6 2.25V11.1q0 3.025 1.7 5.5t4.3 3.3q.275-.1.575-.237t.575-.263q.375-.175.775-.025t.575.525t.025.775t-.525.575q-.275.125-.613.263t-.612.262q-.15.05-.312.088t-.338.037t-.325-.037t-.3-.088q-3.375-1.125-5.387-4.15T4 11.1M16.85 22q-.35 0-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H17v-1q0-.825.588-1.412T19 14t1.413.588T21 16v1h.15q.35 0 .6.25t.25.6v3.3q0 .35-.25.6t-.6.25zM18 17h2v-1q0-.425-.288-.712T19 15t-.712.288T18 16zm-6-5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 11.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6 2.25q.575.225.938.725T20 6.375V11.1q0 .5-.312.75T19 12.1q-.425 0-.712-.275T18 11.1V6.375l-6-2.25l-6 2.25V11.1q0 3.025 1.7 5.5t4.3 3.3q.275-.1.575-.237t.575-.263q.375-.175.775-.025t.575.525t.025.775t-.525.575q-.275.125-.613.263t-.612.262q-.15.05-.312.088t-.338.037t-.325-.037t-.3-.088q-3.375-1.125-5.387-4.15T4 11.1M16.85 22q-.35 0-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H17v-1q0-.825.588-1.412T19 14t1.413.588T21 16v1h.15q.35 0 .6.25t.25.6v3.3q0 .35-.25.6t-.6.25zM18 17h2v-1q0-.425-.288-.712T19 15t-.712.288T18 16zm-6-5"/></svg> </template>
CSS
.icon-shield-locked-outline-rounded {
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%22M4%2011.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6%202.25q.575.225.938.725T20%206.375V11.1q0%20.5-.312.75T19%2012.1q-.425%200-.712-.275T18%2011.1V6.375l-6-2.25l-6%202.25V11.1q0%203.025%201.7%205.5t4.3%203.3q.275-.1.575-.237t.575-.263q.375-.175.775-.025t.575.525t.025.775t-.525.575q-.275.125-.613.263t-.612.262q-.15.05-.312.088t-.338.037t-.325-.037t-.3-.088q-3.375-1.125-5.387-4.15T4%2011.1M16.85%2022q-.35%200-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H17v-1q0-.825.588-1.412T19%2014t1.413.588T21%2016v1h.15q.35%200%20.6.25t.25.6v3.3q0%20.35-.25.6t-.6.25zM18%2017h2v-1q0-.425-.288-.712T19%2015t-.712.288T18%2016zm-6-5%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%22M4%2011.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6%202.25q.575.225.938.725T20%206.375V11.1q0%20.5-.312.75T19%2012.1q-.425%200-.712-.275T18%2011.1V6.375l-6-2.25l-6%202.25V11.1q0%203.025%201.7%205.5t4.3%203.3q.275-.1.575-.237t.575-.263q.375-.175.775-.025t.575.525t.025.775t-.525.575q-.275.125-.613.263t-.612.262q-.15.05-.312.088t-.338.037t-.325-.037t-.3-.088q-3.375-1.125-5.387-4.15T4%2011.1M16.85%2022q-.35%200-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H17v-1q0-.825.588-1.412T19%2014t1.413.588T21%2016v1h.15q.35%200%20.6.25t.25.6v3.3q0%20.35-.25.6t-.6.25zM18%2017h2v-1q0-.425-.288-.712T19%2015t-.712.288T18%2016zm-6-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/shield-locked-outline-rounded.svg?color=%231a73e8&size=48