warn triangle filled icon
warn-triangle-filled from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.
- Name
- warn-triangle-filled
- Set
- Element Plus
- Style
- Outline
- Viewbox
- 1024×1024
- License
- MIT
Use the warn triangle filled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M929 755.8L574.6 203.3a74 74 0 0 0-62.6-32.6a74 74 0 0 0-62.6 32.6L95 755.8a59 59 0 0 0 0 65a74 74 0 0 0 62.6 32.6h708.8c25.8 0 49.7-12.4 62.6-32.5s12.9-45 0-65M554.7 768h-85.4v-85.3h85.4zm0-426.7V640h-85.4V341.3z"/></svg>
React
import type { SVGProps } from "react";
export function EpWarnTriangleFilled(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="M929 755.8L574.6 203.3a74 74 0 0 0-62.6-32.6a74 74 0 0 0-62.6 32.6L95 755.8a59 59 0 0 0 0 65a74 74 0 0 0 62.6 32.6h708.8c25.8 0 49.7-12.4 62.6-32.5s12.9-45 0-65M554.7 768h-85.4v-85.3h85.4zm0-426.7V640h-85.4V341.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M929 755.8L574.6 203.3a74 74 0 0 0-62.6-32.6a74 74 0 0 0-62.6 32.6L95 755.8a59 59 0 0 0 0 65a74 74 0 0 0 62.6 32.6h708.8c25.8 0 49.7-12.4 62.6-32.5s12.9-45 0-65M554.7 768h-85.4v-85.3h85.4zm0-426.7V640h-85.4V341.3z"/></svg> </template>
CSS
.icon-warn-triangle-filled {
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%22M929%20755.8L574.6%20203.3a74%2074%200%200%200-62.6-32.6a74%2074%200%200%200-62.6%2032.6L95%20755.8a59%2059%200%200%200%200%2065a74%2074%200%200%200%2062.6%2032.6h708.8c25.8%200%2049.7-12.4%2062.6-32.5s12.9-45%200-65M554.7%20768h-85.4v-85.3h85.4zm0-426.7V640h-85.4V341.3z%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%22M929%20755.8L574.6%20203.3a74%2074%200%200%200-62.6-32.6a74%2074%200%200%200-62.6%2032.6L95%20755.8a59%2059%200%200%200%200%2065a74%2074%200%200%200%2062.6%2032.6h708.8c25.8%200%2049.7-12.4%2062.6-32.5s12.9-45%200-65M554.7%20768h-85.4v-85.3h85.4zm0-426.7V640h-85.4V341.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/warn-triangle-filled.svg?color=%231a73e8&size=48