cast warning icon
cast-warning from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- cast-warning
- Set
- Material Symbols Light
- Style
- Regular
- 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
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausechromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tvdeskphone
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="M3 17.077q.789 0 1.356.567T4.923 19H3zm0-3.385q2.214 0 3.76 1.545Q8.309 16.782 8.309 19h-1q0-1.767-1.261-3.018T3 14.692zm0-3.769q1.89 0 3.538.71T9.42 12.58t1.946 2.882t.71 3.538h-1q0-1.679-.636-3.145q-.635-1.467-1.732-2.564T6.145 11.56T3 10.923zM14.462 19q0-2.379-.9-4.462t-2.457-3.645T7.46 8.435T3 7.54v-.923q0-.667.475-1.141T4.615 5h7.166q-.073.244-.1.485q-.027.24-.046.515q-.193 2.766 1.684 4.787T18 12.807q.79 0 1.544-.2T21 12.034v5.352q0 .666-.475 1.14t-1.14.475zm.703-9.741Q14 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.131M17.616 7h.769V4h-.77z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCastWarning(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="M3 17.077q.789 0 1.356.567T4.923 19H3zm0-3.385q2.214 0 3.76 1.545Q8.309 16.782 8.309 19h-1q0-1.767-1.261-3.018T3 14.692zm0-3.769q1.89 0 3.538.71T9.42 12.58t1.946 2.882t.71 3.538h-1q0-1.679-.636-3.145q-.635-1.467-1.732-2.564T6.145 11.56T3 10.923zM14.462 19q0-2.379-.9-4.462t-2.457-3.645T7.46 8.435T3 7.54v-.923q0-.667.475-1.141T4.615 5h7.166q-.073.244-.1.485q-.027.24-.046.515q-.193 2.766 1.684 4.787T18 12.807q.79 0 1.544-.2T21 12.034v5.352q0 .666-.475 1.14t-1.14.475zm.703-9.741Q14 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.131M17.616 7h.769V4h-.77z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 17.077q.789 0 1.356.567T4.923 19H3zm0-3.385q2.214 0 3.76 1.545Q8.309 16.782 8.309 19h-1q0-1.767-1.261-3.018T3 14.692zm0-3.769q1.89 0 3.538.71T9.42 12.58t1.946 2.882t.71 3.538h-1q0-1.679-.636-3.145q-.635-1.467-1.732-2.564T6.145 11.56T3 10.923zM14.462 19q0-2.379-.9-4.462t-2.457-3.645T7.46 8.435T3 7.54v-.923q0-.667.475-1.141T4.615 5h7.166q-.073.244-.1.485q-.027.24-.046.515q-.193 2.766 1.684 4.787T18 12.807q.79 0 1.544-.2T21 12.034v5.352q0 .666-.475 1.14t-1.14.475zm.703-9.741Q14 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.131M17.616 7h.769V4h-.77z"/></svg> </template>
CSS
.icon-cast-warning {
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%22M3%2017.077q.789%200%201.356.567T4.923%2019H3zm0-3.385q2.214%200%203.76%201.545Q8.309%2016.782%208.309%2019h-1q0-1.767-1.261-3.018T3%2014.692zm0-3.769q1.89%200%203.538.71T9.42%2012.58t1.946%202.882t.71%203.538h-1q0-1.679-.636-3.145q-.635-1.467-1.732-2.564T6.145%2011.56T3%2010.923zM14.462%2019q0-2.379-.9-4.462t-2.457-3.645T7.46%208.435T3%207.54v-.923q0-.667.475-1.141T4.615%205h7.166q-.073.244-.1.485q-.027.24-.046.515q-.193%202.766%201.684%204.787T18%2012.807q.79%200%201.544-.2T21%2012.034v5.352q0%20.666-.475%201.14t-1.14.475zm.703-9.741Q14%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.131M17.616%207h.769V4h-.77z%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%22M3%2017.077q.789%200%201.356.567T4.923%2019H3zm0-3.385q2.214%200%203.76%201.545Q8.309%2016.782%208.309%2019h-1q0-1.767-1.261-3.018T3%2014.692zm0-3.769q1.89%200%203.538.71T9.42%2012.58t1.946%202.882t.71%203.538h-1q0-1.679-.636-3.145q-.635-1.467-1.732-2.564T6.145%2011.56T3%2010.923zM14.462%2019q0-2.379-.9-4.462t-2.457-3.645T7.46%208.435T3%207.54v-.923q0-.667.475-1.141T4.615%205h7.166q-.073.244-.1.485q-.027.24-.046.515q-.193%202.766%201.684%204.787T18%2012.807q.79%200%201.544-.2T21%2012.034v5.352q0%20.666-.475%201.14t-1.14.475zm.703-9.741Q14%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.131M17.616%207h.769V4h-.77z%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.svg?color=%231a73e8&size=48