cloud-alert-outline-rounded from Material Symbols Light by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
cloud-alert-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the cloud alert icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 19q-1.871 0-3.185-1.301Q2 16.397 2 14.516q0-1.71 1.175-3.047t2.921-1.435q.337-2.185 2.01-3.61T12 5q2.507 0 4.254 1.747Q18 8.493 18 11v1h.616q1.436.046 2.41 1.055T22 15.5q0 1.471-1.014 2.486Q19.97 19 18.5 19zm0-1h12q1.05 0 1.775-.725T21 15.5t-.725-1.775T18.5 13H17v-2q0-2.075-1.463-3.538T12 6T8.463 7.463T7 11h-.5q-1.45 0-2.475 1.025T3 14.5t1.025 2.475T6.5 18m5.857-3.163q.143-.144.143-.357t-.144-.356t-.357-.143t-.356.144t-.143.357t.144.356t.357.143t.356-.144m0-2.5q.143-.144.143-.356V9q0-.213-.144-.356t-.357-.144t-.356.144T11.5 9v2.98q0 .213.144.357t.357.144t.356-.144"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCloudAlertOutlineRounded(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="M6.5 19q-1.871 0-3.185-1.301Q2 16.397 2 14.516q0-1.71 1.175-3.047t2.921-1.435q.337-2.185 2.01-3.61T12 5q2.507 0 4.254 1.747Q18 8.493 18 11v1h.616q1.436.046 2.41 1.055T22 15.5q0 1.471-1.014 2.486Q19.97 19 18.5 19zm0-1h12q1.05 0 1.775-.725T21 15.5t-.725-1.775T18.5 13H17v-2q0-2.075-1.463-3.538T12 6T8.463 7.463T7 11h-.5q-1.45 0-2.475 1.025T3 14.5t1.025 2.475T6.5 18m5.857-3.163q.143-.144.143-.357t-.144-.356t-.357-.143t-.356.144t-.143.357t.144.356t.357.143t.356-.144m0-2.5q.143-.144.143-.356V9q0-.213-.144-.356t-.357-.144t-.356.144T11.5 9v2.98q0 .213.144.357t.357.144t.356-.144"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 19q-1.871 0-3.185-1.301Q2 16.397 2 14.516q0-1.71 1.175-3.047t2.921-1.435q.337-2.185 2.01-3.61T12 5q2.507 0 4.254 1.747Q18 8.493 18 11v1h.616q1.436.046 2.41 1.055T22 15.5q0 1.471-1.014 2.486Q19.97 19 18.5 19zm0-1h12q1.05 0 1.775-.725T21 15.5t-.725-1.775T18.5 13H17v-2q0-2.075-1.463-3.538T12 6T8.463 7.463T7 11h-.5q-1.45 0-2.475 1.025T3 14.5t1.025 2.475T6.5 18m5.857-3.163q.143-.144.143-.357t-.144-.356t-.357-.143t-.356.144t-.143.357t.144.356t.357.143t.356-.144m0-2.5q.143-.144.143-.356V9q0-.213-.144-.356t-.357-.144t-.356.144T11.5 9v2.98q0 .213.144.357t.357.144t.356-.144"/></svg>
</template>

CSS

.icon-cloud-alert-outline-rounded {
  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%22M6.5%2019q-1.871%200-3.185-1.301Q2%2016.397%202%2014.516q0-1.71%201.175-3.047t2.921-1.435q.337-2.185%202.01-3.61T12%205q2.507%200%204.254%201.747Q18%208.493%2018%2011v1h.616q1.436.046%202.41%201.055T22%2015.5q0%201.471-1.014%202.486Q19.97%2019%2018.5%2019zm0-1h12q1.05%200%201.775-.725T21%2015.5t-.725-1.775T18.5%2013H17v-2q0-2.075-1.463-3.538T12%206T8.463%207.463T7%2011h-.5q-1.45%200-2.475%201.025T3%2014.5t1.025%202.475T6.5%2018m5.857-3.163q.143-.144.143-.357t-.144-.356t-.357-.143t-.356.144t-.143.357t.144.356t.357.143t.356-.144m0-2.5q.143-.144.143-.356V9q0-.213-.144-.356t-.357-.144t-.356.144T11.5%209v2.98q0%20.213.144.357t.357.144t.356-.144%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%22M6.5%2019q-1.871%200-3.185-1.301Q2%2016.397%202%2014.516q0-1.71%201.175-3.047t2.921-1.435q.337-2.185%202.01-3.61T12%205q2.507%200%204.254%201.747Q18%208.493%2018%2011v1h.616q1.436.046%202.41%201.055T22%2015.5q0%201.471-1.014%202.486Q19.97%2019%2018.5%2019zm0-1h12q1.05%200%201.775-.725T21%2015.5t-.725-1.775T18.5%2013H17v-2q0-2.075-1.463-3.538T12%206T8.463%207.463T7%2011h-.5q-1.45%200-2.475%201.025T3%2014.5t1.025%202.475T6.5%2018m5.857-3.163q.143-.144.143-.357t-.144-.356t-.357-.143t-.356.144t-.143.357t.144.356t.357.143t.356-.144m0-2.5q.143-.144.143-.356V9q0-.213-.144-.356t-.357-.144t-.356.144T11.5%209v2.98q0%20.213.144.357t.357.144t.356-.144%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/cloud-alert-outline-rounded.svg?color=%231a73e8&size=48