Defendo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Defendo 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/324382.svg" alt="Defendo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324382.svg" alt="Defendo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324382.svg" alt="Defendo icon" :width="24" :height="24" />
CSS background
.icon-defendo {
background-image: url('https://proicons.com/icon/324382.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M15.24,43.49a9.66,9.66,0,0,1,2.41-11.93,9.5,9.5,0,0,1,12.09,0,9.66,9.66,0,0,1,2.4,11.93"/><path class="a" d="M20.66,29.89v-7"/><path class="a" d="M26.73,29.89V6.68"/><path class="a" d="M26.73,25h2.51l1.55-1.57V18.81"/><path class="a" d="M31.24,33.1l4.51-4.53V10.25"/><path class="a" d="M16.16,33.09,12.34,29.3l-.08-14.72"/><path class="a" d="M12.28,21.24h2.66l1.86-1.86V9.75"/><ellipse class="a" cx="16.8" cy="8.66" rx="1.08" ry="1.09"/><ellipse class="a" cx="12.26" cy="13.48" rx="1.08" ry="1.09"/><ellipse class="a" cx="20.68" cy="21.79" rx="1.08" ry="1.09"/><ellipse class="a" cx="26.73" cy="5.59" rx="1.08" ry="1.09"/><ellipse class="a" cx="35.74" cy="9.15" rx="1.08" ry="1.09"/><ellipse class="a" cx="30.78" cy="17.72" rx="1.08" ry="1.09"/></svg>
Copied!