cloud lock icon
cloud-lock-outline from Material Symbols Light by Google · Outline · Text · Apache-2.0 Free for personal and commercial use.
- Name
- cloud-lock-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cloud-lock-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the cloud lock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.404 19H6.5q-1.871 0-3.185-1.306Q2 16.39 2 14.517q0-1.776 1.223-3.08t2.873-1.402q.337-2.185 2.01-3.61T12 5q2.15 0 3.757 1.318t2.072 3.317q-.256.019-.494.074q-.237.054-.476.139q-.373-1.644-1.73-2.746Q13.77 6 12 6Q9.925 6 8.463 7.463T7 11h-.538q-1.393 0-2.427 1.025T3 14.5t1.025 2.475T6.5 18h6.904zm3.192 0q-.348 0-.578-.23t-.23-.578v-2.711q0-.348.269-.568t.635-.22v-1q0-.71.501-1.211t1.21-.501t1.202.5t.491 1.211v1q.367 0 .636.22t.268.569v2.711q0 .349-.23.578t-.578.23zm.866-4.308h1.865v-1q0-.425-.249-.683q-.25-.259-.674-.259t-.684.259q-.258.258-.258.683z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCloudLockOutline(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="M13.404 19H6.5q-1.871 0-3.185-1.306Q2 16.39 2 14.517q0-1.776 1.223-3.08t2.873-1.402q.337-2.185 2.01-3.61T12 5q2.15 0 3.757 1.318t2.072 3.317q-.256.019-.494.074q-.237.054-.476.139q-.373-1.644-1.73-2.746Q13.77 6 12 6Q9.925 6 8.463 7.463T7 11h-.538q-1.393 0-2.427 1.025T3 14.5t1.025 2.475T6.5 18h6.904zm3.192 0q-.348 0-.578-.23t-.23-.578v-2.711q0-.348.269-.568t.635-.22v-1q0-.71.501-1.211t1.21-.501t1.202.5t.491 1.211v1q.367 0 .636.22t.268.569v2.711q0 .349-.23.578t-.578.23zm.866-4.308h1.865v-1q0-.425-.249-.683q-.25-.259-.674-.259t-.684.259q-.258.258-.258.683z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.404 19H6.5q-1.871 0-3.185-1.306Q2 16.39 2 14.517q0-1.776 1.223-3.08t2.873-1.402q.337-2.185 2.01-3.61T12 5q2.15 0 3.757 1.318t2.072 3.317q-.256.019-.494.074q-.237.054-.476.139q-.373-1.644-1.73-2.746Q13.77 6 12 6Q9.925 6 8.463 7.463T7 11h-.538q-1.393 0-2.427 1.025T3 14.5t1.025 2.475T6.5 18h6.904zm3.192 0q-.348 0-.578-.23t-.23-.578v-2.711q0-.348.269-.568t.635-.22v-1q0-.71.501-1.211t1.21-.501t1.202.5t.491 1.211v1q.367 0 .636.22t.268.569v2.711q0 .349-.23.578t-.578.23zm.866-4.308h1.865v-1q0-.425-.249-.683q-.25-.259-.674-.259t-.684.259q-.258.258-.258.683z"/></svg> </template>
CSS
.icon-cloud-lock-outline {
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%22M13.404%2019H6.5q-1.871%200-3.185-1.306Q2%2016.39%202%2014.517q0-1.776%201.223-3.08t2.873-1.402q.337-2.185%202.01-3.61T12%205q2.15%200%203.757%201.318t2.072%203.317q-.256.019-.494.074q-.237.054-.476.139q-.373-1.644-1.73-2.746Q13.77%206%2012%206Q9.925%206%208.463%207.463T7%2011h-.538q-1.393%200-2.427%201.025T3%2014.5t1.025%202.475T6.5%2018h6.904zm3.192%200q-.348%200-.578-.23t-.23-.578v-2.711q0-.348.269-.568t.635-.22v-1q0-.71.501-1.211t1.21-.501t1.202.5t.491%201.211v1q.367%200%20.636.22t.268.569v2.711q0%20.349-.23.578t-.578.23zm.866-4.308h1.865v-1q0-.425-.249-.683q-.25-.259-.674-.259t-.684.259q-.258.258-.258.683z%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%22M13.404%2019H6.5q-1.871%200-3.185-1.306Q2%2016.39%202%2014.517q0-1.776%201.223-3.08t2.873-1.402q.337-2.185%202.01-3.61T12%205q2.15%200%203.757%201.318t2.072%203.317q-.256.019-.494.074q-.237.054-.476.139q-.373-1.644-1.73-2.746Q13.77%206%2012%206Q9.925%206%208.463%207.463T7%2011h-.538q-1.393%200-2.427%201.025T3%2014.5t1.025%202.475T6.5%2018h6.904zm3.192%200q-.348%200-.578-.23t-.23-.578v-2.711q0-.348.269-.568t.635-.22v-1q0-.71.501-1.211t1.21-.501t1.202.5t.491%201.211v1q.367%200%20.636.22t.268.569v2.711q0%20.349-.23.578t-.578.23zm.866-4.308h1.865v-1q0-.425-.249-.683q-.25-.259-.674-.259t-.684.259q-.258.258-.258.683z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/cloud-lock-outline.svg?color=%231a73e8&size=48