cast-warning-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
cast-warning-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the cast warning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.385 19H14.95q-.213 0-.357-.143t-.143-.357t.143-.357t.357-.143h4.435q.269 0 .442-.173t.173-.442v-4.097q0-.213.143-.356t.357-.144t.357.144t.143.356v4.096q0 .672-.472 1.144T19.385 19M3.5 7.592q-.213 0-.357-.143T3 7.092v-.476q0-.672.472-1.144T4.616 5h6.442q.213 0 .357.143t.143.357t-.143.357t-.357.143H4.616q-.27 0-.443.173T4 6.616v.476q0 .214-.143.357t-.357.143M15.165 9.26Q14 8.094 14 6.423t1.165-2.835T18 2.423t2.836 1.165T22 6.423t-1.164 2.836T18 10.423t-2.835-1.164M18 8.846q.2 0 .33-.13q.132-.131.132-.331t-.131-.331T18 7.923t-.33.13t-.132.332t.131.33q.131.131.331.131M18 7q.162 0 .273-.111t.112-.273V4.385q0-.162-.112-.273T18 4t-.273.112t-.111.273v2.23q0 .162.111.273T18 7M3.962 19q-.414 0-.688-.274T3 18.039t.274-.688t.688-.274t.687.274t.274.688t-.274.687t-.687.274m3.846 0q-.208 0-.354-.141q-.146-.142-.183-.35q-.16-1.498-1.24-2.54t-2.596-1.24q-.202-.031-.319-.18T3 14.192q0-.213.157-.356t.359-.113q1.907.185 3.246 1.523t1.51 3.246q.03.208-.11.358t-.354.15m3.769 0q-.233 0-.366-.179q-.134-.179-.165-.43q-.234-3.028-2.372-5.147t-5.183-2.31q-.208-.011-.35-.157Q3 10.631 3 10.423q0-.214.157-.36q.156-.146.377-.134q3.468.19 5.899 2.628t2.633 5.899q.011.232-.132.388t-.357.156"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCastWarningOutlineRounded(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="M19.385 19H14.95q-.213 0-.357-.143t-.143-.357t.143-.357t.357-.143h4.435q.269 0 .442-.173t.173-.442v-4.097q0-.213.143-.356t.357-.144t.357.144t.143.356v4.096q0 .672-.472 1.144T19.385 19M3.5 7.592q-.213 0-.357-.143T3 7.092v-.476q0-.672.472-1.144T4.616 5h6.442q.213 0 .357.143t.143.357t-.143.357t-.357.143H4.616q-.27 0-.443.173T4 6.616v.476q0 .214-.143.357t-.357.143M15.165 9.26Q14 8.094 14 6.423t1.165-2.835T18 2.423t2.836 1.165T22 6.423t-1.164 2.836T18 10.423t-2.835-1.164M18 8.846q.2 0 .33-.13q.132-.131.132-.331t-.131-.331T18 7.923t-.33.13t-.132.332t.131.33q.131.131.331.131M18 7q.162 0 .273-.111t.112-.273V4.385q0-.162-.112-.273T18 4t-.273.112t-.111.273v2.23q0 .162.111.273T18 7M3.962 19q-.414 0-.688-.274T3 18.039t.274-.688t.688-.274t.687.274t.274.688t-.274.687t-.687.274m3.846 0q-.208 0-.354-.141q-.146-.142-.183-.35q-.16-1.498-1.24-2.54t-2.596-1.24q-.202-.031-.319-.18T3 14.192q0-.213.157-.356t.359-.113q1.907.185 3.246 1.523t1.51 3.246q.03.208-.11.358t-.354.15m3.769 0q-.233 0-.366-.179q-.134-.179-.165-.43q-.234-3.028-2.372-5.147t-5.183-2.31q-.208-.011-.35-.157Q3 10.631 3 10.423q0-.214.157-.36q.156-.146.377-.134q3.468.19 5.899 2.628t2.633 5.899q.011.232-.132.388t-.357.156"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.385 19H14.95q-.213 0-.357-.143t-.143-.357t.143-.357t.357-.143h4.435q.269 0 .442-.173t.173-.442v-4.097q0-.213.143-.356t.357-.144t.357.144t.143.356v4.096q0 .672-.472 1.144T19.385 19M3.5 7.592q-.213 0-.357-.143T3 7.092v-.476q0-.672.472-1.144T4.616 5h6.442q.213 0 .357.143t.143.357t-.143.357t-.357.143H4.616q-.27 0-.443.173T4 6.616v.476q0 .214-.143.357t-.357.143M15.165 9.26Q14 8.094 14 6.423t1.165-2.835T18 2.423t2.836 1.165T22 6.423t-1.164 2.836T18 10.423t-2.835-1.164M18 8.846q.2 0 .33-.13q.132-.131.132-.331t-.131-.331T18 7.923t-.33.13t-.132.332t.131.33q.131.131.331.131M18 7q.162 0 .273-.111t.112-.273V4.385q0-.162-.112-.273T18 4t-.273.112t-.111.273v2.23q0 .162.111.273T18 7M3.962 19q-.414 0-.688-.274T3 18.039t.274-.688t.688-.274t.687.274t.274.688t-.274.687t-.687.274m3.846 0q-.208 0-.354-.141q-.146-.142-.183-.35q-.16-1.498-1.24-2.54t-2.596-1.24q-.202-.031-.319-.18T3 14.192q0-.213.157-.356t.359-.113q1.907.185 3.246 1.523t1.51 3.246q.03.208-.11.358t-.354.15m3.769 0q-.233 0-.366-.179q-.134-.179-.165-.43q-.234-3.028-2.372-5.147t-5.183-2.31q-.208-.011-.35-.157Q3 10.631 3 10.423q0-.214.157-.36q.156-.146.377-.134q3.468.19 5.899 2.628t2.633 5.899q.011.232-.132.388t-.357.156"/></svg>
</template>

CSS

.icon-cast-warning-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%22M19.385%2019H14.95q-.213%200-.357-.143t-.143-.357t.143-.357t.357-.143h4.435q.269%200%20.442-.173t.173-.442v-4.097q0-.213.143-.356t.357-.144t.357.144t.143.356v4.096q0%20.672-.472%201.144T19.385%2019M3.5%207.592q-.213%200-.357-.143T3%207.092v-.476q0-.672.472-1.144T4.616%205h6.442q.213%200%20.357.143t.143.357t-.143.357t-.357.143H4.616q-.27%200-.443.173T4%206.616v.476q0%20.214-.143.357t-.357.143M15.165%209.26Q14%208.094%2014%206.423t1.165-2.835T18%202.423t2.836%201.165T22%206.423t-1.164%202.836T18%2010.423t-2.835-1.164M18%208.846q.2%200%20.33-.13q.132-.131.132-.331t-.131-.331T18%207.923t-.33.13t-.132.332t.131.33q.131.131.331.131M18%207q.162%200%20.273-.111t.112-.273V4.385q0-.162-.112-.273T18%204t-.273.112t-.111.273v2.23q0%20.162.111.273T18%207M3.962%2019q-.414%200-.688-.274T3%2018.039t.274-.688t.688-.274t.687.274t.274.688t-.274.687t-.687.274m3.846%200q-.208%200-.354-.141q-.146-.142-.183-.35q-.16-1.498-1.24-2.54t-2.596-1.24q-.202-.031-.319-.18T3%2014.192q0-.213.157-.356t.359-.113q1.907.185%203.246%201.523t1.51%203.246q.03.208-.11.358t-.354.15m3.769%200q-.233%200-.366-.179q-.134-.179-.165-.43q-.234-3.028-2.372-5.147t-5.183-2.31q-.208-.011-.35-.157Q3%2010.631%203%2010.423q0-.214.157-.36q.156-.146.377-.134q3.468.19%205.899%202.628t2.633%205.899q.011.232-.132.388t-.357.156%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%22M19.385%2019H14.95q-.213%200-.357-.143t-.143-.357t.143-.357t.357-.143h4.435q.269%200%20.442-.173t.173-.442v-4.097q0-.213.143-.356t.357-.144t.357.144t.143.356v4.096q0%20.672-.472%201.144T19.385%2019M3.5%207.592q-.213%200-.357-.143T3%207.092v-.476q0-.672.472-1.144T4.616%205h6.442q.213%200%20.357.143t.143.357t-.143.357t-.357.143H4.616q-.27%200-.443.173T4%206.616v.476q0%20.214-.143.357t-.357.143M15.165%209.26Q14%208.094%2014%206.423t1.165-2.835T18%202.423t2.836%201.165T22%206.423t-1.164%202.836T18%2010.423t-2.835-1.164M18%208.846q.2%200%20.33-.13q.132-.131.132-.331t-.131-.331T18%207.923t-.33.13t-.132.332t.131.33q.131.131.331.131M18%207q.162%200%20.273-.111t.112-.273V4.385q0-.162-.112-.273T18%204t-.273.112t-.111.273v2.23q0%20.162.111.273T18%207M3.962%2019q-.414%200-.688-.274T3%2018.039t.274-.688t.688-.274t.687.274t.274.688t-.274.687t-.687.274m3.846%200q-.208%200-.354-.141q-.146-.142-.183-.35q-.16-1.498-1.24-2.54t-2.596-1.24q-.202-.031-.319-.18T3%2014.192q0-.213.157-.356t.359-.113q1.907.185%203.246%201.523t1.51%203.246q.03.208-.11.358t-.354.15m3.769%200q-.233%200-.366-.179q-.134-.179-.165-.43q-.234-3.028-2.372-5.147t-5.183-2.31q-.208-.011-.35-.157Q3%2010.631%203%2010.423q0-.214.157-.36q.156-.146.377-.134q3.468.19%205.899%202.628t2.633%205.899q.011.232-.132.388t-.357.156%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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