cloud print icon
cloud-print from Material Design Icons by Pictogrammers · Filled · Cloud · Apache-2.0 Free for personal and commercial use.
- Name
- cloud-print
- Set
- Material Design Icons
- Style
- Filled
- Category
- Cloud
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
More cloud icons from Material Design Icons
cloudcloud-arrow-downcloud-arrow-leftcloud-arrow-rightcloud-arrow-upcloud-bracescloud-cancelcloud-checkcloud-check-variantcloud-circlecloud-clockcloud-cogcloud-downloadcloud-keycloud-lockcloud-lock-opencloud-minuscloud-offcloud-percentcloud-pluscloud-questioncloud-refreshcloud-refresh-variantcloud-remove
Use the cloud print icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.86 10.5A4.3 4.3 0 0 0 19 9c0-1.95-.68-3.6-2.04-4.96S13.95 2 12 2c-1.58 0-3 .5-4.25 1.43s-2.08 2.19-2.5 3.72C4 7.43 2.96 8.08 2.17 9.1S1 11.28 1 12.58c0 1.51.54 2.8 1.61 3.85c.96.93 2.09 1.42 3.39 1.52V22h12v-4h.5c1.25 0 2.31-.44 3.19-1.31c.87-.88 1.31-1.94 1.31-3.19q0-1.725-1.14-3M16 20H8v-7h8zm-1-5H9v-1h6zm0 2H9v-1h6zm0 2H9v-1h6z"/></svg>
React
import type { SVGProps } from "react";
export function MdiCloudPrint(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="M21.86 10.5A4.3 4.3 0 0 0 19 9c0-1.95-.68-3.6-2.04-4.96S13.95 2 12 2c-1.58 0-3 .5-4.25 1.43s-2.08 2.19-2.5 3.72C4 7.43 2.96 8.08 2.17 9.1S1 11.28 1 12.58c0 1.51.54 2.8 1.61 3.85c.96.93 2.09 1.42 3.39 1.52V22h12v-4h.5c1.25 0 2.31-.44 3.19-1.31c.87-.88 1.31-1.94 1.31-3.19q0-1.725-1.14-3M16 20H8v-7h8zm-1-5H9v-1h6zm0 2H9v-1h6zm0 2H9v-1h6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.86 10.5A4.3 4.3 0 0 0 19 9c0-1.95-.68-3.6-2.04-4.96S13.95 2 12 2c-1.58 0-3 .5-4.25 1.43s-2.08 2.19-2.5 3.72C4 7.43 2.96 8.08 2.17 9.1S1 11.28 1 12.58c0 1.51.54 2.8 1.61 3.85c.96.93 2.09 1.42 3.39 1.52V22h12v-4h.5c1.25 0 2.31-.44 3.19-1.31c.87-.88 1.31-1.94 1.31-3.19q0-1.725-1.14-3M16 20H8v-7h8zm-1-5H9v-1h6zm0 2H9v-1h6zm0 2H9v-1h6z"/></svg> </template>
CSS
.icon-cloud-print {
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%22M21.86%2010.5A4.3%204.3%200%200%200%2019%209c0-1.95-.68-3.6-2.04-4.96S13.95%202%2012%202c-1.58%200-3%20.5-4.25%201.43s-2.08%202.19-2.5%203.72C4%207.43%202.96%208.08%202.17%209.1S1%2011.28%201%2012.58c0%201.51.54%202.8%201.61%203.85c.96.93%202.09%201.42%203.39%201.52V22h12v-4h.5c1.25%200%202.31-.44%203.19-1.31c.87-.88%201.31-1.94%201.31-3.19q0-1.725-1.14-3M16%2020H8v-7h8zm-1-5H9v-1h6zm0%202H9v-1h6zm0%202H9v-1h6z%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%22M21.86%2010.5A4.3%204.3%200%200%200%2019%209c0-1.95-.68-3.6-2.04-4.96S13.95%202%2012%202c-1.58%200-3%20.5-4.25%201.43s-2.08%202.19-2.5%203.72C4%207.43%202.96%208.08%202.17%209.1S1%2011.28%201%2012.58c0%201.51.54%202.8%201.61%203.85c.96.93%202.09%201.42%203.39%201.52V22h12v-4h.5c1.25%200%202.31-.44%203.19-1.31c.87-.88%201.31-1.94%201.31-3.19q0-1.725-1.14-3M16%2020H8v-7h8zm-1-5H9v-1h6zm0%202H9v-1h6zm0%202H9v-1h6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/cloud-print.svg?color=%231a73e8&size=48