doc-person from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
doc-person
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the doc person icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.055 2.875h11.133c2.55 0 3.992.37 5.686 2.03l.196.196L46.008 18.25c1.552 1.59 2.044 2.764 2.167 4.835l.024.537l.01.579l.002 21.588c0 4.777-2.319 7.237-6.978 7.333l-.288.003h-24.89c-4.732 0-7.167-2.341-7.263-7.045l-.003-.291V10.234c0-4.777 2.341-7.259 6.979-7.356zm10.617 3.773H16.266c-2.36 0-3.62 1.252-3.7 3.435l-.004.222v35.414c0 2.268 1.186 3.548 3.45 3.628l.23.005h24.516c2.359 0 3.598-1.208 3.676-3.41l.004-.223V24.672h-13.36c-2.823 0-4.32-1.371-4.403-4.157l-.003-.25zm1.833 31.954c5.243 0 8.512 3.603 8.512 6.214c0 .852-.519 1.306-1.955 1.344l-.201.002H22.149c-1.599 0-2.166-.455-2.166-1.346c0-2.61 3.27-6.214 8.522-6.214m0-10.637c2.166 0 4.048 1.852 4.048 4.352c0 2.53-1.872 4.474-4.048 4.474c-2.166 0-4.048-1.944-4.048-4.453c0-2.48 1.882-4.373 4.048-4.373m1.706-20.59V19.82c0 .883.332 1.267 1.133 1.309l.156.004h12.21z"/></svg>

React

import type { SVGProps } from "react";

export function F7DocPerson(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.055 2.875h11.133c2.55 0 3.992.37 5.686 2.03l.196.196L46.008 18.25c1.552 1.59 2.044 2.764 2.167 4.835l.024.537l.01.579l.002 21.588c0 4.777-2.319 7.237-6.978 7.333l-.288.003h-24.89c-4.732 0-7.167-2.341-7.263-7.045l-.003-.291V10.234c0-4.777 2.341-7.259 6.979-7.356zm10.617 3.773H16.266c-2.36 0-3.62 1.252-3.7 3.435l-.004.222v35.414c0 2.268 1.186 3.548 3.45 3.628l.23.005h24.516c2.359 0 3.598-1.208 3.676-3.41l.004-.223V24.672h-13.36c-2.823 0-4.32-1.371-4.403-4.157l-.003-.25zm1.833 31.954c5.243 0 8.512 3.603 8.512 6.214c0 .852-.519 1.306-1.955 1.344l-.201.002H22.149c-1.599 0-2.166-.455-2.166-1.346c0-2.61 3.27-6.214 8.522-6.214m0-10.637c2.166 0 4.048 1.852 4.048 4.352c0 2.53-1.872 4.474-4.048 4.474c-2.166 0-4.048-1.944-4.048-4.453c0-2.48 1.882-4.373 4.048-4.373m1.706-20.59V19.82c0 .883.332 1.267 1.133 1.309l.156.004h12.21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M16.055 2.875h11.133c2.55 0 3.992.37 5.686 2.03l.196.196L46.008 18.25c1.552 1.59 2.044 2.764 2.167 4.835l.024.537l.01.579l.002 21.588c0 4.777-2.319 7.237-6.978 7.333l-.288.003h-24.89c-4.732 0-7.167-2.341-7.263-7.045l-.003-.291V10.234c0-4.777 2.341-7.259 6.979-7.356zm10.617 3.773H16.266c-2.36 0-3.62 1.252-3.7 3.435l-.004.222v35.414c0 2.268 1.186 3.548 3.45 3.628l.23.005h24.516c2.359 0 3.598-1.208 3.676-3.41l.004-.223V24.672h-13.36c-2.823 0-4.32-1.371-4.403-4.157l-.003-.25zm1.833 31.954c5.243 0 8.512 3.603 8.512 6.214c0 .852-.519 1.306-1.955 1.344l-.201.002H22.149c-1.599 0-2.166-.455-2.166-1.346c0-2.61 3.27-6.214 8.522-6.214m0-10.637c2.166 0 4.048 1.852 4.048 4.352c0 2.53-1.872 4.474-4.048 4.474c-2.166 0-4.048-1.944-4.048-4.453c0-2.48 1.882-4.373 4.048-4.373m1.706-20.59V19.82c0 .883.332 1.267 1.133 1.309l.156.004h12.21z"/></svg>
</template>

CSS

.icon-doc-person {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.055%202.875h11.133c2.55%200%203.992.37%205.686%202.03l.196.196L46.008%2018.25c1.552%201.59%202.044%202.764%202.167%204.835l.024.537l.01.579l.002%2021.588c0%204.777-2.319%207.237-6.978%207.333l-.288.003h-24.89c-4.732%200-7.167-2.341-7.263-7.045l-.003-.291V10.234c0-4.777%202.341-7.259%206.979-7.356zm10.617%203.773H16.266c-2.36%200-3.62%201.252-3.7%203.435l-.004.222v35.414c0%202.268%201.186%203.548%203.45%203.628l.23.005h24.516c2.359%200%203.598-1.208%203.676-3.41l.004-.223V24.672h-13.36c-2.823%200-4.32-1.371-4.403-4.157l-.003-.25zm1.833%2031.954c5.243%200%208.512%203.603%208.512%206.214c0%20.852-.519%201.306-1.955%201.344l-.201.002H22.149c-1.599%200-2.166-.455-2.166-1.346c0-2.61%203.27-6.214%208.522-6.214m0-10.637c2.166%200%204.048%201.852%204.048%204.352c0%202.53-1.872%204.474-4.048%204.474c-2.166%200-4.048-1.944-4.048-4.453c0-2.48%201.882-4.373%204.048-4.373m1.706-20.59V19.82c0%20.883.332%201.267%201.133%201.309l.156.004h12.21z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.055%202.875h11.133c2.55%200%203.992.37%205.686%202.03l.196.196L46.008%2018.25c1.552%201.59%202.044%202.764%202.167%204.835l.024.537l.01.579l.002%2021.588c0%204.777-2.319%207.237-6.978%207.333l-.288.003h-24.89c-4.732%200-7.167-2.341-7.263-7.045l-.003-.291V10.234c0-4.777%202.341-7.259%206.979-7.356zm10.617%203.773H16.266c-2.36%200-3.62%201.252-3.7%203.435l-.004.222v35.414c0%202.268%201.186%203.548%203.45%203.628l.23.005h24.516c2.359%200%203.598-1.208%203.676-3.41l.004-.223V24.672h-13.36c-2.823%200-4.32-1.371-4.403-4.157l-.003-.25zm1.833%2031.954c5.243%200%208.512%203.603%208.512%206.214c0%20.852-.519%201.306-1.955%201.344l-.201.002H22.149c-1.599%200-2.166-.455-2.166-1.346c0-2.61%203.27-6.214%208.522-6.214m0-10.637c2.166%200%204.048%201.852%204.048%204.352c0%202.53-1.872%204.474-4.048%204.474c-2.166%200-4.048-1.944-4.048-4.453c0-2.48%201.882-4.373%204.048-4.373m1.706-20.59V19.82c0%20.883.332%201.267%201.133%201.309l.156.004h12.21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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