Avast Mobile Security Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Avast Mobile 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/322246.svg" alt="Avast Mobile Security icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322246.svg" alt="Avast Mobile Security icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322246.svg" alt="Avast Mobile Security icon" :width="24" :height="24" />
CSS background
.icon-avast-mobile-security {
background-image: url('https://proicons.com/icon/322246.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M40.6,37.7c-6.2-6.6-14.4-14.5-20.6-21-1.1-1.1-1.6-2.5-1.6-4,.1-2.4,2-4.7,4.4-5,2.5-.4,4.7,.8,5.8,3.2,4,8.4,9,17,13,25.4"/><path class="b" d="M15.3,26.9c-1.5-.6-2.4-2-2.3-3.5s1.2-2.9,2.8-3.2c0,0,.4-.1,.6-.1,.8,0,1.6,.3,2.2,.8l15.6,12.9-18.9-6.9Z"/><path class="b" d="M11.5,33.4c-1.2,.1-2.3-.8-2.4-2-.2-1.3,.6-2.4,1.9-2.6,.4-.1,.9,0,1.3,.1,4,.9,8.8,2.3,12.7,3.2l-13.5,1.3Z"/><polyline class="b" points="6.4 36.4 15.5 34.6 8.6 39"/></svg>
Copied!