account circle off icon

account-circle-off-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
account-circle-off-rounded
Set
Material Symbols Light
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the account circle off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20q1.344 0 2.59-.441q1.247-.442 2.287-1.261L14.579 16q-.627-.25-1.27-.375T12 15.5q-1.311 0-2.554.37q-1.242.369-2.379 1.029q-.367.21-.385.623t.293.686q1.062.87 2.354 1.332Q10.62 20 12 20m8.756 2.171l-3.135-3.129q-1.205.954-2.634 1.456Q13.557 21 12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.533.49-2.961q.489-1.43 1.462-2.641L2.241 3.662q-.147-.146-.153-.347t.158-.367q.166-.165.357-.165t.357.165l18.51 18.516q.146.146.155.344t-.156.363t-.356.165t-.357-.165m-1.373-6.01q-.212 0-.389-.068t-.338-.23l-4.017-4.017q-.162-.161-.184-.385t.109-.417q.211-.361.324-.744T15 9.5q0-1.258-.871-2.129T12 6.5q-.417 0-.8.116q-.383.115-.744.32q-.193.125-.417.106t-.385-.18L8.136 5.344q-.161-.161-.23-.338t-.068-.389q0-.292.134-.522t.426-.36q.854-.368 1.76-.551Q11.067 3 12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 .935-.184 1.841q-.183.907-.55 1.761q-.131.292-.361.426t-.522.134"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAccountCircleOffRounded(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 20q1.344 0 2.59-.441q1.247-.442 2.287-1.261L14.579 16q-.627-.25-1.27-.375T12 15.5q-1.311 0-2.554.37q-1.242.369-2.379 1.029q-.367.21-.385.623t.293.686q1.062.87 2.354 1.332Q10.62 20 12 20m8.756 2.171l-3.135-3.129q-1.205.954-2.634 1.456Q13.557 21 12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.533.49-2.961q.489-1.43 1.462-2.641L2.241 3.662q-.147-.146-.153-.347t.158-.367q.166-.165.357-.165t.357.165l18.51 18.516q.146.146.155.344t-.156.363t-.356.165t-.357-.165m-1.373-6.01q-.212 0-.389-.068t-.338-.23l-4.017-4.017q-.162-.161-.184-.385t.109-.417q.211-.361.324-.744T15 9.5q0-1.258-.871-2.129T12 6.5q-.417 0-.8.116q-.383.115-.744.32q-.193.125-.417.106t-.385-.18L8.136 5.344q-.161-.161-.23-.338t-.068-.389q0-.292.134-.522t.426-.36q.854-.368 1.76-.551Q11.067 3 12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 .935-.184 1.841q-.183.907-.55 1.761q-.131.292-.361.426t-.522.134"/></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 20q1.344 0 2.59-.441q1.247-.442 2.287-1.261L14.579 16q-.627-.25-1.27-.375T12 15.5q-1.311 0-2.554.37q-1.242.369-2.379 1.029q-.367.21-.385.623t.293.686q1.062.87 2.354 1.332Q10.62 20 12 20m8.756 2.171l-3.135-3.129q-1.205.954-2.634 1.456Q13.557 21 12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.533.49-2.961q.489-1.43 1.462-2.641L2.241 3.662q-.147-.146-.153-.347t.158-.367q.166-.165.357-.165t.357.165l18.51 18.516q.146.146.155.344t-.156.363t-.356.165t-.357-.165m-1.373-6.01q-.212 0-.389-.068t-.338-.23l-4.017-4.017q-.162-.161-.184-.385t.109-.417q.211-.361.324-.744T15 9.5q0-1.258-.871-2.129T12 6.5q-.417 0-.8.116q-.383.115-.744.32q-.193.125-.417.106t-.385-.18L8.136 5.344q-.161-.161-.23-.338t-.068-.389q0-.292.134-.522t.426-.36q.854-.368 1.76-.551Q11.067 3 12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 .935-.184 1.841q-.183.907-.55 1.761q-.131.292-.361.426t-.522.134"/></svg>
</template>

CSS

.icon-account-circle-off-rounded {
  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%2020q1.344%200%202.59-.441q1.247-.442%202.287-1.261L14.579%2016q-.627-.25-1.27-.375T12%2015.5q-1.311%200-2.554.37q-1.242.369-2.379%201.029q-.367.21-.385.623t.293.686q1.062.87%202.354%201.332Q10.62%2020%2012%2020m8.756%202.171l-3.135-3.129q-1.205.954-2.634%201.456Q13.557%2021%2012%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012q0-1.533.49-2.961q.489-1.43%201.462-2.641L2.241%203.662q-.147-.146-.153-.347t.158-.367q.166-.165.357-.165t.357.165l18.51%2018.516q.146.146.155.344t-.156.363t-.356.165t-.357-.165m-1.373-6.01q-.212%200-.389-.068t-.338-.23l-4.017-4.017q-.162-.161-.184-.385t.109-.417q.211-.361.324-.744T15%209.5q0-1.258-.871-2.129T12%206.5q-.417%200-.8.116q-.383.115-.744.32q-.193.125-.417.106t-.385-.18L8.136%205.344q-.161-.161-.23-.338t-.068-.389q0-.292.134-.522t.426-.36q.854-.368%201.76-.551Q11.067%203%2012%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012q0%20.935-.184%201.841q-.183.907-.55%201.761q-.131.292-.361.426t-.522.134%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%2020q1.344%200%202.59-.441q1.247-.442%202.287-1.261L14.579%2016q-.627-.25-1.27-.375T12%2015.5q-1.311%200-2.554.37q-1.242.369-2.379%201.029q-.367.21-.385.623t.293.686q1.062.87%202.354%201.332Q10.62%2020%2012%2020m8.756%202.171l-3.135-3.129q-1.205.954-2.634%201.456Q13.557%2021%2012%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012q0-1.533.49-2.961q.489-1.43%201.462-2.641L2.241%203.662q-.147-.146-.153-.347t.158-.367q.166-.165.357-.165t.357.165l18.51%2018.516q.146.146.155.344t-.156.363t-.356.165t-.357-.165m-1.373-6.01q-.212%200-.389-.068t-.338-.23l-4.017-4.017q-.162-.161-.184-.385t.109-.417q.211-.361.324-.744T15%209.5q0-1.258-.871-2.129T12%206.5q-.417%200-.8.116q-.383.115-.744.32q-.193.125-.417.106t-.385-.18L8.136%205.344q-.161-.161-.23-.338t-.068-.389q0-.292.134-.522t.426-.36q.854-.368%201.76-.551Q11.067%203%2012%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012q0%20.935-.184%201.841q-.183.907-.55%201.761q-.131.292-.361.426t-.522.134%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/account-circle-off-rounded.svg?color=%231a73e8&size=48