cloud shield icon
cloud-shield from Unicons by Iconscout · Line · Cloud And Web · Apache-2.0 Free for personal and commercial use.
- Name
- cloud-shield
- Set
- Unicons
- Style
- Line
- Category
- Cloud And Web
- Viewbox
- 24×24
- License
- Apache 2.0
More cloud and web icons from Unicons
Use the cloud shield icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.42 7.22A7 7 0 0 0 5.06 9.11a4 4 0 0 0-.38 7.66a1.1 1.1 0 0 0 .32.05a1 1 0 0 0 .32-2A2 2 0 0 1 4 13a2 2 0 0 1 2-2a1 1 0 0 0 1-1a5 5 0 0 1 9.73-1.61a1 1 0 0 0 .78.67a3 3 0 0 1 1 5.53a1 1 0 1 0 1 1.74A5 5 0 0 0 22 12a5 5 0 0 0-3.58-4.78m-3.63 4.44a2.73 2.73 0 0 1-2.2-.47a1 1 0 0 0-1.18 0a2.72 2.72 0 0 1-2.2.47a1 1 0 0 0-.84.2a1 1 0 0 0-.37.77V16a4.63 4.63 0 0 0 1.84 3.7l1.57 1.15a1 1 0 0 0 1.18 0l1.57-1.16A4.6 4.6 0 0 0 16 16v-3.37a1 1 0 0 0-.37-.77a1 1 0 0 0-.84-.2M14 16a2.62 2.62 0 0 1-1 2l-1 .72l-1-.72a2.62 2.62 0 0 1-1-2v-2.28a4.7 4.7 0 0 0 2-.55a4.7 4.7 0 0 0 2 .55Z"/></svg>
React
import type { SVGProps } from "react";
export function UilCloudShield(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="M18.42 7.22A7 7 0 0 0 5.06 9.11a4 4 0 0 0-.38 7.66a1.1 1.1 0 0 0 .32.05a1 1 0 0 0 .32-2A2 2 0 0 1 4 13a2 2 0 0 1 2-2a1 1 0 0 0 1-1a5 5 0 0 1 9.73-1.61a1 1 0 0 0 .78.67a3 3 0 0 1 1 5.53a1 1 0 1 0 1 1.74A5 5 0 0 0 22 12a5 5 0 0 0-3.58-4.78m-3.63 4.44a2.73 2.73 0 0 1-2.2-.47a1 1 0 0 0-1.18 0a2.72 2.72 0 0 1-2.2.47a1 1 0 0 0-.84.2a1 1 0 0 0-.37.77V16a4.63 4.63 0 0 0 1.84 3.7l1.57 1.15a1 1 0 0 0 1.18 0l1.57-1.16A4.6 4.6 0 0 0 16 16v-3.37a1 1 0 0 0-.37-.77a1 1 0 0 0-.84-.2M14 16a2.62 2.62 0 0 1-1 2l-1 .72l-1-.72a2.62 2.62 0 0 1-1-2v-2.28a4.7 4.7 0 0 0 2-.55a4.7 4.7 0 0 0 2 .55Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.42 7.22A7 7 0 0 0 5.06 9.11a4 4 0 0 0-.38 7.66a1.1 1.1 0 0 0 .32.05a1 1 0 0 0 .32-2A2 2 0 0 1 4 13a2 2 0 0 1 2-2a1 1 0 0 0 1-1a5 5 0 0 1 9.73-1.61a1 1 0 0 0 .78.67a3 3 0 0 1 1 5.53a1 1 0 1 0 1 1.74A5 5 0 0 0 22 12a5 5 0 0 0-3.58-4.78m-3.63 4.44a2.73 2.73 0 0 1-2.2-.47a1 1 0 0 0-1.18 0a2.72 2.72 0 0 1-2.2.47a1 1 0 0 0-.84.2a1 1 0 0 0-.37.77V16a4.63 4.63 0 0 0 1.84 3.7l1.57 1.15a1 1 0 0 0 1.18 0l1.57-1.16A4.6 4.6 0 0 0 16 16v-3.37a1 1 0 0 0-.37-.77a1 1 0 0 0-.84-.2M14 16a2.62 2.62 0 0 1-1 2l-1 .72l-1-.72a2.62 2.62 0 0 1-1-2v-2.28a4.7 4.7 0 0 0 2-.55a4.7 4.7 0 0 0 2 .55Z"/></svg> </template>
CSS
.icon-cloud-shield {
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%22M18.42%207.22A7%207%200%200%200%205.06%209.11a4%204%200%200%200-.38%207.66a1.1%201.1%200%200%200%20.32.05a1%201%200%200%200%20.32-2A2%202%200%200%201%204%2013a2%202%200%200%201%202-2a1%201%200%200%200%201-1a5%205%200%200%201%209.73-1.61a1%201%200%200%200%20.78.67a3%203%200%200%201%201%205.53a1%201%200%201%200%201%201.74A5%205%200%200%200%2022%2012a5%205%200%200%200-3.58-4.78m-3.63%204.44a2.73%202.73%200%200%201-2.2-.47a1%201%200%200%200-1.18%200a2.72%202.72%200%200%201-2.2.47a1%201%200%200%200-.84.2a1%201%200%200%200-.37.77V16a4.63%204.63%200%200%200%201.84%203.7l1.57%201.15a1%201%200%200%200%201.18%200l1.57-1.16A4.6%204.6%200%200%200%2016%2016v-3.37a1%201%200%200%200-.37-.77a1%201%200%200%200-.84-.2M14%2016a2.62%202.62%200%200%201-1%202l-1%20.72l-1-.72a2.62%202.62%200%200%201-1-2v-2.28a4.7%204.7%200%200%200%202-.55a4.7%204.7%200%200%200%202%20.55Z%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%22M18.42%207.22A7%207%200%200%200%205.06%209.11a4%204%200%200%200-.38%207.66a1.1%201.1%200%200%200%20.32.05a1%201%200%200%200%20.32-2A2%202%200%200%201%204%2013a2%202%200%200%201%202-2a1%201%200%200%200%201-1a5%205%200%200%201%209.73-1.61a1%201%200%200%200%20.78.67a3%203%200%200%201%201%205.53a1%201%200%201%200%201%201.74A5%205%200%200%200%2022%2012a5%205%200%200%200-3.58-4.78m-3.63%204.44a2.73%202.73%200%200%201-2.2-.47a1%201%200%200%200-1.18%200a2.72%202.72%200%200%201-2.2.47a1%201%200%200%200-.84.2a1%201%200%200%200-.37.77V16a4.63%204.63%200%200%200%201.84%203.7l1.57%201.15a1%201%200%200%200%201.18%200l1.57-1.16A4.6%204.6%200%200%200%2016%2016v-3.37a1%201%200%200%200-.37-.77a1%201%200%200%200-.84-.2M14%2016a2.62%202.62%200%200%201-1%202l-1%20.72l-1-.72a2.62%202.62%200%200%201-1-2v-2.28a4.7%204.7%200%200%200%202-.55a4.7%204.7%200%200%200%202%20.55Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/cloud-shield.svg?color=%231a73e8&size=48