account network off icon

account-network-off from Material Design Icons by Pictogrammers · Filled · Account / User · Apache-2.0 Free for personal and commercial use.

Name
account-network-off
Set
Material Design Icons
Style
Filled
Category
Account / User
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More account / user icons from Material Design Icons

Use the account network off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.03 9.83L8.67 5.47A3.49 3.49 0 0 1 12 3c1.93 0 3.5 1.57 3.5 3.5c0 1.57-1.04 2.89-2.47 3.33M19 15.5c0-1.24-1.3-2.33-3.25-2.95L19 15.8zm3 6.5h-.43l-.73.73l-.73-.73H15c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1H2v-2h7c0-.55.45-1 1-1h1v-2H5v-1.5c0-1.62 2.22-3 5.23-3.38L1.11 3l1.28-1.27L22 21.34v.01l.11.11l-.11.11zm-3.89-2l-3-3H13v2h1c.55 0 1 .45 1 1z"/></svg>

React

import type { SVGProps } from "react";

export function MdiAccountNetworkOff(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="M13.03 9.83L8.67 5.47A3.49 3.49 0 0 1 12 3c1.93 0 3.5 1.57 3.5 3.5c0 1.57-1.04 2.89-2.47 3.33M19 15.5c0-1.24-1.3-2.33-3.25-2.95L19 15.8zm3 6.5h-.43l-.73.73l-.73-.73H15c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1H2v-2h7c0-.55.45-1 1-1h1v-2H5v-1.5c0-1.62 2.22-3 5.23-3.38L1.11 3l1.28-1.27L22 21.34v.01l.11.11l-.11.11zm-3.89-2l-3-3H13v2h1c.55 0 1 .45 1 1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.03 9.83L8.67 5.47A3.49 3.49 0 0 1 12 3c1.93 0 3.5 1.57 3.5 3.5c0 1.57-1.04 2.89-2.47 3.33M19 15.5c0-1.24-1.3-2.33-3.25-2.95L19 15.8zm3 6.5h-.43l-.73.73l-.73-.73H15c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1H2v-2h7c0-.55.45-1 1-1h1v-2H5v-1.5c0-1.62 2.22-3 5.23-3.38L1.11 3l1.28-1.27L22 21.34v.01l.11.11l-.11.11zm-3.89-2l-3-3H13v2h1c.55 0 1 .45 1 1z"/></svg>
</template>

CSS

.icon-account-network-off {
  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%22M13.03%209.83L8.67%205.47A3.49%203.49%200%200%201%2012%203c1.93%200%203.5%201.57%203.5%203.5c0%201.57-1.04%202.89-2.47%203.33M19%2015.5c0-1.24-1.3-2.33-3.25-2.95L19%2015.8zm3%206.5h-.43l-.73.73l-.73-.73H15c0%20.55-.45%201-1%201h-4c-.55%200-1-.45-1-1H2v-2h7c0-.55.45-1%201-1h1v-2H5v-1.5c0-1.62%202.22-3%205.23-3.38L1.11%203l1.28-1.27L22%2021.34v.01l.11.11l-.11.11zm-3.89-2l-3-3H13v2h1c.55%200%201%20.45%201%201z%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%22M13.03%209.83L8.67%205.47A3.49%203.49%200%200%201%2012%203c1.93%200%203.5%201.57%203.5%203.5c0%201.57-1.04%202.89-2.47%203.33M19%2015.5c0-1.24-1.3-2.33-3.25-2.95L19%2015.8zm3%206.5h-.43l-.73.73l-.73-.73H15c0%20.55-.45%201-1%201h-4c-.55%200-1-.45-1-1H2v-2h7c0-.55.45-1%201-1h1v-2H5v-1.5c0-1.62%202.22-3%205.23-3.38L1.11%203l1.28-1.27L22%2021.34v.01l.11.11l-.11.11zm-3.89-2l-3-3H13v2h1c.55%200%201%20.45%201%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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