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

Name
warning-off-outline-rounded
Set
Material Symbols Light
Style
Outline 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 warning off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.566 17.434q-.182-.182-.182-.434t.182-.434t.434-.181t.434.181t.182.434t-.182.434t-.434.181t-.434-.181m-.066-2.55v-3.39l1 1v2.39q0 .214-.143.357t-.357.144t-.357-.144t-.143-.356m.897-9.984q.18.093.305.31l4.546 7.841q.116.214.043.39t-.245.262t-.36.048t-.328-.256L12 6l-.852 1.458q-.134.213-.32.237t-.357-.06t-.244-.274t.062-.403l1.009-1.747q.13-.217.308-.31T12 4.808t.397.093M4.45 19h13.129l-8.31-8.31zm15.479 2.344L18.579 20H4.129q-.46 0-.696-.404q-.237-.404 0-.807L8.55 9.97L2.625 4.046Q2.479 3.9 2.472 3.7t.159-.366t.357-.166t.356.166l17.298 17.304q.146.146.156.344t-.156.363t-.357.165q-.19 0-.356-.165m-6.31-10.55"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWarningOffOutlineRounded(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="M11.566 17.434q-.182-.182-.182-.434t.182-.434t.434-.181t.434.181t.182.434t-.182.434t-.434.181t-.434-.181m-.066-2.55v-3.39l1 1v2.39q0 .214-.143.357t-.357.144t-.357-.144t-.143-.356m.897-9.984q.18.093.305.31l4.546 7.841q.116.214.043.39t-.245.262t-.36.048t-.328-.256L12 6l-.852 1.458q-.134.213-.32.237t-.357-.06t-.244-.274t.062-.403l1.009-1.747q.13-.217.308-.31T12 4.808t.397.093M4.45 19h13.129l-8.31-8.31zm15.479 2.344L18.579 20H4.129q-.46 0-.696-.404q-.237-.404 0-.807L8.55 9.97L2.625 4.046Q2.479 3.9 2.472 3.7t.159-.366t.357-.166t.356.166l17.298 17.304q.146.146.156.344t-.156.363t-.357.165q-.19 0-.356-.165m-6.31-10.55"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.566 17.434q-.182-.182-.182-.434t.182-.434t.434-.181t.434.181t.182.434t-.182.434t-.434.181t-.434-.181m-.066-2.55v-3.39l1 1v2.39q0 .214-.143.357t-.357.144t-.357-.144t-.143-.356m.897-9.984q.18.093.305.31l4.546 7.841q.116.214.043.39t-.245.262t-.36.048t-.328-.256L12 6l-.852 1.458q-.134.213-.32.237t-.357-.06t-.244-.274t.062-.403l1.009-1.747q.13-.217.308-.31T12 4.808t.397.093M4.45 19h13.129l-8.31-8.31zm15.479 2.344L18.579 20H4.129q-.46 0-.696-.404q-.237-.404 0-.807L8.55 9.97L2.625 4.046Q2.479 3.9 2.472 3.7t.159-.366t.357-.166t.356.166l17.298 17.304q.146.146.156.344t-.156.363t-.357.165q-.19 0-.356-.165m-6.31-10.55"/></svg>
</template>

CSS

.icon-warning-off-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%22M11.566%2017.434q-.182-.182-.182-.434t.182-.434t.434-.181t.434.181t.182.434t-.182.434t-.434.181t-.434-.181m-.066-2.55v-3.39l1%201v2.39q0%20.214-.143.357t-.357.144t-.357-.144t-.143-.356m.897-9.984q.18.093.305.31l4.546%207.841q.116.214.043.39t-.245.262t-.36.048t-.328-.256L12%206l-.852%201.458q-.134.213-.32.237t-.357-.06t-.244-.274t.062-.403l1.009-1.747q.13-.217.308-.31T12%204.808t.397.093M4.45%2019h13.129l-8.31-8.31zm15.479%202.344L18.579%2020H4.129q-.46%200-.696-.404q-.237-.404%200-.807L8.55%209.97L2.625%204.046Q2.479%203.9%202.472%203.7t.159-.366t.357-.166t.356.166l17.298%2017.304q.146.146.156.344t-.156.363t-.357.165q-.19%200-.356-.165m-6.31-10.55%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%22M11.566%2017.434q-.182-.182-.182-.434t.182-.434t.434-.181t.434.181t.182.434t-.182.434t-.434.181t-.434-.181m-.066-2.55v-3.39l1%201v2.39q0%20.214-.143.357t-.357.144t-.357-.144t-.143-.356m.897-9.984q.18.093.305.31l4.546%207.841q.116.214.043.39t-.245.262t-.36.048t-.328-.256L12%206l-.852%201.458q-.134.213-.32.237t-.357-.06t-.244-.274t.062-.403l1.009-1.747q.13-.217.308-.31T12%204.808t.397.093M4.45%2019h13.129l-8.31-8.31zm15.479%202.344L18.579%2020H4.129q-.46%200-.696-.404q-.237-.404%200-.807L8.55%209.97L2.625%204.046Q2.479%203.9%202.472%203.7t.159-.366t.357-.166t.356.166l17.298%2017.304q.146.146.156.344t-.156.363t-.357.165q-.19%200-.356-.165m-6.31-10.55%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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