threat intelligence icon
threat-intelligence from Material Symbols by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- threat-intelligence
- Set
- Material Symbols
- Style
- Regular
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- threat-intelligence-outline, threat-intelligence-outline-rounded, threat-intelligence-outline-sharp, threat-intelligence-rounded, threat-intelligence-sharp
The same icon in other sets
More communicate icons from Material Symbols
Use the threat intelligence icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.25 22q-.275 0-.513-.137t-.362-.363t-.125-.5t.15-.525l4.25-7q.15-.25.375-.375t.475-.125t.475.125t.375.375l4.25 7q.15.25.15.525t-.125.5t-.35.363t-.525.137zm4.6-1.15q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15M8.075 20q-.275 0-.512-.137t-.363-.388L5.25 16H6.7l1 2H10v-1H8.3l-1-2H4.7l-1.425-2.5q-.05-.125-.087-.25T3.15 12q0-.1.125-.5L4.7 9h2.6l1-2H10V6H7.7l-1 2H5.25L7.2 4.525q.125-.25.362-.387T8.076 4H10.5q.425 0 .713.288T11.5 5v4H10l-1 1h2.5v3H9.3l-1-2H6l-1 1h2.7l1 2h2.8v4.1l-.825 1.35q-.075.125-.125.263t-.1.287zM17 19h1v-3h-1zm-4.5-2.55V10H15l-1-1h-1.5V5q0-.425.288-.712T13.5 4h2.425q.275 0 .513.138t.362.387L18.75 8H17.3l-1-2H14v1h1.7l1 2h2.6l1.425 2.5q.075.125.1.25t.025.25q0 .025-.125.5l-.3.525l-.375-.575q-.425-.675-1.088-1.075t-1.462-.4t-1.463.4t-1.087 1.075z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsThreatIntelligence(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="M13.25 22q-.275 0-.513-.137t-.362-.363t-.125-.5t.15-.525l4.25-7q.15-.25.375-.375t.475-.125t.475.125t.375.375l4.25 7q.15.25.15.525t-.125.5t-.35.363t-.525.137zm4.6-1.15q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15M8.075 20q-.275 0-.512-.137t-.363-.388L5.25 16H6.7l1 2H10v-1H8.3l-1-2H4.7l-1.425-2.5q-.05-.125-.087-.25T3.15 12q0-.1.125-.5L4.7 9h2.6l1-2H10V6H7.7l-1 2H5.25L7.2 4.525q.125-.25.362-.387T8.076 4H10.5q.425 0 .713.288T11.5 5v4H10l-1 1h2.5v3H9.3l-1-2H6l-1 1h2.7l1 2h2.8v4.1l-.825 1.35q-.075.125-.125.263t-.1.287zM17 19h1v-3h-1zm-4.5-2.55V10H15l-1-1h-1.5V5q0-.425.288-.712T13.5 4h2.425q.275 0 .513.138t.362.387L18.75 8H17.3l-1-2H14v1h1.7l1 2h2.6l1.425 2.5q.075.125.1.25t.025.25q0 .025-.125.5l-.3.525l-.375-.575q-.425-.675-1.088-1.075t-1.462-.4t-1.463.4t-1.087 1.075z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.25 22q-.275 0-.513-.137t-.362-.363t-.125-.5t.15-.525l4.25-7q.15-.25.375-.375t.475-.125t.475.125t.375.375l4.25 7q.15.25.15.525t-.125.5t-.35.363t-.525.137zm4.6-1.15q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15M8.075 20q-.275 0-.512-.137t-.363-.388L5.25 16H6.7l1 2H10v-1H8.3l-1-2H4.7l-1.425-2.5q-.05-.125-.087-.25T3.15 12q0-.1.125-.5L4.7 9h2.6l1-2H10V6H7.7l-1 2H5.25L7.2 4.525q.125-.25.362-.387T8.076 4H10.5q.425 0 .713.288T11.5 5v4H10l-1 1h2.5v3H9.3l-1-2H6l-1 1h2.7l1 2h2.8v4.1l-.825 1.35q-.075.125-.125.263t-.1.287zM17 19h1v-3h-1zm-4.5-2.55V10H15l-1-1h-1.5V5q0-.425.288-.712T13.5 4h2.425q.275 0 .513.138t.362.387L18.75 8H17.3l-1-2H14v1h1.7l1 2h2.6l1.425 2.5q.075.125.1.25t.025.25q0 .025-.125.5l-.3.525l-.375-.575q-.425-.675-1.088-1.075t-1.462-.4t-1.463.4t-1.087 1.075z"/></svg> </template>
CSS
.icon-threat-intelligence {
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%22M13.25%2022q-.275%200-.513-.137t-.362-.363t-.125-.5t.15-.525l4.25-7q.15-.25.375-.375t.475-.125t.475.125t.375.375l4.25%207q.15.25.15.525t-.125.5t-.35.363t-.525.137zm4.6-1.15q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15M8.075%2020q-.275%200-.512-.137t-.363-.388L5.25%2016H6.7l1%202H10v-1H8.3l-1-2H4.7l-1.425-2.5q-.05-.125-.087-.25T3.15%2012q0-.1.125-.5L4.7%209h2.6l1-2H10V6H7.7l-1%202H5.25L7.2%204.525q.125-.25.362-.387T8.076%204H10.5q.425%200%20.713.288T11.5%205v4H10l-1%201h2.5v3H9.3l-1-2H6l-1%201h2.7l1%202h2.8v4.1l-.825%201.35q-.075.125-.125.263t-.1.287zM17%2019h1v-3h-1zm-4.5-2.55V10H15l-1-1h-1.5V5q0-.425.288-.712T13.5%204h2.425q.275%200%20.513.138t.362.387L18.75%208H17.3l-1-2H14v1h1.7l1%202h2.6l1.425%202.5q.075.125.1.25t.025.25q0%20.025-.125.5l-.3.525l-.375-.575q-.425-.675-1.088-1.075t-1.462-.4t-1.463.4t-1.087%201.075z%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%22M13.25%2022q-.275%200-.513-.137t-.362-.363t-.125-.5t.15-.525l4.25-7q.15-.25.375-.375t.475-.125t.475.125t.375.375l4.25%207q.15.25.15.525t-.125.5t-.35.363t-.525.137zm4.6-1.15q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15M8.075%2020q-.275%200-.512-.137t-.363-.388L5.25%2016H6.7l1%202H10v-1H8.3l-1-2H4.7l-1.425-2.5q-.05-.125-.087-.25T3.15%2012q0-.1.125-.5L4.7%209h2.6l1-2H10V6H7.7l-1%202H5.25L7.2%204.525q.125-.25.362-.387T8.076%204H10.5q.425%200%20.713.288T11.5%205v4H10l-1%201h2.5v3H9.3l-1-2H6l-1%201h2.7l1%202h2.8v4.1l-.825%201.35q-.075.125-.125.263t-.1.287zM17%2019h1v-3h-1zm-4.5-2.55V10H15l-1-1h-1.5V5q0-.425.288-.712T13.5%204h2.425q.275%200%20.513.138t.362.387L18.75%208H17.3l-1-2H14v1h1.7l1%202h2.6l1.425%202.5q.075.125.1.25t.025.25q0%20.025-.125.5l-.3.525l-.375-.575q-.425-.675-1.088-1.075t-1.462-.4t-1.463.4t-1.087%201.075z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/threat-intelligence.svg?color=%231a73e8&size=48