cloud lock icon
cloud-lock-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- cloud-lock-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
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="M6.5 19q-1.871 0-3.185-1.301Q2 16.397 2 14.516q0-1.776 1.223-3.08t2.873-1.402q.337-2.185 2.01-3.61T12 5q1.97 0 3.505 1.126t2.152 2.896q.077.253-.06.468t-.395.258q-1.685.402-2.742 1.751t-1.056 3.078v3.615q0 .344-.232.576q-.233.232-.576.232zm10.096 0q-.343 0-.575-.232t-.233-.576v-2.711q0-.348.269-.568t.635-.22v-1q0-.707.504-1.21t1.21-.502q.708 0 1.199.502q.491.503.491 1.21v1q.368 0 .636.22t.268.568v2.711q0 .344-.232.576t-.576.232zm.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 MaterialSymbolsLightCloudLockRounded(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="M6.5 19q-1.871 0-3.185-1.301Q2 16.397 2 14.516q0-1.776 1.223-3.08t2.873-1.402q.337-2.185 2.01-3.61T12 5q1.97 0 3.505 1.126t2.152 2.896q.077.253-.06.468t-.395.258q-1.685.402-2.742 1.751t-1.056 3.078v3.615q0 .344-.232.576q-.233.232-.576.232zm10.096 0q-.343 0-.575-.232t-.233-.576v-2.711q0-.348.269-.568t.635-.22v-1q0-.707.504-1.21t1.21-.502q.708 0 1.199.502q.491.503.491 1.21v1q.368 0 .636.22t.268.568v2.711q0 .344-.232.576t-.576.232zm.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="M6.5 19q-1.871 0-3.185-1.301Q2 16.397 2 14.516q0-1.776 1.223-3.08t2.873-1.402q.337-2.185 2.01-3.61T12 5q1.97 0 3.505 1.126t2.152 2.896q.077.253-.06.468t-.395.258q-1.685.402-2.742 1.751t-1.056 3.078v3.615q0 .344-.232.576q-.233.232-.576.232zm10.096 0q-.343 0-.575-.232t-.233-.576v-2.711q0-.348.269-.568t.635-.22v-1q0-.707.504-1.21t1.21-.502q.708 0 1.199.502q.491.503.491 1.21v1q.368 0 .636.22t.268.568v2.711q0 .344-.232.576t-.576.232zm.866-4.308h1.865v-1q0-.425-.249-.683q-.25-.259-.674-.259t-.684.259q-.258.258-.258.683z"/></svg> </template>
CSS
.icon-cloud-lock-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%22M6.5%2019q-1.871%200-3.185-1.301Q2%2016.397%202%2014.516q0-1.776%201.223-3.08t2.873-1.402q.337-2.185%202.01-3.61T12%205q1.97%200%203.505%201.126t2.152%202.896q.077.253-.06.468t-.395.258q-1.685.402-2.742%201.751t-1.056%203.078v3.615q0%20.344-.232.576q-.233.232-.576.232zm10.096%200q-.343%200-.575-.232t-.233-.576v-2.711q0-.348.269-.568t.635-.22v-1q0-.707.504-1.21t1.21-.502q.708%200%201.199.502q.491.503.491%201.21v1q.368%200%20.636.22t.268.568v2.711q0%20.344-.232.576t-.576.232zm.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%22M6.5%2019q-1.871%200-3.185-1.301Q2%2016.397%202%2014.516q0-1.776%201.223-3.08t2.873-1.402q.337-2.185%202.01-3.61T12%205q1.97%200%203.505%201.126t2.152%202.896q.077.253-.06.468t-.395.258q-1.685.402-2.742%201.751t-1.056%203.078v3.615q0%20.344-.232.576q-.233.232-.576.232zm10.096%200q-.343%200-.575-.232t-.233-.576v-2.711q0-.348.269-.568t.635-.22v-1q0-.707.504-1.21t1.21-.502q.708%200%201.199.502q.491.503.491%201.21v1q.368%200%20.636.22t.268.568v2.711q0%20.344-.232.576t-.576.232zm.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-rounded.svg?color=%231a73e8&size=48