Dfndr Security Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dfndr Security 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/324467.svg" alt="Dfndr Security icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324467.svg" alt="Dfndr Security icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324467.svg" alt="Dfndr Security icon" :width="24" :height="24" />
CSS background
.icon-dfndr-security {
background-image: url('https://proicons.com/icon/324467.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="M24,42.5c12.491-7.5665,18.3802-20.2781,18.3802-32.1575,0,0-6.0532-4.8425-18.3802-4.8425S5.6198,10.3425,5.6198,10.3425c0,11.8793,5.8892,24.591,18.3802,32.1575Z"/><path class="c" d="M18.5891,38.5681c1.2009-1.6732,3.1845-2.7662,5.4109-2.7662.7961,0,1.5518.1349,2.2534.3913,1.2819.4588,2.3884,1.2954,3.1575,2.3749"/><path class="c" d="M8.4015,24.3864c4.183-3.6298,9.6344-5.8022,15.5985-5.8022,2.7122,0,5.3299.4453,7.7588,1.2954"/><path class="c" d="M13.0568,32.6174c2.6852-2.9956,6.5983-4.8712,10.9432-4.8712,1.6867,0,3.3194.2834,4.8307.8096"/><line class="c" x1="31.755" y1="19.8763" x2="26.2566" y2="36.1984"/></svg>
Copied!