Threat Management Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Threat Management icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/320852.svg" alt="Threat Management icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320852.svg" alt="Threat Management icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320852.svg" alt="Threat Management icon" :width="24" :height="24" />
CSS background
.icon-threat-management {
background-image: url('https://proicons.com/icon/320852.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="threat--management_00000047056433118834202880000012977818693691152782_" d="M14,16.385H8v-0.72h6V16.385z M24,15.665h-6 v0.72h6V15.665z M16.36,8.025h-0.72v6h0.72V8.025z M16.36,18.025h-0.72v6h0.72V18.025z M27.36,20.025V6.811L16,0.615L4.64,6.811 v13.214c0,6.264,5.096,11.36,11.36,11.36C22.264,31.386,27.36,26.289,27.36,20.025z M16,1.435l10.64,5.804v12.787 c0,5.867-4.772,10.64-10.64,10.64c-5.867,0-10.64-4.772-10.64-10.64V7.239L16,1.435z M14.121,21.425 c-1.624-0.581-2.939-1.897-3.521-3.521l-0.678,0.242c0.653,1.824,2.132,3.304,3.957,3.956L14.121,21.425z M22.078,18.146 L21.4,17.904c-0.582,1.624-1.898,2.939-3.521,3.521l0.242,0.678C19.944,21.45,21.424,19.972,22.078,18.146z M14.122,10.625 l-0.243-0.678c-1.824,0.653-3.303,2.132-3.956,3.956l0.678,0.243C11.182,12.522,12.498,11.206,14.122,10.625z M22.078,13.903 c-0.653-1.824-2.133-3.303-3.957-3.956l-0.242,0.678c1.623,0.581,2.939,1.897,3.521,3.521L22.078,13.903z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!