cast warning icon
cast-warning-outline-rounded from Material Symbols by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- cast-warning-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
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="M20 20h-4.05q-.425 0-.712-.288T14.95 19t.288-.712t.712-.288H20v-4q0-.425.288-.712T21 13t.713.288T22 14v4q0 .825-.587 1.413T20 20M3 7.15q-.425 0-.712-.288T2 6.15V6q0-.825.588-1.412T4 4h6q.425 0 .713.288T11 5t-.288.713T10 6H4v.15q0 .425-.288.713T3 7.15m11.463 2.388Q13 8.075 13 6t1.463-3.537T18 1t3.538 1.463T23 6t-1.463 3.538T18 11t-3.537-1.463M18 9q.2 0 .35-.15t.15-.35t-.15-.35T18 8t-.35.15t-.15.35t.15.35T18 9m0-2q.2 0 .35-.15t.15-.35v-3q0-.2-.15-.35T18 3t-.35.15t-.15.35v3q0 .2.15.35T18 7M3.5 20q-.625 0-1.062-.437T2 18.5t.438-1.062T3.5 17t1.063.438T5 18.5t-.437 1.063T3.5 20M8 20q-.4 0-.7-.238t-.375-.637Q6.65 17.55 5.513 16.45T2.8 15.075q-.375-.05-.587-.362T2 14q0-.425.263-.712t.637-.238q2.35.3 4.025 1.975t2 4.025q.05.4-.225.675T8 20m4 0q-.425 0-.712-.275t-.338-.7q-.35-3.2-2.612-5.425t-5.463-2.55q-.4-.05-.638-.35T2 10q0-.425.263-.725t.637-.25q4.025.325 6.85 3.138t3.2 6.812q.05.425-.237.725T12 20"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCastWarningOutlineRounded(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="M20 20h-4.05q-.425 0-.712-.288T14.95 19t.288-.712t.712-.288H20v-4q0-.425.288-.712T21 13t.713.288T22 14v4q0 .825-.587 1.413T20 20M3 7.15q-.425 0-.712-.288T2 6.15V6q0-.825.588-1.412T4 4h6q.425 0 .713.288T11 5t-.288.713T10 6H4v.15q0 .425-.288.713T3 7.15m11.463 2.388Q13 8.075 13 6t1.463-3.537T18 1t3.538 1.463T23 6t-1.463 3.538T18 11t-3.537-1.463M18 9q.2 0 .35-.15t.15-.35t-.15-.35T18 8t-.35.15t-.15.35t.15.35T18 9m0-2q.2 0 .35-.15t.15-.35v-3q0-.2-.15-.35T18 3t-.35.15t-.15.35v3q0 .2.15.35T18 7M3.5 20q-.625 0-1.062-.437T2 18.5t.438-1.062T3.5 17t1.063.438T5 18.5t-.437 1.063T3.5 20M8 20q-.4 0-.7-.238t-.375-.637Q6.65 17.55 5.513 16.45T2.8 15.075q-.375-.05-.587-.362T2 14q0-.425.263-.712t.637-.238q2.35.3 4.025 1.975t2 4.025q.05.4-.225.675T8 20m4 0q-.425 0-.712-.275t-.338-.7q-.35-3.2-2.612-5.425t-5.463-2.55q-.4-.05-.638-.35T2 10q0-.425.263-.725t.637-.25q4.025.325 6.85 3.138t3.2 6.812q.05.425-.237.725T12 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 20h-4.05q-.425 0-.712-.288T14.95 19t.288-.712t.712-.288H20v-4q0-.425.288-.712T21 13t.713.288T22 14v4q0 .825-.587 1.413T20 20M3 7.15q-.425 0-.712-.288T2 6.15V6q0-.825.588-1.412T4 4h6q.425 0 .713.288T11 5t-.288.713T10 6H4v.15q0 .425-.288.713T3 7.15m11.463 2.388Q13 8.075 13 6t1.463-3.537T18 1t3.538 1.463T23 6t-1.463 3.538T18 11t-3.537-1.463M18 9q.2 0 .35-.15t.15-.35t-.15-.35T18 8t-.35.15t-.15.35t.15.35T18 9m0-2q.2 0 .35-.15t.15-.35v-3q0-.2-.15-.35T18 3t-.35.15t-.15.35v3q0 .2.15.35T18 7M3.5 20q-.625 0-1.062-.437T2 18.5t.438-1.062T3.5 17t1.063.438T5 18.5t-.437 1.063T3.5 20M8 20q-.4 0-.7-.238t-.375-.637Q6.65 17.55 5.513 16.45T2.8 15.075q-.375-.05-.587-.362T2 14q0-.425.263-.712t.637-.238q2.35.3 4.025 1.975t2 4.025q.05.4-.225.675T8 20m4 0q-.425 0-.712-.275t-.338-.7q-.35-3.2-2.612-5.425t-5.463-2.55q-.4-.05-.638-.35T2 10q0-.425.263-.725t.637-.25q4.025.325 6.85 3.138t3.2 6.812q.05.425-.237.725T12 20"/></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%22M20%2020h-4.05q-.425%200-.712-.288T14.95%2019t.288-.712t.712-.288H20v-4q0-.425.288-.712T21%2013t.713.288T22%2014v4q0%20.825-.587%201.413T20%2020M3%207.15q-.425%200-.712-.288T2%206.15V6q0-.825.588-1.412T4%204h6q.425%200%20.713.288T11%205t-.288.713T10%206H4v.15q0%20.425-.288.713T3%207.15m11.463%202.388Q13%208.075%2013%206t1.463-3.537T18%201t3.538%201.463T23%206t-1.463%203.538T18%2011t-3.537-1.463M18%209q.2%200%20.35-.15t.15-.35t-.15-.35T18%208t-.35.15t-.15.35t.15.35T18%209m0-2q.2%200%20.35-.15t.15-.35v-3q0-.2-.15-.35T18%203t-.35.15t-.15.35v3q0%20.2.15.35T18%207M3.5%2020q-.625%200-1.062-.437T2%2018.5t.438-1.062T3.5%2017t1.063.438T5%2018.5t-.437%201.063T3.5%2020M8%2020q-.4%200-.7-.238t-.375-.637Q6.65%2017.55%205.513%2016.45T2.8%2015.075q-.375-.05-.587-.362T2%2014q0-.425.263-.712t.637-.238q2.35.3%204.025%201.975t2%204.025q.05.4-.225.675T8%2020m4%200q-.425%200-.712-.275t-.338-.7q-.35-3.2-2.612-5.425t-5.463-2.55q-.4-.05-.638-.35T2%2010q0-.425.263-.725t.637-.25q4.025.325%206.85%203.138t3.2%206.812q.05.425-.237.725T12%2020%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%22M20%2020h-4.05q-.425%200-.712-.288T14.95%2019t.288-.712t.712-.288H20v-4q0-.425.288-.712T21%2013t.713.288T22%2014v4q0%20.825-.587%201.413T20%2020M3%207.15q-.425%200-.712-.288T2%206.15V6q0-.825.588-1.412T4%204h6q.425%200%20.713.288T11%205t-.288.713T10%206H4v.15q0%20.425-.288.713T3%207.15m11.463%202.388Q13%208.075%2013%206t1.463-3.537T18%201t3.538%201.463T23%206t-1.463%203.538T18%2011t-3.537-1.463M18%209q.2%200%20.35-.15t.15-.35t-.15-.35T18%208t-.35.15t-.15.35t.15.35T18%209m0-2q.2%200%20.35-.15t.15-.35v-3q0-.2-.15-.35T18%203t-.35.15t-.15.35v3q0%20.2.15.35T18%207M3.5%2020q-.625%200-1.062-.437T2%2018.5t.438-1.062T3.5%2017t1.063.438T5%2018.5t-.437%201.063T3.5%2020M8%2020q-.4%200-.7-.238t-.375-.637Q6.65%2017.55%205.513%2016.45T2.8%2015.075q-.375-.05-.587-.362T2%2014q0-.425.263-.712t.637-.238q2.35.3%204.025%201.975t2%204.025q.05.4-.225.675T8%2020m4%200q-.425%200-.712-.275t-.338-.7q-.35-3.2-2.612-5.425t-5.463-2.55q-.4-.05-.638-.35T2%2010q0-.425.263-.725t.637-.25q4.025.325%206.85%203.138t3.2%206.812q.05.425-.237.725T12%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/cast-warning-outline-rounded.svg?color=%231a73e8&size=48