cloud lock icon
cloud-lock-outline from Material Symbols by Google · Outline · Text · Apache-2.0 Free for personal and commercial use.
- Name
- cloud-lock-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cloud-lock-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More text icons from Material Symbols
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="M14 20H6.5q-2.275 0-3.887-1.575T1 14.575q0-1.95 1.175-3.475T5.25 9.15q.625-2.3 2.5-3.725T12 4q2.65 0 4.613 1.713T18.925 10q-.525 0-1.012.113t-.938.312q-.2-1.875-1.625-3.15T12 6Q9.925 6 8.463 7.463T7 11h-.5q-1.45 0-2.475 1.025T3 14.5t1.025 2.475T6.5 18H14zm3 0q-.425 0-.712-.288T16 19v-3q0-.425.288-.712T17 15v-1q0-.825.588-1.412T19 12t1.413.588T21 14v1q.425 0 .713.288T22 16v3q0 .425-.288.713T21 20zm1-5h2v-1q0-.425-.288-.712T19 13t-.712.288T18 14z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCloudLockOutline(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="M14 20H6.5q-2.275 0-3.887-1.575T1 14.575q0-1.95 1.175-3.475T5.25 9.15q.625-2.3 2.5-3.725T12 4q2.65 0 4.613 1.713T18.925 10q-.525 0-1.012.113t-.938.312q-.2-1.875-1.625-3.15T12 6Q9.925 6 8.463 7.463T7 11h-.5q-1.45 0-2.475 1.025T3 14.5t1.025 2.475T6.5 18H14zm3 0q-.425 0-.712-.288T16 19v-3q0-.425.288-.712T17 15v-1q0-.825.588-1.412T19 12t1.413.588T21 14v1q.425 0 .713.288T22 16v3q0 .425-.288.713T21 20zm1-5h2v-1q0-.425-.288-.712T19 13t-.712.288T18 14z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 20H6.5q-2.275 0-3.887-1.575T1 14.575q0-1.95 1.175-3.475T5.25 9.15q.625-2.3 2.5-3.725T12 4q2.65 0 4.613 1.713T18.925 10q-.525 0-1.012.113t-.938.312q-.2-1.875-1.625-3.15T12 6Q9.925 6 8.463 7.463T7 11h-.5q-1.45 0-2.475 1.025T3 14.5t1.025 2.475T6.5 18H14zm3 0q-.425 0-.712-.288T16 19v-3q0-.425.288-.712T17 15v-1q0-.825.588-1.412T19 12t1.413.588T21 14v1q.425 0 .713.288T22 16v3q0 .425-.288.713T21 20zm1-5h2v-1q0-.425-.288-.712T19 13t-.712.288T18 14z"/></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%22M14%2020H6.5q-2.275%200-3.887-1.575T1%2014.575q0-1.95%201.175-3.475T5.25%209.15q.625-2.3%202.5-3.725T12%204q2.65%200%204.613%201.713T18.925%2010q-.525%200-1.012.113t-.938.312q-.2-1.875-1.625-3.15T12%206Q9.925%206%208.463%207.463T7%2011h-.5q-1.45%200-2.475%201.025T3%2014.5t1.025%202.475T6.5%2018H14zm3%200q-.425%200-.712-.288T16%2019v-3q0-.425.288-.712T17%2015v-1q0-.825.588-1.412T19%2012t1.413.588T21%2014v1q.425%200%20.713.288T22%2016v3q0%20.425-.288.713T21%2020zm1-5h2v-1q0-.425-.288-.712T19%2013t-.712.288T18%2014z%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%22M14%2020H6.5q-2.275%200-3.887-1.575T1%2014.575q0-1.95%201.175-3.475T5.25%209.15q.625-2.3%202.5-3.725T12%204q2.65%200%204.613%201.713T18.925%2010q-.525%200-1.012.113t-.938.312q-.2-1.875-1.625-3.15T12%206Q9.925%206%208.463%207.463T7%2011h-.5q-1.45%200-2.475%201.025T3%2014.5t1.025%202.475T6.5%2018H14zm3%200q-.425%200-.712-.288T16%2019v-3q0-.425.288-.712T17%2015v-1q0-.825.588-1.412T19%2012t1.413.588T21%2014v1q.425%200%20.713.288T22%2016v3q0%20.425-.288.713T21%2020zm1-5h2v-1q0-.425-.288-.712T19%2013t-.712.288T18%2014z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/cloud-lock-outline.svg?color=%231a73e8&size=48