avast from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
avast
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the avast logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.294 2.991a3.03 3.03 0 0 1 4.45 1.204l7.002 14.804A11.94 11.94 0 0 0 24 12.086C24.046 5.456 18.71.047 12.083 0C5.456-.046.047 5.29 0 11.917a11.94 11.94 0 0 0 2.222 7.034l.281-.061l4.57-1.008c.128-.029.196.145.083.213l-3.782 2.242A11.96 11.96 0 0 0 11.917 24a11.97 11.97 0 0 0 9.344-4.371L9.81 7.573a3.027 3.027 0 0 1 .484-4.582m2.15 13.609l-7.374.64a1.302 1.302 0 1 1 .187-2.567l7.203 1.698c.129.03.114.217-.017.229M9.03 10.116l8.94 7.232c.102.083.01.245-.113.198L7.104 13.471a1.96 1.96 0 1 1 1.926-3.355"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsAvast(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.294 2.991a3.03 3.03 0 0 1 4.45 1.204l7.002 14.804A11.94 11.94 0 0 0 24 12.086C24.046 5.456 18.71.047 12.083 0C5.456-.046.047 5.29 0 11.917a11.94 11.94 0 0 0 2.222 7.034l.281-.061l4.57-1.008c.128-.029.196.145.083.213l-3.782 2.242A11.96 11.96 0 0 0 11.917 24a11.97 11.97 0 0 0 9.344-4.371L9.81 7.573a3.027 3.027 0 0 1 .484-4.582m2.15 13.609l-7.374.64a1.302 1.302 0 1 1 .187-2.567l7.203 1.698c.129.03.114.217-.017.229M9.03 10.116l8.94 7.232c.102.083.01.245-.113.198L7.104 13.471a1.96 1.96 0 1 1 1.926-3.355"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.294 2.991a3.03 3.03 0 0 1 4.45 1.204l7.002 14.804A11.94 11.94 0 0 0 24 12.086C24.046 5.456 18.71.047 12.083 0C5.456-.046.047 5.29 0 11.917a11.94 11.94 0 0 0 2.222 7.034l.281-.061l4.57-1.008c.128-.029.196.145.083.213l-3.782 2.242A11.96 11.96 0 0 0 11.917 24a11.97 11.97 0 0 0 9.344-4.371L9.81 7.573a3.027 3.027 0 0 1 .484-4.582m2.15 13.609l-7.374.64a1.302 1.302 0 1 1 .187-2.567l7.203 1.698c.129.03.114.217-.017.229M9.03 10.116l8.94 7.232c.102.083.01.245-.113.198L7.104 13.471a1.96 1.96 0 1 1 1.926-3.355"/></svg>
</template>

CSS

.icon-avast {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.294%202.991a3.03%203.03%200%200%201%204.45%201.204l7.002%2014.804A11.94%2011.94%200%200%200%2024%2012.086C24.046%205.456%2018.71.047%2012.083%200C5.456-.046.047%205.29%200%2011.917a11.94%2011.94%200%200%200%202.222%207.034l.281-.061l4.57-1.008c.128-.029.196.145.083.213l-3.782%202.242A11.96%2011.96%200%200%200%2011.917%2024a11.97%2011.97%200%200%200%209.344-4.371L9.81%207.573a3.027%203.027%200%200%201%20.484-4.582m2.15%2013.609l-7.374.64a1.302%201.302%200%201%201%20.187-2.567l7.203%201.698c.129.03.114.217-.017.229M9.03%2010.116l8.94%207.232c.102.083.01.245-.113.198L7.104%2013.471a1.96%201.96%200%201%201%201.926-3.355%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.294%202.991a3.03%203.03%200%200%201%204.45%201.204l7.002%2014.804A11.94%2011.94%200%200%200%2024%2012.086C24.046%205.456%2018.71.047%2012.083%200C5.456-.046.047%205.29%200%2011.917a11.94%2011.94%200%200%200%202.222%207.034l.281-.061l4.57-1.008c.128-.029.196.145.083.213l-3.782%202.242A11.96%2011.96%200%200%200%2011.917%2024a11.97%2011.97%200%200%200%209.344-4.371L9.81%207.573a3.027%203.027%200%200%201%20.484-4.582m2.15%2013.609l-7.374.64a1.302%201.302%200%201%201%20.187-2.567l7.203%201.698c.129.03.114.217-.017.229M9.03%2010.116l8.94%207.232c.102.083.01.245-.113.198L7.104%2013.471a1.96%201.96%200%201%201%201.926-3.355%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/avast.svg?color=%231a73e8&size=48