account circle off icon

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

Name
account-circle-off-outline-rounded
Set
Material Symbols Light
Style
Outline 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="M14.69 19.545q1.3-.455 2.345-1.353q-1.083-.84-2.364-1.266T12 16.5t-2.69.407t-2.345 1.285q1.044.898 2.345 1.353T12 20t2.69-.455m-.56-12.174q.737.737.85 1.763q.113 1.027-.413 1.912q-.143.252-.348.309t-.393-.028q-.202-.118-.256-.322t.07-.388q.411-.598.346-1.313q-.066-.715-.57-1.22q-.517-.517-1.204-.566t-1.286.319q-.158.067-.354.01q-.196-.056-.282-.264q-.073-.194.004-.4q.078-.204.33-.34q.818-.466 1.818-.312t1.688.84M12 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.971q.489-1.438 1.462-2.631L2.241 3.662q-.147-.146-.153-.347t.158-.367q.166-.165.357-.165t.357.165l18.51 18.516q.146.146.152.347t-.158.366t-.354.165t-.354-.165L5.677 7.123q-.82 1.06-1.248 2.296Q4 10.656 4 12q0 1.54.562 2.956q.561 1.415 1.634 2.529q1.293-.91 2.759-1.447Q10.42 15.5 12 15.5q1.335 0 2.602.412q1.267.411 2.398 1.107l1.364 1.364q-1.272 1.29-2.923 1.954Q13.788 21 12 21M7.812 4.035q.955-.546 2.015-.79Q10.887 3 12 3q1.789 0 3.44.683t2.924 1.954q1.27 1.27 1.953 2.923Q21 10.212 21 12q0 1.094-.254 2.135t-.742 1.996q-.098.182-.306.237t-.385-.049t-.234-.311t.04-.396q.44-.846.66-1.762T20 12q0-3.35-2.325-5.675T12 4q-.935 0-1.85.22t-1.761.66q-.189.099-.397.05t-.33-.224t-.078-.375q.045-.198.228-.296"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAccountCircleOffOutlineRounded(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="M14.69 19.545q1.3-.455 2.345-1.353q-1.083-.84-2.364-1.266T12 16.5t-2.69.407t-2.345 1.285q1.044.898 2.345 1.353T12 20t2.69-.455m-.56-12.174q.737.737.85 1.763q.113 1.027-.413 1.912q-.143.252-.348.309t-.393-.028q-.202-.118-.256-.322t.07-.388q.411-.598.346-1.313q-.066-.715-.57-1.22q-.517-.517-1.204-.566t-1.286.319q-.158.067-.354.01q-.196-.056-.282-.264q-.073-.194.004-.4q.078-.204.33-.34q.818-.466 1.818-.312t1.688.84M12 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.971q.489-1.438 1.462-2.631L2.241 3.662q-.147-.146-.153-.347t.158-.367q.166-.165.357-.165t.357.165l18.51 18.516q.146.146.152.347t-.158.366t-.354.165t-.354-.165L5.677 7.123q-.82 1.06-1.248 2.296Q4 10.656 4 12q0 1.54.562 2.956q.561 1.415 1.634 2.529q1.293-.91 2.759-1.447Q10.42 15.5 12 15.5q1.335 0 2.602.412q1.267.411 2.398 1.107l1.364 1.364q-1.272 1.29-2.923 1.954Q13.788 21 12 21M7.812 4.035q.955-.546 2.015-.79Q10.887 3 12 3q1.789 0 3.44.683t2.924 1.954q1.27 1.27 1.953 2.923Q21 10.212 21 12q0 1.094-.254 2.135t-.742 1.996q-.098.182-.306.237t-.385-.049t-.234-.311t.04-.396q.44-.846.66-1.762T20 12q0-3.35-2.325-5.675T12 4q-.935 0-1.85.22t-1.761.66q-.189.099-.397.05t-.33-.224t-.078-.375q.045-.198.228-.296"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.69 19.545q1.3-.455 2.345-1.353q-1.083-.84-2.364-1.266T12 16.5t-2.69.407t-2.345 1.285q1.044.898 2.345 1.353T12 20t2.69-.455m-.56-12.174q.737.737.85 1.763q.113 1.027-.413 1.912q-.143.252-.348.309t-.393-.028q-.202-.118-.256-.322t.07-.388q.411-.598.346-1.313q-.066-.715-.57-1.22q-.517-.517-1.204-.566t-1.286.319q-.158.067-.354.01q-.196-.056-.282-.264q-.073-.194.004-.4q.078-.204.33-.34q.818-.466 1.818-.312t1.688.84M12 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.971q.489-1.438 1.462-2.631L2.241 3.662q-.147-.146-.153-.347t.158-.367q.166-.165.357-.165t.357.165l18.51 18.516q.146.146.152.347t-.158.366t-.354.165t-.354-.165L5.677 7.123q-.82 1.06-1.248 2.296Q4 10.656 4 12q0 1.54.562 2.956q.561 1.415 1.634 2.529q1.293-.91 2.759-1.447Q10.42 15.5 12 15.5q1.335 0 2.602.412q1.267.411 2.398 1.107l1.364 1.364q-1.272 1.29-2.923 1.954Q13.788 21 12 21M7.812 4.035q.955-.546 2.015-.79Q10.887 3 12 3q1.789 0 3.44.683t2.924 1.954q1.27 1.27 1.953 2.923Q21 10.212 21 12q0 1.094-.254 2.135t-.742 1.996q-.098.182-.306.237t-.385-.049t-.234-.311t.04-.396q.44-.846.66-1.762T20 12q0-3.35-2.325-5.675T12 4q-.935 0-1.85.22t-1.761.66q-.189.099-.397.05t-.33-.224t-.078-.375q.045-.198.228-.296"/></svg>
</template>

CSS

.icon-account-circle-off-outline-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%22M14.69%2019.545q1.3-.455%202.345-1.353q-1.083-.84-2.364-1.266T12%2016.5t-2.69.407t-2.345%201.285q1.044.898%202.345%201.353T12%2020t2.69-.455m-.56-12.174q.737.737.85%201.763q.113%201.027-.413%201.912q-.143.252-.348.309t-.393-.028q-.202-.118-.256-.322t.07-.388q.411-.598.346-1.313q-.066-.715-.57-1.22q-.517-.517-1.204-.566t-1.286.319q-.158.067-.354.01q-.196-.056-.282-.264q-.073-.194.004-.4q.078-.204.33-.34q.818-.466%201.818-.312t1.688.84M12%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.971q.489-1.438%201.462-2.631L2.241%203.662q-.147-.146-.153-.347t.158-.367q.166-.165.357-.165t.357.165l18.51%2018.516q.146.146.152.347t-.158.366t-.354.165t-.354-.165L5.677%207.123q-.82%201.06-1.248%202.296Q4%2010.656%204%2012q0%201.54.562%202.956q.561%201.415%201.634%202.529q1.293-.91%202.759-1.447Q10.42%2015.5%2012%2015.5q1.335%200%202.602.412q1.267.411%202.398%201.107l1.364%201.364q-1.272%201.29-2.923%201.954Q13.788%2021%2012%2021M7.812%204.035q.955-.546%202.015-.79Q10.887%203%2012%203q1.789%200%203.44.683t2.924%201.954q1.27%201.27%201.953%202.923Q21%2010.212%2021%2012q0%201.094-.254%202.135t-.742%201.996q-.098.182-.306.237t-.385-.049t-.234-.311t.04-.396q.44-.846.66-1.762T20%2012q0-3.35-2.325-5.675T12%204q-.935%200-1.85.22t-1.761.66q-.189.099-.397.05t-.33-.224t-.078-.375q.045-.198.228-.296%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%22M14.69%2019.545q1.3-.455%202.345-1.353q-1.083-.84-2.364-1.266T12%2016.5t-2.69.407t-2.345%201.285q1.044.898%202.345%201.353T12%2020t2.69-.455m-.56-12.174q.737.737.85%201.763q.113%201.027-.413%201.912q-.143.252-.348.309t-.393-.028q-.202-.118-.256-.322t.07-.388q.411-.598.346-1.313q-.066-.715-.57-1.22q-.517-.517-1.204-.566t-1.286.319q-.158.067-.354.01q-.196-.056-.282-.264q-.073-.194.004-.4q.078-.204.33-.34q.818-.466%201.818-.312t1.688.84M12%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.971q.489-1.438%201.462-2.631L2.241%203.662q-.147-.146-.153-.347t.158-.367q.166-.165.357-.165t.357.165l18.51%2018.516q.146.146.152.347t-.158.366t-.354.165t-.354-.165L5.677%207.123q-.82%201.06-1.248%202.296Q4%2010.656%204%2012q0%201.54.562%202.956q.561%201.415%201.634%202.529q1.293-.91%202.759-1.447Q10.42%2015.5%2012%2015.5q1.335%200%202.602.412q1.267.411%202.398%201.107l1.364%201.364q-1.272%201.29-2.923%201.954Q13.788%2021%2012%2021M7.812%204.035q.955-.546%202.015-.79Q10.887%203%2012%203q1.789%200%203.44.683t2.924%201.954q1.27%201.27%201.953%202.923Q21%2010.212%2021%2012q0%201.094-.254%202.135t-.742%201.996q-.098.182-.306.237t-.385-.049t-.234-.311t.04-.396q.44-.846.66-1.762T20%2012q0-3.35-2.325-5.675T12%204q-.935%200-1.85.22t-1.761.66q-.189.099-.397.05t-.33-.224t-.078-.375q.045-.198.228-.296%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-outline-rounded.svg?color=%231a73e8&size=48