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

Name
cast-warning-rounded
Set
Material Symbols Light
Style
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="M18 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 7m0 5.808q.533 0 1.043-.092q.51-.093 1.007-.258q.348-.123.649.066t.301.557v4.304q0 .67-.472 1.143q-.472.472-1.143.472h-4.252q-.292 0-.482-.205t-.215-.497q-.111-2.067-.943-3.89t-2.18-3.249q-1.35-1.426-3.131-2.346t-3.8-1.175q-.592-.075-.987-.435T3 6.269t.405-.921T4.402 5h6.575q.31 0 .517.241q.208.242.152.557q-.006.046-.009.098L11.636 6q-.193 2.766 1.684 4.787t4.68 2.02M15.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.164M3.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 MaterialSymbolsLightCastWarningRounded(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="M18 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 7m0 5.808q.533 0 1.043-.092q.51-.093 1.007-.258q.348-.123.649.066t.301.557v4.304q0 .67-.472 1.143q-.472.472-1.143.472h-4.252q-.292 0-.482-.205t-.215-.497q-.111-2.067-.943-3.89t-2.18-3.249q-1.35-1.426-3.131-2.346t-3.8-1.175q-.592-.075-.987-.435T3 6.269t.405-.921T4.402 5h6.575q.31 0 .517.241q.208.242.152.557q-.006.046-.009.098L11.636 6q-.193 2.766 1.684 4.787t4.68 2.02M15.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.164M3.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="M18 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 7m0 5.808q.533 0 1.043-.092q.51-.093 1.007-.258q.348-.123.649.066t.301.557v4.304q0 .67-.472 1.143q-.472.472-1.143.472h-4.252q-.292 0-.482-.205t-.215-.497q-.111-2.067-.943-3.89t-2.18-3.249q-1.35-1.426-3.131-2.346t-3.8-1.175q-.592-.075-.987-.435T3 6.269t.405-.921T4.402 5h6.575q.31 0 .517.241q.208.242.152.557q-.006.046-.009.098L11.636 6q-.193 2.766 1.684 4.787t4.68 2.02M15.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.164M3.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-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%22M18%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%207m0%205.808q.533%200%201.043-.092q.51-.093%201.007-.258q.348-.123.649.066t.301.557v4.304q0%20.67-.472%201.143q-.472.472-1.143.472h-4.252q-.292%200-.482-.205t-.215-.497q-.111-2.067-.943-3.89t-2.18-3.249q-1.35-1.426-3.131-2.346t-3.8-1.175q-.592-.075-.987-.435T3%206.269t.405-.921T4.402%205h6.575q.31%200%20.517.241q.208.242.152.557q-.006.046-.009.098L11.636%206q-.193%202.766%201.684%204.787t4.68%202.02M15.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.164M3.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%22M18%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%207m0%205.808q.533%200%201.043-.092q.51-.093%201.007-.258q.348-.123.649.066t.301.557v4.304q0%20.67-.472%201.143q-.472.472-1.143.472h-4.252q-.292%200-.482-.205t-.215-.497q-.111-2.067-.943-3.89t-2.18-3.249q-1.35-1.426-3.131-2.346t-3.8-1.175q-.592-.075-.987-.435T3%206.269t.405-.921T4.402%205h6.575q.31%200%20.517.241q.208.242.152.557q-.006.046-.009.098L11.636%206q-.193%202.766%201.684%204.787t4.68%202.02M15.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.164M3.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-rounded.svg?color=%231a73e8&size=48