alert icon
alert-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.
- Name
- alert-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 alert icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M340 585c0-5.5 4.5-10 10-10h44c5.5 0 10 4.5 10 10v171h355V563c0-136.4-110.6-247-247-247S265 426.6 265 563v193h75z"/><path fill="currentColor" d="m216.9 310.5l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3l-67.9-67.9a8.03 8.03 0 0 0-11.3 0l-39.6 39.6a8.03 8.03 0 0 0 0 11.3l67.9 67.9c3.1 3.1 8.1 3.1 11.3 0m669.6-79.2l-39.6-39.6a8.03 8.03 0 0 0-11.3 0l-67.9 67.9a8.03 8.03 0 0 0 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l67.9-67.9c3.1-3.2 3.1-8.2 0-11.3M484 180h56c4.4 0 8-3.6 8-8V76c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v96c0 4.4 3.6 8 8 8m348 712H192c-17.7 0-32 14.3-32 32v24c0 4.4 3.6 8 8 8h688c4.4 0 8-3.6 8-8v-24c0-17.7-14.3-32-32-32m-639-96c0 17.7 14.3 32 32 32h574c17.7 0 32-14.3 32-32V563c0-176.2-142.8-319-319-319S193 386.8 193 563zm72-233c0-136.4 110.6-247 247-247s247 110.6 247 247v193H404V585c0-5.5-4.5-10-10-10h-44c-5.5 0-10 4.5-10 10v171h-75z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignAlertTwotone(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" fillOpacity=".15" d="M340 585c0-5.5 4.5-10 10-10h44c5.5 0 10 4.5 10 10v171h355V563c0-136.4-110.6-247-247-247S265 426.6 265 563v193h75z"/><path fill="currentColor" d="m216.9 310.5l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3l-67.9-67.9a8.03 8.03 0 0 0-11.3 0l-39.6 39.6a8.03 8.03 0 0 0 0 11.3l67.9 67.9c3.1 3.1 8.1 3.1 11.3 0m669.6-79.2l-39.6-39.6a8.03 8.03 0 0 0-11.3 0l-67.9 67.9a8.03 8.03 0 0 0 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l67.9-67.9c3.1-3.2 3.1-8.2 0-11.3M484 180h56c4.4 0 8-3.6 8-8V76c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v96c0 4.4 3.6 8 8 8m348 712H192c-17.7 0-32 14.3-32 32v24c0 4.4 3.6 8 8 8h688c4.4 0 8-3.6 8-8v-24c0-17.7-14.3-32-32-32m-639-96c0 17.7 14.3 32 32 32h574c17.7 0 32-14.3 32-32V563c0-176.2-142.8-319-319-319S193 386.8 193 563zm72-233c0-136.4 110.6-247 247-247s247 110.6 247 247v193H404V585c0-5.5-4.5-10-10-10h-44c-5.5 0-10 4.5-10 10v171h-75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M340 585c0-5.5 4.5-10 10-10h44c5.5 0 10 4.5 10 10v171h355V563c0-136.4-110.6-247-247-247S265 426.6 265 563v193h75z"/><path fill="currentColor" d="m216.9 310.5l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3l-67.9-67.9a8.03 8.03 0 0 0-11.3 0l-39.6 39.6a8.03 8.03 0 0 0 0 11.3l67.9 67.9c3.1 3.1 8.1 3.1 11.3 0m669.6-79.2l-39.6-39.6a8.03 8.03 0 0 0-11.3 0l-67.9 67.9a8.03 8.03 0 0 0 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l67.9-67.9c3.1-3.2 3.1-8.2 0-11.3M484 180h56c4.4 0 8-3.6 8-8V76c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v96c0 4.4 3.6 8 8 8m348 712H192c-17.7 0-32 14.3-32 32v24c0 4.4 3.6 8 8 8h688c4.4 0 8-3.6 8-8v-24c0-17.7-14.3-32-32-32m-639-96c0 17.7 14.3 32 32 32h574c17.7 0 32-14.3 32-32V563c0-176.2-142.8-319-319-319S193 386.8 193 563zm72-233c0-136.4 110.6-247 247-247s247 110.6 247 247v193H404V585c0-5.5-4.5-10-10-10h-44c-5.5 0-10 4.5-10 10v171h-75z"/></svg> </template>
CSS
.icon-alert-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%20fill-opacity%3D%22.15%22%20d%3D%22M340%20585c0-5.5%204.5-10%2010-10h44c5.5%200%2010%204.5%2010%2010v171h355V563c0-136.4-110.6-247-247-247S265%20426.6%20265%20563v193h75z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m216.9%20310.5l39.6-39.6c3.1-3.1%203.1-8.2%200-11.3l-67.9-67.9a8.03%208.03%200%200%200-11.3%200l-39.6%2039.6a8.03%208.03%200%200%200%200%2011.3l67.9%2067.9c3.1%203.1%208.1%203.1%2011.3%200m669.6-79.2l-39.6-39.6a8.03%208.03%200%200%200-11.3%200l-67.9%2067.9a8.03%208.03%200%200%200%200%2011.3l39.6%2039.6c3.1%203.1%208.2%203.1%2011.3%200l67.9-67.9c3.1-3.2%203.1-8.2%200-11.3M484%20180h56c4.4%200%208-3.6%208-8V76c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v96c0%204.4%203.6%208%208%208m348%20712H192c-17.7%200-32%2014.3-32%2032v24c0%204.4%203.6%208%208%208h688c4.4%200%208-3.6%208-8v-24c0-17.7-14.3-32-32-32m-639-96c0%2017.7%2014.3%2032%2032%2032h574c17.7%200%2032-14.3%2032-32V563c0-176.2-142.8-319-319-319S193%20386.8%20193%20563zm72-233c0-136.4%20110.6-247%20247-247s247%20110.6%20247%20247v193H404V585c0-5.5-4.5-10-10-10h-44c-5.5%200-10%204.5-10%2010v171h-75z%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%20fill-opacity%3D%22.15%22%20d%3D%22M340%20585c0-5.5%204.5-10%2010-10h44c5.5%200%2010%204.5%2010%2010v171h355V563c0-136.4-110.6-247-247-247S265%20426.6%20265%20563v193h75z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m216.9%20310.5l39.6-39.6c3.1-3.1%203.1-8.2%200-11.3l-67.9-67.9a8.03%208.03%200%200%200-11.3%200l-39.6%2039.6a8.03%208.03%200%200%200%200%2011.3l67.9%2067.9c3.1%203.1%208.1%203.1%2011.3%200m669.6-79.2l-39.6-39.6a8.03%208.03%200%200%200-11.3%200l-67.9%2067.9a8.03%208.03%200%200%200%200%2011.3l39.6%2039.6c3.1%203.1%208.2%203.1%2011.3%200l67.9-67.9c3.1-3.2%203.1-8.2%200-11.3M484%20180h56c4.4%200%208-3.6%208-8V76c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v96c0%204.4%203.6%208%208%208m348%20712H192c-17.7%200-32%2014.3-32%2032v24c0%204.4%203.6%208%208%208h688c4.4%200%208-3.6%208-8v-24c0-17.7-14.3-32-32-32m-639-96c0%2017.7%2014.3%2032%2032%2032h574c17.7%200%2032-14.3%2032-32V563c0-176.2-142.8-319-319-319S193%20386.8%20193%20563zm72-233c0-136.4%20110.6-247%20247-247s247%20110.6%20247%20247v193H404V585c0-5.5-4.5-10-10-10h-44c-5.5%200-10%204.5-10%2010v171h-75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/alert-twotone.svg?color=%231a73e8&size=48