incognito icon

incognito-bold from Solar by 480 Design · Bold · Security · CC-BY-4.0 Attribution required.

Name
incognito-bold
Set
Solar
Style
Bold
Category
Security
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More security icons from Solar

Use the incognito icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4.6138 8.54479L4.1875 10.25H2C1.58579 10.25 1.25 10.5858 1.25 11C1.25 11.4142 1.58579 11.75 2 11.75H22C22.4142 11.75 22.75 11.4142 22.75 11C22.75 10.5858 22.4142 10.25 22 10.25H19.8125L19.3862 8.54479C18.8405 6.36211 18.5677 5.27077 17.7539 4.63538C16.9401 4 15.8152 4 13.5653 4H10.4347C8.1848 4 7.05988 4 6.24609 4.63538C5.43231 5.27077 5.15947 6.36211 4.6138 8.54479ZM6.5 21C8.12316 21 9.48826 19.8951 9.88417 18.3963L10.9938 17.8415C11.6272 17.5248 12.3728 17.5248 13.0062 17.8415L14.1158 18.3963C14.5117 19.8951 15.8768 21 17.5 21C19.433 21 21 19.433 21 17.5C21 15.567 19.433 14 17.5 14C15.8399 14 14.4498 15.1558 14.0903 16.7065L13.6771 16.4999C12.6213 15.972 11.3787 15.972 10.3229 16.4999L9.90967 16.7065C9.55023 15.1558 8.16009 14 6.5 14C4.567 14 3 15.567 3 17.5C3 19.433 4.567 21 6.5 21Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarIncognitoBold(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" fillRule="evenodd" d="M4.6138 8.54479L4.1875 10.25H2C1.58579 10.25 1.25 10.5858 1.25 11C1.25 11.4142 1.58579 11.75 2 11.75H22C22.4142 11.75 22.75 11.4142 22.75 11C22.75 10.5858 22.4142 10.25 22 10.25H19.8125L19.3862 8.54479C18.8405 6.36211 18.5677 5.27077 17.7539 4.63538C16.9401 4 15.8152 4 13.5653 4H10.4347C8.1848 4 7.05988 4 6.24609 4.63538C5.43231 5.27077 5.15947 6.36211 4.6138 8.54479ZM6.5 21C8.12316 21 9.48826 19.8951 9.88417 18.3963L10.9938 17.8415C11.6272 17.5248 12.3728 17.5248 13.0062 17.8415L14.1158 18.3963C14.5117 19.8951 15.8768 21 17.5 21C19.433 21 21 19.433 21 17.5C21 15.567 19.433 14 17.5 14C15.8399 14 14.4498 15.1558 14.0903 16.7065L13.6771 16.4999C12.6213 15.972 11.3787 15.972 10.3229 16.4999L9.90967 16.7065C9.55023 15.1558 8.16009 14 6.5 14C4.567 14 3 15.567 3 17.5C3 19.433 4.567 21 6.5 21Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4.6138 8.54479L4.1875 10.25H2C1.58579 10.25 1.25 10.5858 1.25 11C1.25 11.4142 1.58579 11.75 2 11.75H22C22.4142 11.75 22.75 11.4142 22.75 11C22.75 10.5858 22.4142 10.25 22 10.25H19.8125L19.3862 8.54479C18.8405 6.36211 18.5677 5.27077 17.7539 4.63538C16.9401 4 15.8152 4 13.5653 4H10.4347C8.1848 4 7.05988 4 6.24609 4.63538C5.43231 5.27077 5.15947 6.36211 4.6138 8.54479ZM6.5 21C8.12316 21 9.48826 19.8951 9.88417 18.3963L10.9938 17.8415C11.6272 17.5248 12.3728 17.5248 13.0062 17.8415L14.1158 18.3963C14.5117 19.8951 15.8768 21 17.5 21C19.433 21 21 19.433 21 17.5C21 15.567 19.433 14 17.5 14C15.8399 14 14.4498 15.1558 14.0903 16.7065L13.6771 16.4999C12.6213 15.972 11.3787 15.972 10.3229 16.4999L9.90967 16.7065C9.55023 15.1558 8.16009 14 6.5 14C4.567 14 3 15.567 3 17.5C3 19.433 4.567 21 6.5 21Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-incognito-bold {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M4.6138%208.54479L4.1875%2010.25H2C1.58579%2010.25%201.25%2010.5858%201.25%2011C1.25%2011.4142%201.58579%2011.75%202%2011.75H22C22.4142%2011.75%2022.75%2011.4142%2022.75%2011C22.75%2010.5858%2022.4142%2010.25%2022%2010.25H19.8125L19.3862%208.54479C18.8405%206.36211%2018.5677%205.27077%2017.7539%204.63538C16.9401%204%2015.8152%204%2013.5653%204H10.4347C8.1848%204%207.05988%204%206.24609%204.63538C5.43231%205.27077%205.15947%206.36211%204.6138%208.54479ZM6.5%2021C8.12316%2021%209.48826%2019.8951%209.88417%2018.3963L10.9938%2017.8415C11.6272%2017.5248%2012.3728%2017.5248%2013.0062%2017.8415L14.1158%2018.3963C14.5117%2019.8951%2015.8768%2021%2017.5%2021C19.433%2021%2021%2019.433%2021%2017.5C21%2015.567%2019.433%2014%2017.5%2014C15.8399%2014%2014.4498%2015.1558%2014.0903%2016.7065L13.6771%2016.4999C12.6213%2015.972%2011.3787%2015.972%2010.3229%2016.4999L9.90967%2016.7065C9.55023%2015.1558%208.16009%2014%206.5%2014C4.567%2014%203%2015.567%203%2017.5C3%2019.433%204.567%2021%206.5%2021Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M4.6138%208.54479L4.1875%2010.25H2C1.58579%2010.25%201.25%2010.5858%201.25%2011C1.25%2011.4142%201.58579%2011.75%202%2011.75H22C22.4142%2011.75%2022.75%2011.4142%2022.75%2011C22.75%2010.5858%2022.4142%2010.25%2022%2010.25H19.8125L19.3862%208.54479C18.8405%206.36211%2018.5677%205.27077%2017.7539%204.63538C16.9401%204%2015.8152%204%2013.5653%204H10.4347C8.1848%204%207.05988%204%206.24609%204.63538C5.43231%205.27077%205.15947%206.36211%204.6138%208.54479ZM6.5%2021C8.12316%2021%209.48826%2019.8951%209.88417%2018.3963L10.9938%2017.8415C11.6272%2017.5248%2012.3728%2017.5248%2013.0062%2017.8415L14.1158%2018.3963C14.5117%2019.8951%2015.8768%2021%2017.5%2021C19.433%2021%2021%2019.433%2021%2017.5C21%2015.567%2019.433%2014%2017.5%2014C15.8399%2014%2014.4498%2015.1558%2014.0903%2016.7065L13.6771%2016.4999C12.6213%2015.972%2011.3787%2015.972%2010.3229%2016.4999L9.90967%2016.7065C9.55023%2015.1558%208.16009%2014%206.5%2014C4.567%2014%203%2015.567%203%2017.5C3%2019.433%204.567%2021%206.5%2021Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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