incognito circle icon

incognito-circle from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
incognito-circle
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
anonymous-circle, spy-circle

Related icons in Material Design Icons

Use the incognito circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12S6.5 2 12 2m2.92 10.81c-1.08 0-1.97.75-2.21 1.75c-.54-.23-1.05-.17-1.42-.01c-.24-1-1.14-1.74-2.21-1.74c-1.25 0-2.26 1.01-2.26 2.26s1.01 2.26 2.26 2.26c1.2 0 2.16-.91 2.25-2.08c.2-.13.71-.39 1.34.01a2.258 2.258 0 0 0 4.51-.19c0-1.25-1.01-2.26-2.26-2.26m-5.84.64c.92 0 1.62.73 1.62 1.62s-.7 1.62-1.62 1.62c-.89 0-1.62-.73-1.62-1.62s.73-1.62 1.62-1.62m5.84 0c.89 0 1.62.73 1.62 1.62s-.73 1.62-1.62 1.62c-.92 0-1.62-.73-1.62-1.62s.7-1.62 1.62-1.62m2.91-1.95H6.17v.67h11.66zm-3.68-4.61a.67.67 0 0 0-.8-.36L12 7l-1.35-.47l-.04-.03a.67.67 0 0 0-.77.42l-1.48 3.91h7.28l-1.48-3.91z"/></svg>

React

import type { SVGProps } from "react";

export function MdiIncognitoCircle(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="M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12S6.5 2 12 2m2.92 10.81c-1.08 0-1.97.75-2.21 1.75c-.54-.23-1.05-.17-1.42-.01c-.24-1-1.14-1.74-2.21-1.74c-1.25 0-2.26 1.01-2.26 2.26s1.01 2.26 2.26 2.26c1.2 0 2.16-.91 2.25-2.08c.2-.13.71-.39 1.34.01a2.258 2.258 0 0 0 4.51-.19c0-1.25-1.01-2.26-2.26-2.26m-5.84.64c.92 0 1.62.73 1.62 1.62s-.7 1.62-1.62 1.62c-.89 0-1.62-.73-1.62-1.62s.73-1.62 1.62-1.62m5.84 0c.89 0 1.62.73 1.62 1.62s-.73 1.62-1.62 1.62c-.92 0-1.62-.73-1.62-1.62s.7-1.62 1.62-1.62m2.91-1.95H6.17v.67h11.66zm-3.68-4.61a.67.67 0 0 0-.8-.36L12 7l-1.35-.47l-.04-.03a.67.67 0 0 0-.77.42l-1.48 3.91h7.28l-1.48-3.91z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12S6.5 2 12 2m2.92 10.81c-1.08 0-1.97.75-2.21 1.75c-.54-.23-1.05-.17-1.42-.01c-.24-1-1.14-1.74-2.21-1.74c-1.25 0-2.26 1.01-2.26 2.26s1.01 2.26 2.26 2.26c1.2 0 2.16-.91 2.25-2.08c.2-.13.71-.39 1.34.01a2.258 2.258 0 0 0 4.51-.19c0-1.25-1.01-2.26-2.26-2.26m-5.84.64c.92 0 1.62.73 1.62 1.62s-.7 1.62-1.62 1.62c-.89 0-1.62-.73-1.62-1.62s.73-1.62 1.62-1.62m5.84 0c.89 0 1.62.73 1.62 1.62s-.73 1.62-1.62 1.62c-.92 0-1.62-.73-1.62-1.62s.7-1.62 1.62-1.62m2.91-1.95H6.17v.67h11.66zm-3.68-4.61a.67.67 0 0 0-.8-.36L12 7l-1.35-.47l-.04-.03a.67.67 0 0 0-.77.42l-1.48 3.91h7.28l-1.48-3.91z"/></svg>
</template>

CSS

.icon-incognito-circle {
  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%22M12%202c5.5%200%2010%204.5%2010%2010s-4.5%2010-10%2010S2%2017.5%202%2012S6.5%202%2012%202m2.92%2010.81c-1.08%200-1.97.75-2.21%201.75c-.54-.23-1.05-.17-1.42-.01c-.24-1-1.14-1.74-2.21-1.74c-1.25%200-2.26%201.01-2.26%202.26s1.01%202.26%202.26%202.26c1.2%200%202.16-.91%202.25-2.08c.2-.13.71-.39%201.34.01a2.258%202.258%200%200%200%204.51-.19c0-1.25-1.01-2.26-2.26-2.26m-5.84.64c.92%200%201.62.73%201.62%201.62s-.7%201.62-1.62%201.62c-.89%200-1.62-.73-1.62-1.62s.73-1.62%201.62-1.62m5.84%200c.89%200%201.62.73%201.62%201.62s-.73%201.62-1.62%201.62c-.92%200-1.62-.73-1.62-1.62s.7-1.62%201.62-1.62m2.91-1.95H6.17v.67h11.66zm-3.68-4.61a.67.67%200%200%200-.8-.36L12%207l-1.35-.47l-.04-.03a.67.67%200%200%200-.77.42l-1.48%203.91h7.28l-1.48-3.91z%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%22M12%202c5.5%200%2010%204.5%2010%2010s-4.5%2010-10%2010S2%2017.5%202%2012S6.5%202%2012%202m2.92%2010.81c-1.08%200-1.97.75-2.21%201.75c-.54-.23-1.05-.17-1.42-.01c-.24-1-1.14-1.74-2.21-1.74c-1.25%200-2.26%201.01-2.26%202.26s1.01%202.26%202.26%202.26c1.2%200%202.16-.91%202.25-2.08c.2-.13.71-.39%201.34.01a2.258%202.258%200%200%200%204.51-.19c0-1.25-1.01-2.26-2.26-2.26m-5.84.64c.92%200%201.62.73%201.62%201.62s-.7%201.62-1.62%201.62c-.89%200-1.62-.73-1.62-1.62s.73-1.62%201.62-1.62m5.84%200c.89%200%201.62.73%201.62%201.62s-.73%201.62-1.62%201.62c-.92%200-1.62-.73-1.62-1.62s.7-1.62%201.62-1.62m2.91-1.95H6.17v.67h11.66zm-3.68-4.61a.67.67%200%200%200-.8-.36L12%207l-1.35-.47l-.04-.03a.67.67%200%200%200-.77.42l-1.48%203.91h7.28l-1.48-3.91z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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