Microsoft Defender Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Microsoft Defender 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/329214.svg" alt="Microsoft Defender icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329214.svg" alt="Microsoft Defender icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329214.svg" alt="Microsoft Defender icon" :width="24" :height="24" />
CSS background
.icon-microsoft-defender {
background-image: url('https://proicons.com/icon/329214.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m41.5557,11.0214v10.4029c0,3.407-1.5435,6.7324-3.7521,9.719-4.1725,5.6281-10.7229,10.0264-13.8036,11.3566-3.0807-1.3302-9.6312-5.7285-13.8036-11.3566-2.2086-2.9866-3.7521-6.312-3.7521-9.719v-10.4029c0-.3576.2886-.6462.6525-.6462h2.8172c6.3057,0,6.4626-4.8752,14.086-4.8752s7.7802,4.8752,14.086,4.8752h2.8172c.3639,0,.6525.2886.6525.6462Z"/><line class="c" x1="24" y1="5.5" x2="24" y2="42.5"/><line class="c" x1="41.4114" y1="23.2251" x2="6.5886" y2="23.2251"/></svg>
Copied!