Avira Security Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Avira 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/336819.svg" alt="Avira Security icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336819.svg" alt="Avira Security icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336819.svg" alt="Avira Security icon" :width="24" :height="24" />
CSS background
.icon-avira-security {
background-image: url('https://proicons.com/icon/336819.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m38.7011,13.0958c-7.5952-7.5952-19.9095-7.5952-27.5047,0-7.5952,7.5952-7.5952,19.9095,0,27.5047l27.5047-27.5047Z"/><path class="b" d="m24.9488,26.8482l11.0662,11.0662c1.4836,1.4836,3.8889,1.4836,5.3724,0h0c1.4836-1.4836,1.4836-3.8889,0-5.3724l-1.4395-1.4395"/></svg>
Copied!