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

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

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the person icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.012 28.023c5.578 0 10.125-4.968 10.125-11.015c0-6-4.5-10.711-10.125-10.711c-5.555 0-10.125 4.805-10.125 10.758c.023 6.023 4.57 10.968 10.125 10.968m0-3.539c-3.422 0-6.352-3.28-6.352-7.43c0-4.077 2.883-7.218 6.352-7.218c3.515 0 6.351 3.094 6.351 7.172c0 4.148-2.883 7.476-6.351 7.476m-14.719 25.22h29.438c3.89 0 5.742-1.173 5.742-3.75c0-6.142-7.735-15.024-20.461-15.024c-12.727 0-20.485 8.883-20.485 15.023c0 2.578 1.852 3.75 5.766 3.75m-1.125-3.54c-.61 0-.867-.164-.867-.656c0-3.844 5.953-11.04 16.71-11.04c10.759 0 16.688 7.196 16.688 11.04c0 .492-.234.656-.843.656Z"/></svg>

React

import type { SVGProps } from "react";

export function F7Person(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="M28.012 28.023c5.578 0 10.125-4.968 10.125-11.015c0-6-4.5-10.711-10.125-10.711c-5.555 0-10.125 4.805-10.125 10.758c.023 6.023 4.57 10.968 10.125 10.968m0-3.539c-3.422 0-6.352-3.28-6.352-7.43c0-4.077 2.883-7.218 6.352-7.218c3.515 0 6.351 3.094 6.351 7.172c0 4.148-2.883 7.476-6.351 7.476m-14.719 25.22h29.438c3.89 0 5.742-1.173 5.742-3.75c0-6.142-7.735-15.024-20.461-15.024c-12.727 0-20.485 8.883-20.485 15.023c0 2.578 1.852 3.75 5.766 3.75m-1.125-3.54c-.61 0-.867-.164-.867-.656c0-3.844 5.953-11.04 16.71-11.04c10.759 0 16.688 7.196 16.688 11.04c0 .492-.234.656-.843.656Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28.012 28.023c5.578 0 10.125-4.968 10.125-11.015c0-6-4.5-10.711-10.125-10.711c-5.555 0-10.125 4.805-10.125 10.758c.023 6.023 4.57 10.968 10.125 10.968m0-3.539c-3.422 0-6.352-3.28-6.352-7.43c0-4.077 2.883-7.218 6.352-7.218c3.515 0 6.351 3.094 6.351 7.172c0 4.148-2.883 7.476-6.351 7.476m-14.719 25.22h29.438c3.89 0 5.742-1.173 5.742-3.75c0-6.142-7.735-15.024-20.461-15.024c-12.727 0-20.485 8.883-20.485 15.023c0 2.578 1.852 3.75 5.766 3.75m-1.125-3.54c-.61 0-.867-.164-.867-.656c0-3.844 5.953-11.04 16.71-11.04c10.759 0 16.688 7.196 16.688 11.04c0 .492-.234.656-.843.656Z"/></svg>
</template>

CSS

.icon-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%22M28.012%2028.023c5.578%200%2010.125-4.968%2010.125-11.015c0-6-4.5-10.711-10.125-10.711c-5.555%200-10.125%204.805-10.125%2010.758c.023%206.023%204.57%2010.968%2010.125%2010.968m0-3.539c-3.422%200-6.352-3.28-6.352-7.43c0-4.077%202.883-7.218%206.352-7.218c3.515%200%206.351%203.094%206.351%207.172c0%204.148-2.883%207.476-6.351%207.476m-14.719%2025.22h29.438c3.89%200%205.742-1.173%205.742-3.75c0-6.142-7.735-15.024-20.461-15.024c-12.727%200-20.485%208.883-20.485%2015.023c0%202.578%201.852%203.75%205.766%203.75m-1.125-3.54c-.61%200-.867-.164-.867-.656c0-3.844%205.953-11.04%2016.71-11.04c10.759%200%2016.688%207.196%2016.688%2011.04c0%20.492-.234.656-.843.656Z%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%22M28.012%2028.023c5.578%200%2010.125-4.968%2010.125-11.015c0-6-4.5-10.711-10.125-10.711c-5.555%200-10.125%204.805-10.125%2010.758c.023%206.023%204.57%2010.968%2010.125%2010.968m0-3.539c-3.422%200-6.352-3.28-6.352-7.43c0-4.077%202.883-7.218%206.352-7.218c3.515%200%206.351%203.094%206.351%207.172c0%204.148-2.883%207.476-6.351%207.476m-14.719%2025.22h29.438c3.89%200%205.742-1.173%205.742-3.75c0-6.142-7.735-15.024-20.461-15.024c-12.727%200-20.485%208.883-20.485%2015.023c0%202.578%201.852%203.75%205.766%203.75m-1.125-3.54c-.61%200-.867-.164-.867-.656c0-3.844%205.953-11.04%2016.71-11.04c10.759%200%2016.688%207.196%2016.688%2011.04c0%20.492-.234.656-.843.656Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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