warning-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.

Name
warning-twotone
Set
Ant Design Icons
Style
TwoTone
Viewbox
1024×1024
License
MIT

2 other variants in Ant Design Icons

The same icon in other sets

Use the warning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48m-783.5-27.9L512 239.9l339.8 588.2z"/><path fill="currentColor" fill-opacity=".15" d="M172.2 828.1h679.6L512 239.9zM560 720a48.01 48.01 0 0 1-96 0a48.01 48.01 0 0 1 96 0m-16-304v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V416c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8"/><path fill="currentColor" d="M464 720a48 48 0 1 0 96 0a48 48 0 1 0-96 0m16-304v184c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V416c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignWarningTwotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48m-783.5-27.9L512 239.9l339.8 588.2z"/><path fill="currentColor" fillOpacity=".15" d="M172.2 828.1h679.6L512 239.9zM560 720a48.01 48.01 0 0 1-96 0a48.01 48.01 0 0 1 96 0m-16-304v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V416c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8"/><path fill="currentColor" d="M464 720a48 48 0 1 0 96 0a48 48 0 1 0-96 0m16-304v184c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V416c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48m-783.5-27.9L512 239.9l339.8 588.2z"/><path fill="currentColor" fill-opacity=".15" d="M172.2 828.1h679.6L512 239.9zM560 720a48.01 48.01 0 0 1-96 0a48.01 48.01 0 0 1 96 0m-16-304v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V416c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8"/><path fill="currentColor" d="M464 720a48 48 0 1 0 96 0a48 48 0 1 0-96 0m16-304v184c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V416c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8"/></svg>
</template>

CSS

.icon-warning-twotone {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m955.7%20856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6%205.3-27.7%2016l-416%20720C56%20877.4%2071.4%20904%2096%20904h832c24.6%200%2040-26.6%2027.7-48m-783.5-27.9L512%20239.9l339.8%20588.2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M172.2%20828.1h679.6L512%20239.9zM560%20720a48.01%2048.01%200%200%201-96%200a48.01%2048.01%200%200%201%2096%200m-16-304v184c0%204.4-3.6%208-8%208h-48c-4.4%200-8-3.6-8-8V416c0-4.4%203.6-8%208-8h48c4.4%200%208%203.6%208%208%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M464%20720a48%2048%200%201%200%2096%200a48%2048%200%201%200-96%200m16-304v184c0%204.4%203.6%208%208%208h48c4.4%200%208-3.6%208-8V416c0-4.4-3.6-8-8-8h-48c-4.4%200-8%203.6-8%208%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m955.7%20856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6%205.3-27.7%2016l-416%20720C56%20877.4%2071.4%20904%2096%20904h832c24.6%200%2040-26.6%2027.7-48m-783.5-27.9L512%20239.9l339.8%20588.2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M172.2%20828.1h679.6L512%20239.9zM560%20720a48.01%2048.01%200%200%201-96%200a48.01%2048.01%200%200%201%2096%200m-16-304v184c0%204.4-3.6%208-8%208h-48c-4.4%200-8-3.6-8-8V416c0-4.4%203.6-8%208-8h48c4.4%200%208%203.6%208%208%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M464%20720a48%2048%200%201%200%2096%200a48%2048%200%201%200-96%200m16-304v184c0%204.4%203.6%208%208%208h48c4.4%200%208-3.6%208-8V416c0-4.4-3.6-8-8-8h-48c-4.4%200-8%203.6-8%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/warning-twotone.svg?color=%231a73e8&size=48