account box plus icon

account-box-plus-outline from Material Design Icons by Pictogrammers · Outline · Account / User · Apache-2.0 Free for personal and commercial use.

Name
account-box-plus-outline
Set
Material Design Icons
Style
Outline
Category
Account / User
Viewbox
24×24
License
Apache 2.0

More account / user icons from Material Design Icons

Use the account box plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.4 14.15c-.67.8-1.14 1.78-1.32 2.85H7.5v-.75c0-1.5 3-2.25 4.5-2.25c.39 0 .88.05 1.4.15M19 5v7.08c.72.12 1.39.37 2 .72V5a2 2 0 0 0-2-2H5c-.53 0-1.04.21-1.41.59C3.21 3.96 3 4.47 3 5v14c0 .53.21 1.04.59 1.41c.37.38.88.59 1.41.59h7.8c-.35-.61-.6-1.28-.72-2H5V5zm-7 7.25c.6 0 1.17-.25 1.59-.66c.41-.42.66-.99.66-1.59s-.25-1.17-.66-1.59A2.3 2.3 0 0 0 12 7.75c-.6 0-1.17.25-1.59.66c-.41.42-.66.99-.66 1.59s.25 1.17.66 1.59c.42.41.99.66 1.59.66M17 14h2v3h3v2h-3v3h-2v-3h-3v-2h3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiAccountBoxPlusOutline(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.4 14.15c-.67.8-1.14 1.78-1.32 2.85H7.5v-.75c0-1.5 3-2.25 4.5-2.25c.39 0 .88.05 1.4.15M19 5v7.08c.72.12 1.39.37 2 .72V5a2 2 0 0 0-2-2H5c-.53 0-1.04.21-1.41.59C3.21 3.96 3 4.47 3 5v14c0 .53.21 1.04.59 1.41c.37.38.88.59 1.41.59h7.8c-.35-.61-.6-1.28-.72-2H5V5zm-7 7.25c.6 0 1.17-.25 1.59-.66c.41-.42.66-.99.66-1.59s-.25-1.17-.66-1.59A2.3 2.3 0 0 0 12 7.75c-.6 0-1.17.25-1.59.66c-.41.42-.66.99-.66 1.59s.25 1.17.66 1.59c.42.41.99.66 1.59.66M17 14h2v3h3v2h-3v3h-2v-3h-3v-2h3z"/></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.4 14.15c-.67.8-1.14 1.78-1.32 2.85H7.5v-.75c0-1.5 3-2.25 4.5-2.25c.39 0 .88.05 1.4.15M19 5v7.08c.72.12 1.39.37 2 .72V5a2 2 0 0 0-2-2H5c-.53 0-1.04.21-1.41.59C3.21 3.96 3 4.47 3 5v14c0 .53.21 1.04.59 1.41c.37.38.88.59 1.41.59h7.8c-.35-.61-.6-1.28-.72-2H5V5zm-7 7.25c.6 0 1.17-.25 1.59-.66c.41-.42.66-.99.66-1.59s-.25-1.17-.66-1.59A2.3 2.3 0 0 0 12 7.75c-.6 0-1.17.25-1.59.66c-.41.42-.66.99-.66 1.59s.25 1.17.66 1.59c.42.41.99.66 1.59.66M17 14h2v3h3v2h-3v3h-2v-3h-3v-2h3z"/></svg>
</template>

CSS

.icon-account-box-plus-outline {
  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.4%2014.15c-.67.8-1.14%201.78-1.32%202.85H7.5v-.75c0-1.5%203-2.25%204.5-2.25c.39%200%20.88.05%201.4.15M19%205v7.08c.72.12%201.39.37%202%20.72V5a2%202%200%200%200-2-2H5c-.53%200-1.04.21-1.41.59C3.21%203.96%203%204.47%203%205v14c0%20.53.21%201.04.59%201.41c.37.38.88.59%201.41.59h7.8c-.35-.61-.6-1.28-.72-2H5V5zm-7%207.25c.6%200%201.17-.25%201.59-.66c.41-.42.66-.99.66-1.59s-.25-1.17-.66-1.59A2.3%202.3%200%200%200%2012%207.75c-.6%200-1.17.25-1.59.66c-.41.42-.66.99-.66%201.59s.25%201.17.66%201.59c.42.41.99.66%201.59.66M17%2014h2v3h3v2h-3v3h-2v-3h-3v-2h3z%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.4%2014.15c-.67.8-1.14%201.78-1.32%202.85H7.5v-.75c0-1.5%203-2.25%204.5-2.25c.39%200%20.88.05%201.4.15M19%205v7.08c.72.12%201.39.37%202%20.72V5a2%202%200%200%200-2-2H5c-.53%200-1.04.21-1.41.59C3.21%203.96%203%204.47%203%205v14c0%20.53.21%201.04.59%201.41c.37.38.88.59%201.41.59h7.8c-.35-.61-.6-1.28-.72-2H5V5zm-7%207.25c.6%200%201.17-.25%201.59-.66c.41-.42.66-.99.66-1.59s-.25-1.17-.66-1.59A2.3%202.3%200%200%200%2012%207.75c-.6%200-1.17.25-1.59.66c-.41.42-.66.99-.66%201.59s.25%201.17.66%201.59c.42.41.99.66%201.59.66M17%2014h2v3h3v2h-3v3h-2v-3h-3v-2h3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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