cloud question icon
cloud-question-outline from Material Design Icons by Pictogrammers · Outline · Cloud · Apache-2.0 Free for personal and commercial use.
- Name
- cloud-question-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Cloud
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
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-printcloud-refreshcloud-refresh-variantcloud-remove
Use the cloud question 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 12.5A4.3 4.3 0 0 0 19 11c0-1.95-.68-3.6-2.04-4.96S13.95 4 12 4c-1.58 0-3 .47-4.25 1.43s-2.08 2.19-2.5 3.72c-1.25.28-2.29.93-3.08 1.95S1 13.28 1 14.58c0 1.51.54 2.8 1.61 3.85C3.69 19.5 5 20 6.5 20h12c1.25 0 2.31-.44 3.19-1.31c.87-.88 1.31-1.94 1.31-3.19q0-1.725-1.14-3m-1.59 4.77c-.48.49-1.07.73-1.77.73h-12c-.97 0-1.79-.34-2.47-1C3.34 16.29 3 15.47 3 14.5s.34-1.79 1.03-2.47C4.71 11.34 5.53 11 6.5 11H7c0-1.38.5-2.56 1.46-3.54C9.44 6.5 10.62 6 12 6s2.56.5 3.54 1.46C16.5 8.44 17 9.62 17 11v2h1.5c.7 0 1.29.24 1.77.73S21 14.8 21 15.5s-.24 1.29-.73 1.77M11 15h2v2h-2zm3.43-6.32c.54.45.81 1.07.81 1.82c0 .5-.15.91-.44 1.32c-.3.39-.67.68-1.13.93c-.26.16-.43.32-.52.51A1.7 1.7 0 0 0 13 14h-2c0-.55.11-.92.3-1.18c.2-.26.55-.57 1.07-.91c.26-.16.47-.35.63-.59c.15-.23.23-.51.23-.82c0-.32-.09-.56-.27-.74c-.18-.2-.46-.29-.76-.29c-.27 0-.49.08-.7.23c-.15.15-.25.38-.25.69H9.28c-.05-.75.22-1.39.78-1.8C10.6 8.2 11.31 8 12.2 8c.94 0 1.69.23 2.23.68"/></svg>
React
import type { SVGProps } from "react";
export function MdiCloudQuestionOutline(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 12.5A4.3 4.3 0 0 0 19 11c0-1.95-.68-3.6-2.04-4.96S13.95 4 12 4c-1.58 0-3 .47-4.25 1.43s-2.08 2.19-2.5 3.72c-1.25.28-2.29.93-3.08 1.95S1 13.28 1 14.58c0 1.51.54 2.8 1.61 3.85C3.69 19.5 5 20 6.5 20h12c1.25 0 2.31-.44 3.19-1.31c.87-.88 1.31-1.94 1.31-3.19q0-1.725-1.14-3m-1.59 4.77c-.48.49-1.07.73-1.77.73h-12c-.97 0-1.79-.34-2.47-1C3.34 16.29 3 15.47 3 14.5s.34-1.79 1.03-2.47C4.71 11.34 5.53 11 6.5 11H7c0-1.38.5-2.56 1.46-3.54C9.44 6.5 10.62 6 12 6s2.56.5 3.54 1.46C16.5 8.44 17 9.62 17 11v2h1.5c.7 0 1.29.24 1.77.73S21 14.8 21 15.5s-.24 1.29-.73 1.77M11 15h2v2h-2zm3.43-6.32c.54.45.81 1.07.81 1.82c0 .5-.15.91-.44 1.32c-.3.39-.67.68-1.13.93c-.26.16-.43.32-.52.51A1.7 1.7 0 0 0 13 14h-2c0-.55.11-.92.3-1.18c.2-.26.55-.57 1.07-.91c.26-.16.47-.35.63-.59c.15-.23.23-.51.23-.82c0-.32-.09-.56-.27-.74c-.18-.2-.46-.29-.76-.29c-.27 0-.49.08-.7.23c-.15.15-.25.38-.25.69H9.28c-.05-.75.22-1.39.78-1.8C10.6 8.2 11.31 8 12.2 8c.94 0 1.69.23 2.23.68"/></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 12.5A4.3 4.3 0 0 0 19 11c0-1.95-.68-3.6-2.04-4.96S13.95 4 12 4c-1.58 0-3 .47-4.25 1.43s-2.08 2.19-2.5 3.72c-1.25.28-2.29.93-3.08 1.95S1 13.28 1 14.58c0 1.51.54 2.8 1.61 3.85C3.69 19.5 5 20 6.5 20h12c1.25 0 2.31-.44 3.19-1.31c.87-.88 1.31-1.94 1.31-3.19q0-1.725-1.14-3m-1.59 4.77c-.48.49-1.07.73-1.77.73h-12c-.97 0-1.79-.34-2.47-1C3.34 16.29 3 15.47 3 14.5s.34-1.79 1.03-2.47C4.71 11.34 5.53 11 6.5 11H7c0-1.38.5-2.56 1.46-3.54C9.44 6.5 10.62 6 12 6s2.56.5 3.54 1.46C16.5 8.44 17 9.62 17 11v2h1.5c.7 0 1.29.24 1.77.73S21 14.8 21 15.5s-.24 1.29-.73 1.77M11 15h2v2h-2zm3.43-6.32c.54.45.81 1.07.81 1.82c0 .5-.15.91-.44 1.32c-.3.39-.67.68-1.13.93c-.26.16-.43.32-.52.51A1.7 1.7 0 0 0 13 14h-2c0-.55.11-.92.3-1.18c.2-.26.55-.57 1.07-.91c.26-.16.47-.35.63-.59c.15-.23.23-.51.23-.82c0-.32-.09-.56-.27-.74c-.18-.2-.46-.29-.76-.29c-.27 0-.49.08-.7.23c-.15.15-.25.38-.25.69H9.28c-.05-.75.22-1.39.78-1.8C10.6 8.2 11.31 8 12.2 8c.94 0 1.69.23 2.23.68"/></svg> </template>
CSS
.icon-cloud-question-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%22M21.86%2012.5A4.3%204.3%200%200%200%2019%2011c0-1.95-.68-3.6-2.04-4.96S13.95%204%2012%204c-1.58%200-3%20.47-4.25%201.43s-2.08%202.19-2.5%203.72c-1.25.28-2.29.93-3.08%201.95S1%2013.28%201%2014.58c0%201.51.54%202.8%201.61%203.85C3.69%2019.5%205%2020%206.5%2020h12c1.25%200%202.31-.44%203.19-1.31c.87-.88%201.31-1.94%201.31-3.19q0-1.725-1.14-3m-1.59%204.77c-.48.49-1.07.73-1.77.73h-12c-.97%200-1.79-.34-2.47-1C3.34%2016.29%203%2015.47%203%2014.5s.34-1.79%201.03-2.47C4.71%2011.34%205.53%2011%206.5%2011H7c0-1.38.5-2.56%201.46-3.54C9.44%206.5%2010.62%206%2012%206s2.56.5%203.54%201.46C16.5%208.44%2017%209.62%2017%2011v2h1.5c.7%200%201.29.24%201.77.73S21%2014.8%2021%2015.5s-.24%201.29-.73%201.77M11%2015h2v2h-2zm3.43-6.32c.54.45.81%201.07.81%201.82c0%20.5-.15.91-.44%201.32c-.3.39-.67.68-1.13.93c-.26.16-.43.32-.52.51A1.7%201.7%200%200%200%2013%2014h-2c0-.55.11-.92.3-1.18c.2-.26.55-.57%201.07-.91c.26-.16.47-.35.63-.59c.15-.23.23-.51.23-.82c0-.32-.09-.56-.27-.74c-.18-.2-.46-.29-.76-.29c-.27%200-.49.08-.7.23c-.15.15-.25.38-.25.69H9.28c-.05-.75.22-1.39.78-1.8C10.6%208.2%2011.31%208%2012.2%208c.94%200%201.69.23%202.23.68%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%2012.5A4.3%204.3%200%200%200%2019%2011c0-1.95-.68-3.6-2.04-4.96S13.95%204%2012%204c-1.58%200-3%20.47-4.25%201.43s-2.08%202.19-2.5%203.72c-1.25.28-2.29.93-3.08%201.95S1%2013.28%201%2014.58c0%201.51.54%202.8%201.61%203.85C3.69%2019.5%205%2020%206.5%2020h12c1.25%200%202.31-.44%203.19-1.31c.87-.88%201.31-1.94%201.31-3.19q0-1.725-1.14-3m-1.59%204.77c-.48.49-1.07.73-1.77.73h-12c-.97%200-1.79-.34-2.47-1C3.34%2016.29%203%2015.47%203%2014.5s.34-1.79%201.03-2.47C4.71%2011.34%205.53%2011%206.5%2011H7c0-1.38.5-2.56%201.46-3.54C9.44%206.5%2010.62%206%2012%206s2.56.5%203.54%201.46C16.5%208.44%2017%209.62%2017%2011v2h1.5c.7%200%201.29.24%201.77.73S21%2014.8%2021%2015.5s-.24%201.29-.73%201.77M11%2015h2v2h-2zm3.43-6.32c.54.45.81%201.07.81%201.82c0%20.5-.15.91-.44%201.32c-.3.39-.67.68-1.13.93c-.26.16-.43.32-.52.51A1.7%201.7%200%200%200%2013%2014h-2c0-.55.11-.92.3-1.18c.2-.26.55-.57%201.07-.91c.26-.16.47-.35.63-.59c.15-.23.23-.51.23-.82c0-.32-.09-.56-.27-.74c-.18-.2-.46-.29-.76-.29c-.27%200-.49.08-.7.23c-.15.15-.25.38-.25.69H9.28c-.05-.75.22-1.39.78-1.8C10.6%208.2%2011.31%208%2012.2%208c.94%200%201.69.23%202.23.68%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/cloud-question-outline.svg?color=%231a73e8&size=48