warning diamond icon
warning-diamond from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- warning-diamond
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More organization icons from Carbon
Use the warning diamond icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 20a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M15 9h2v9h-2z"/><path fill="currentColor" d="M16 30a2.08 2.08 0 0 1-1.473-.61L2.609 17.474a2.085 2.085 0 0 1 0-2.946L14.527 2.609a2.085 2.085 0 0 1 2.946 0l11.918 11.918a2.085 2.085 0 0 1 0 2.946L17.473 29.39c-.406.407-.94.61-1.473.61m0-26a.08.08 0 0 0-.06.024L4.025 15.94a.084.084 0 0 0 0 .118L15.94 27.976a.084.084 0 0 0 .118 0L27.976 16.06a.084.084 0 0 0 0-.118L16.06 4.024a.08.08 0 0 0-.06-.025"/></svg>
React
import type { SVGProps } from "react";
export function CarbonWarningDiamond(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 20a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M15 9h2v9h-2z"/><path fill="currentColor" d="M16 30a2.08 2.08 0 0 1-1.473-.61L2.609 17.474a2.085 2.085 0 0 1 0-2.946L14.527 2.609a2.085 2.085 0 0 1 2.946 0l11.918 11.918a2.085 2.085 0 0 1 0 2.946L17.473 29.39c-.406.407-.94.61-1.473.61m0-26a.08.08 0 0 0-.06.024L4.025 15.94a.084.084 0 0 0 0 .118L15.94 27.976a.084.084 0 0 0 .118 0L27.976 16.06a.084.084 0 0 0 0-.118L16.06 4.024a.08.08 0 0 0-.06-.025"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 20a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M15 9h2v9h-2z"/><path fill="currentColor" d="M16 30a2.08 2.08 0 0 1-1.473-.61L2.609 17.474a2.085 2.085 0 0 1 0-2.946L14.527 2.609a2.085 2.085 0 0 1 2.946 0l11.918 11.918a2.085 2.085 0 0 1 0 2.946L17.473 29.39c-.406.407-.94.61-1.473.61m0-26a.08.08 0 0 0-.06.024L4.025 15.94a.084.084 0 0 0 0 .118L15.94 27.976a.084.084 0 0 0 .118 0L27.976 16.06a.084.084 0 0 0 0-.118L16.06 4.024a.08.08 0 0 0-.06-.025"/></svg> </template>
CSS
.icon-warning-diamond {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2020a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M15%209h2v9h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2030a2.08%202.08%200%200%201-1.473-.61L2.609%2017.474a2.085%202.085%200%200%201%200-2.946L14.527%202.609a2.085%202.085%200%200%201%202.946%200l11.918%2011.918a2.085%202.085%200%200%201%200%202.946L17.473%2029.39c-.406.407-.94.61-1.473.61m0-26a.08.08%200%200%200-.06.024L4.025%2015.94a.084.084%200%200%200%200%20.118L15.94%2027.976a.084.084%200%200%200%20.118%200L27.976%2016.06a.084.084%200%200%200%200-.118L16.06%204.024a.08.08%200%200%200-.06-.025%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2020a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M15%209h2v9h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2030a2.08%202.08%200%200%201-1.473-.61L2.609%2017.474a2.085%202.085%200%200%201%200-2.946L14.527%202.609a2.085%202.085%200%200%201%202.946%200l11.918%2011.918a2.085%202.085%200%200%201%200%202.946L17.473%2029.39c-.406.407-.94.61-1.473.61m0-26a.08.08%200%200%200-.06.024L4.025%2015.94a.084.084%200%200%200%200%20.118L15.94%2027.976a.084.084%200%200%200%20.118%200L27.976%2016.06a.084.084%200%200%200%200-.118L16.06%204.024a.08.08%200%200%200-.06-.025%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/warning-diamond.svg?color=%231a73e8&size=48