cloud-key from Material Design Icons by Pictogrammers · Filled · Cloud · Apache-2.0 Free for personal and commercial use.

Name
cloud-key
Set
Material Design Icons
Style
Filled
Category
Cloud
Viewbox
24×24
License
Apache 2.0
Aliases
cloud-access, cloud-security

1 other variant in Material Design Icons

More cloud icons from Material Design Icons

Use the cloud key icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.41 20H6.5c-1.5 0-2.82-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48a5.25 5.25 0 0 1 3.08-1.95c.42-1.53 1.25-2.77 2.5-3.72C9 4.5 10.42 4 12 4c1.95 0 3.61.68 4.96 2.04C18.32 7.39 19 9.05 19 11c1.15.13 2.11.63 2.86 1.5c.64.73 1 1.56 1.1 2.5H18a5.01 5.01 0 0 0-4-2c-2.8 0-5 2.2-5 5c0 .72.15 1.39.41 2M23 17v2h-2v2h-2v-2h-2.2c-.4 1.2-1.5 2-2.8 2c-1.7 0-3-1.3-3-3s1.3-3 3-3c1.3 0 2.4.8 2.8 2zm-8 1c0-.5-.4-1-1-1s-1 .5-1 1s.4 1 1 1s1-.5 1-1"/></svg>

React

import type { SVGProps } from "react";

export function MdiCloudKey(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="M9.41 20H6.5c-1.5 0-2.82-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48a5.25 5.25 0 0 1 3.08-1.95c.42-1.53 1.25-2.77 2.5-3.72C9 4.5 10.42 4 12 4c1.95 0 3.61.68 4.96 2.04C18.32 7.39 19 9.05 19 11c1.15.13 2.11.63 2.86 1.5c.64.73 1 1.56 1.1 2.5H18a5.01 5.01 0 0 0-4-2c-2.8 0-5 2.2-5 5c0 .72.15 1.39.41 2M23 17v2h-2v2h-2v-2h-2.2c-.4 1.2-1.5 2-2.8 2c-1.7 0-3-1.3-3-3s1.3-3 3-3c1.3 0 2.4.8 2.8 2zm-8 1c0-.5-.4-1-1-1s-1 .5-1 1s.4 1 1 1s1-.5 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.41 20H6.5c-1.5 0-2.82-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48a5.25 5.25 0 0 1 3.08-1.95c.42-1.53 1.25-2.77 2.5-3.72C9 4.5 10.42 4 12 4c1.95 0 3.61.68 4.96 2.04C18.32 7.39 19 9.05 19 11c1.15.13 2.11.63 2.86 1.5c.64.73 1 1.56 1.1 2.5H18a5.01 5.01 0 0 0-4-2c-2.8 0-5 2.2-5 5c0 .72.15 1.39.41 2M23 17v2h-2v2h-2v-2h-2.2c-.4 1.2-1.5 2-2.8 2c-1.7 0-3-1.3-3-3s1.3-3 3-3c1.3 0 2.4.8 2.8 2zm-8 1c0-.5-.4-1-1-1s-1 .5-1 1s.4 1 1 1s1-.5 1-1"/></svg>
</template>

CSS

.icon-cloud-key {
  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%22M9.41%2020H6.5c-1.5%200-2.82-.5-3.89-1.57C1.54%2017.38%201%2016.09%201%2014.58q0-1.95%201.17-3.48a5.25%205.25%200%200%201%203.08-1.95c.42-1.53%201.25-2.77%202.5-3.72C9%204.5%2010.42%204%2012%204c1.95%200%203.61.68%204.96%202.04C18.32%207.39%2019%209.05%2019%2011c1.15.13%202.11.63%202.86%201.5c.64.73%201%201.56%201.1%202.5H18a5.01%205.01%200%200%200-4-2c-2.8%200-5%202.2-5%205c0%20.72.15%201.39.41%202M23%2017v2h-2v2h-2v-2h-2.2c-.4%201.2-1.5%202-2.8%202c-1.7%200-3-1.3-3-3s1.3-3%203-3c1.3%200%202.4.8%202.8%202zm-8%201c0-.5-.4-1-1-1s-1%20.5-1%201s.4%201%201%201s1-.5%201-1%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%22M9.41%2020H6.5c-1.5%200-2.82-.5-3.89-1.57C1.54%2017.38%201%2016.09%201%2014.58q0-1.95%201.17-3.48a5.25%205.25%200%200%201%203.08-1.95c.42-1.53%201.25-2.77%202.5-3.72C9%204.5%2010.42%204%2012%204c1.95%200%203.61.68%204.96%202.04C18.32%207.39%2019%209.05%2019%2011c1.15.13%202.11.63%202.86%201.5c.64.73%201%201.56%201.1%202.5H18a5.01%205.01%200%200%200-4-2c-2.8%200-5%202.2-5%205c0%20.72.15%201.39.41%202M23%2017v2h-2v2h-2v-2h-2.2c-.4%201.2-1.5%202-2.8%202c-1.7%200-3-1.3-3-3s1.3-3%203-3c1.3%200%202.4.8%202.8%202zm-8%201c0-.5-.4-1-1-1s-1%20.5-1%201s.4%201%201%201s1-.5%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/cloud-key.svg?color=%231a73e8&size=48