dangerous-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
dangerous-rounded
Set
Material Symbols Light
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the dangerous icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.344 20q-.323 0-.628-.13q-.304-.132-.522-.349L4.48 15.806q-.217-.217-.348-.522T4 14.656V9.344q0-.323.13-.628q.132-.304.349-.522L8.194 4.48q.217-.218.522-.348Q9.021 4 9.344 4h5.312q.323 0 .628.13q.305.132.522.349l3.715 3.715q.218.217.348.522q.131.305.131.628v5.312q0 .323-.13.628q-.132.305-.349.522l-3.715 3.715q-.217.218-.522.348q-.305.131-.628.131zM12 12.708l2.496 2.496q.14.14.344.15t.364-.15t.16-.354t-.16-.354L12.708 12l2.496-2.496q.14-.14.15-.344t-.15-.364t-.354-.16t-.354.16L12 11.292L9.504 8.796q-.14-.14-.344-.15t-.364.15t-.16.354t.16.354L11.292 12l-2.496 2.496q-.14.14-.15.344t.15.364t.354.16t.354-.16z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDangerousRounded(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="M9.344 20q-.323 0-.628-.13q-.304-.132-.522-.349L4.48 15.806q-.217-.217-.348-.522T4 14.656V9.344q0-.323.13-.628q.132-.304.349-.522L8.194 4.48q.217-.218.522-.348Q9.021 4 9.344 4h5.312q.323 0 .628.13q.305.132.522.349l3.715 3.715q.218.217.348.522q.131.305.131.628v5.312q0 .323-.13.628q-.132.305-.349.522l-3.715 3.715q-.217.218-.522.348q-.305.131-.628.131zM12 12.708l2.496 2.496q.14.14.344.15t.364-.15t.16-.354t-.16-.354L12.708 12l2.496-2.496q.14-.14.15-.344t-.15-.364t-.354-.16t-.354.16L12 11.292L9.504 8.796q-.14-.14-.344-.15t-.364.15t-.16.354t.16.354L11.292 12l-2.496 2.496q-.14.14-.15.344t.15.364t.354.16t.354-.16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.344 20q-.323 0-.628-.13q-.304-.132-.522-.349L4.48 15.806q-.217-.217-.348-.522T4 14.656V9.344q0-.323.13-.628q.132-.304.349-.522L8.194 4.48q.217-.218.522-.348Q9.021 4 9.344 4h5.312q.323 0 .628.13q.305.132.522.349l3.715 3.715q.218.217.348.522q.131.305.131.628v5.312q0 .323-.13.628q-.132.305-.349.522l-3.715 3.715q-.217.218-.522.348q-.305.131-.628.131zM12 12.708l2.496 2.496q.14.14.344.15t.364-.15t.16-.354t-.16-.354L12.708 12l2.496-2.496q.14-.14.15-.344t-.15-.364t-.354-.16t-.354.16L12 11.292L9.504 8.796q-.14-.14-.344-.15t-.364.15t-.16.354t.16.354L11.292 12l-2.496 2.496q-.14.14-.15.344t.15.364t.354.16t.354-.16z"/></svg>
</template>

CSS

.icon-dangerous-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%22M9.344%2020q-.323%200-.628-.13q-.304-.132-.522-.349L4.48%2015.806q-.217-.217-.348-.522T4%2014.656V9.344q0-.323.13-.628q.132-.304.349-.522L8.194%204.48q.217-.218.522-.348Q9.021%204%209.344%204h5.312q.323%200%20.628.13q.305.132.522.349l3.715%203.715q.218.217.348.522q.131.305.131.628v5.312q0%20.323-.13.628q-.132.305-.349.522l-3.715%203.715q-.217.218-.522.348q-.305.131-.628.131zM12%2012.708l2.496%202.496q.14.14.344.15t.364-.15t.16-.354t-.16-.354L12.708%2012l2.496-2.496q.14-.14.15-.344t-.15-.364t-.354-.16t-.354.16L12%2011.292L9.504%208.796q-.14-.14-.344-.15t-.364.15t-.16.354t.16.354L11.292%2012l-2.496%202.496q-.14.14-.15.344t.15.364t.354.16t.354-.16z%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%22M9.344%2020q-.323%200-.628-.13q-.304-.132-.522-.349L4.48%2015.806q-.217-.217-.348-.522T4%2014.656V9.344q0-.323.13-.628q.132-.304.349-.522L8.194%204.48q.217-.218.522-.348Q9.021%204%209.344%204h5.312q.323%200%20.628.13q.305.132.522.349l3.715%203.715q.218.217.348.522q.131.305.131.628v5.312q0%20.323-.13.628q-.132.305-.349.522l-3.715%203.715q-.217.218-.522.348q-.305.131-.628.131zM12%2012.708l2.496%202.496q.14.14.344.15t.364-.15t.16-.354t-.16-.354L12.708%2012l2.496-2.496q.14-.14.15-.344t-.15-.364t-.354-.16t-.354.16L12%2011.292L9.504%208.796q-.14-.14-.344-.15t-.364.15t-.16.354t.16.354L11.292%2012l-2.496%202.496q-.14.14-.15.344t.15.364t.354.16t.354-.16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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