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

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

Related icons in Framework7 Icons

Use the person 2 alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M53.51 51H2a2 2 0 0 1-1.32-3.503q5.39-4.73 5.545-4.783l.572-.17c5.458-1.675 6.763-3.124 7.255-4.723c.904-.404 1.242-.682 1.422-1.643c.112-.61.2-2.66.114-3.37c-.517-.505-.798-1.804-1.048-2.323c-.58-1.201-.682-1.822-1.239-3.843c-.085-.27-.269-.287-.398-.34c-.194-.08-.363-.21-.542-.454c-.507-.686-.19-1.074-.665-2.377c-.605-1.482-.849-2.945-.388-3.383c.31-.278.52-.098.671-.042c.1.038.023-.215-.066-.58c-.365-1.492-.386-4.47-.386-4.47l.056-.001c-.187-1.245-.144-2.392.682-4.13c.813-1.777 1.54-1.385 1.95-1.841c1.723-1.941 3.308-1.991 4.498-2.504c2.675-1.155 4.93-.132 6.734.623c.76.327 2.971.58 3.71 2.212c.43.95.808 2.575.954 2.72c.154.701.238 1.831.158 3.07c-.098 1.53-.1 2.795-.462 4.288c-.092.363-.171.617-.07.578c.153-.057.343-.263.653.014c.459.438.365 1.964-.24 3.446c-.473 1.303-.212 1.543-.514 2.077c-.13.233-.22.548-.611.69c-.13.048-.288.163-.348.442c-.422 1.964-.528 2.322-.97 3.796c-.165.55-.542 1.737-1.04 2.204c-.104.844.142 3.01.283 3.498c.33 1.143.645 1.366 1.287 1.643c.758 1.585 1.35 3.634 6.758 4.647c.33-.372.51-.746.627-1.133c.652-.296.895-.5 1.024-1.204c.081-.448.144-1.951.083-2.472c-.373-.37-.576-1.323-.756-1.704c-.417-.88-.49-1.336-.892-2.817c-.061-.199-.194-.211-.287-.25a.9.9 0 0 1-.39-.333c-.365-.503-.137-.787-.48-1.743c-.435-1.087-.61-2.16-.278-2.481c.223-.203.373-.072.483-.03c.072.027.017-.158-.048-.426c-.263-1.094-.278-3.277-.278-3.277l.04-.002c-.134-.913-.103-1.754.492-3.029c.586-1.302 1.11-1.015 1.404-1.35c1.242-1.423 2.383-1.46 3.24-1.836c1.927-.847 3.552-.096 4.851.457c.547.24 2.14.425 2.672 1.622c.31.698.583 1.889.688 1.996c.11.513.171 1.342.114 2.25c-.07 1.122-.072 2.05-.333 3.145c-.067.266-.124.452-.05.423c.11-.04.246-.192.47.011c.33.321.263 1.44-.173 2.527c-.34.956-.153 1.132-.37 1.523c-.094.171-.158.402-.44.506c-.094.035-.208.12-.251.324c-.304 1.44-.38 1.703-.699 2.784c-.118.404-.39 1.274-.75 1.616c-.074.62.103 2.208.205 2.566c.237.838.464 1.001.927 1.204c.569 1.211 1.007 2.79 5.371 3.497q.297.048.62.092l2.98 2.558A2 2 0 0 1 53.51 51"/></svg>

React

import type { SVGProps } from "react";

export function F7Person2Alt(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" fillRule="evenodd" d="M53.51 51H2a2 2 0 0 1-1.32-3.503q5.39-4.73 5.545-4.783l.572-.17c5.458-1.675 6.763-3.124 7.255-4.723c.904-.404 1.242-.682 1.422-1.643c.112-.61.2-2.66.114-3.37c-.517-.505-.798-1.804-1.048-2.323c-.58-1.201-.682-1.822-1.239-3.843c-.085-.27-.269-.287-.398-.34c-.194-.08-.363-.21-.542-.454c-.507-.686-.19-1.074-.665-2.377c-.605-1.482-.849-2.945-.388-3.383c.31-.278.52-.098.671-.042c.1.038.023-.215-.066-.58c-.365-1.492-.386-4.47-.386-4.47l.056-.001c-.187-1.245-.144-2.392.682-4.13c.813-1.777 1.54-1.385 1.95-1.841c1.723-1.941 3.308-1.991 4.498-2.504c2.675-1.155 4.93-.132 6.734.623c.76.327 2.971.58 3.71 2.212c.43.95.808 2.575.954 2.72c.154.701.238 1.831.158 3.07c-.098 1.53-.1 2.795-.462 4.288c-.092.363-.171.617-.07.578c.153-.057.343-.263.653.014c.459.438.365 1.964-.24 3.446c-.473 1.303-.212 1.543-.514 2.077c-.13.233-.22.548-.611.69c-.13.048-.288.163-.348.442c-.422 1.964-.528 2.322-.97 3.796c-.165.55-.542 1.737-1.04 2.204c-.104.844.142 3.01.283 3.498c.33 1.143.645 1.366 1.287 1.643c.758 1.585 1.35 3.634 6.758 4.647c.33-.372.51-.746.627-1.133c.652-.296.895-.5 1.024-1.204c.081-.448.144-1.951.083-2.472c-.373-.37-.576-1.323-.756-1.704c-.417-.88-.49-1.336-.892-2.817c-.061-.199-.194-.211-.287-.25a.9.9 0 0 1-.39-.333c-.365-.503-.137-.787-.48-1.743c-.435-1.087-.61-2.16-.278-2.481c.223-.203.373-.072.483-.03c.072.027.017-.158-.048-.426c-.263-1.094-.278-3.277-.278-3.277l.04-.002c-.134-.913-.103-1.754.492-3.029c.586-1.302 1.11-1.015 1.404-1.35c1.242-1.423 2.383-1.46 3.24-1.836c1.927-.847 3.552-.096 4.851.457c.547.24 2.14.425 2.672 1.622c.31.698.583 1.889.688 1.996c.11.513.171 1.342.114 2.25c-.07 1.122-.072 2.05-.333 3.145c-.067.266-.124.452-.05.423c.11-.04.246-.192.47.011c.33.321.263 1.44-.173 2.527c-.34.956-.153 1.132-.37 1.523c-.094.171-.158.402-.44.506c-.094.035-.208.12-.251.324c-.304 1.44-.38 1.703-.699 2.784c-.118.404-.39 1.274-.75 1.616c-.074.62.103 2.208.205 2.566c.237.838.464 1.001.927 1.204c.569 1.211 1.007 2.79 5.371 3.497q.297.048.62.092l2.98 2.558A2 2 0 0 1 53.51 51"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M53.51 51H2a2 2 0 0 1-1.32-3.503q5.39-4.73 5.545-4.783l.572-.17c5.458-1.675 6.763-3.124 7.255-4.723c.904-.404 1.242-.682 1.422-1.643c.112-.61.2-2.66.114-3.37c-.517-.505-.798-1.804-1.048-2.323c-.58-1.201-.682-1.822-1.239-3.843c-.085-.27-.269-.287-.398-.34c-.194-.08-.363-.21-.542-.454c-.507-.686-.19-1.074-.665-2.377c-.605-1.482-.849-2.945-.388-3.383c.31-.278.52-.098.671-.042c.1.038.023-.215-.066-.58c-.365-1.492-.386-4.47-.386-4.47l.056-.001c-.187-1.245-.144-2.392.682-4.13c.813-1.777 1.54-1.385 1.95-1.841c1.723-1.941 3.308-1.991 4.498-2.504c2.675-1.155 4.93-.132 6.734.623c.76.327 2.971.58 3.71 2.212c.43.95.808 2.575.954 2.72c.154.701.238 1.831.158 3.07c-.098 1.53-.1 2.795-.462 4.288c-.092.363-.171.617-.07.578c.153-.057.343-.263.653.014c.459.438.365 1.964-.24 3.446c-.473 1.303-.212 1.543-.514 2.077c-.13.233-.22.548-.611.69c-.13.048-.288.163-.348.442c-.422 1.964-.528 2.322-.97 3.796c-.165.55-.542 1.737-1.04 2.204c-.104.844.142 3.01.283 3.498c.33 1.143.645 1.366 1.287 1.643c.758 1.585 1.35 3.634 6.758 4.647c.33-.372.51-.746.627-1.133c.652-.296.895-.5 1.024-1.204c.081-.448.144-1.951.083-2.472c-.373-.37-.576-1.323-.756-1.704c-.417-.88-.49-1.336-.892-2.817c-.061-.199-.194-.211-.287-.25a.9.9 0 0 1-.39-.333c-.365-.503-.137-.787-.48-1.743c-.435-1.087-.61-2.16-.278-2.481c.223-.203.373-.072.483-.03c.072.027.017-.158-.048-.426c-.263-1.094-.278-3.277-.278-3.277l.04-.002c-.134-.913-.103-1.754.492-3.029c.586-1.302 1.11-1.015 1.404-1.35c1.242-1.423 2.383-1.46 3.24-1.836c1.927-.847 3.552-.096 4.851.457c.547.24 2.14.425 2.672 1.622c.31.698.583 1.889.688 1.996c.11.513.171 1.342.114 2.25c-.07 1.122-.072 2.05-.333 3.145c-.067.266-.124.452-.05.423c.11-.04.246-.192.47.011c.33.321.263 1.44-.173 2.527c-.34.956-.153 1.132-.37 1.523c-.094.171-.158.402-.44.506c-.094.035-.208.12-.251.324c-.304 1.44-.38 1.703-.699 2.784c-.118.404-.39 1.274-.75 1.616c-.074.62.103 2.208.205 2.566c.237.838.464 1.001.927 1.204c.569 1.211 1.007 2.79 5.371 3.497q.297.048.62.092l2.98 2.558A2 2 0 0 1 53.51 51"/></svg>
</template>

CSS

.icon-person-2-alt {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M53.51%2051H2a2%202%200%200%201-1.32-3.503q5.39-4.73%205.545-4.783l.572-.17c5.458-1.675%206.763-3.124%207.255-4.723c.904-.404%201.242-.682%201.422-1.643c.112-.61.2-2.66.114-3.37c-.517-.505-.798-1.804-1.048-2.323c-.58-1.201-.682-1.822-1.239-3.843c-.085-.27-.269-.287-.398-.34c-.194-.08-.363-.21-.542-.454c-.507-.686-.19-1.074-.665-2.377c-.605-1.482-.849-2.945-.388-3.383c.31-.278.52-.098.671-.042c.1.038.023-.215-.066-.58c-.365-1.492-.386-4.47-.386-4.47l.056-.001c-.187-1.245-.144-2.392.682-4.13c.813-1.777%201.54-1.385%201.95-1.841c1.723-1.941%203.308-1.991%204.498-2.504c2.675-1.155%204.93-.132%206.734.623c.76.327%202.971.58%203.71%202.212c.43.95.808%202.575.954%202.72c.154.701.238%201.831.158%203.07c-.098%201.53-.1%202.795-.462%204.288c-.092.363-.171.617-.07.578c.153-.057.343-.263.653.014c.459.438.365%201.964-.24%203.446c-.473%201.303-.212%201.543-.514%202.077c-.13.233-.22.548-.611.69c-.13.048-.288.163-.348.442c-.422%201.964-.528%202.322-.97%203.796c-.165.55-.542%201.737-1.04%202.204c-.104.844.142%203.01.283%203.498c.33%201.143.645%201.366%201.287%201.643c.758%201.585%201.35%203.634%206.758%204.647c.33-.372.51-.746.627-1.133c.652-.296.895-.5%201.024-1.204c.081-.448.144-1.951.083-2.472c-.373-.37-.576-1.323-.756-1.704c-.417-.88-.49-1.336-.892-2.817c-.061-.199-.194-.211-.287-.25a.9.9%200%200%201-.39-.333c-.365-.503-.137-.787-.48-1.743c-.435-1.087-.61-2.16-.278-2.481c.223-.203.373-.072.483-.03c.072.027.017-.158-.048-.426c-.263-1.094-.278-3.277-.278-3.277l.04-.002c-.134-.913-.103-1.754.492-3.029c.586-1.302%201.11-1.015%201.404-1.35c1.242-1.423%202.383-1.46%203.24-1.836c1.927-.847%203.552-.096%204.851.457c.547.24%202.14.425%202.672%201.622c.31.698.583%201.889.688%201.996c.11.513.171%201.342.114%202.25c-.07%201.122-.072%202.05-.333%203.145c-.067.266-.124.452-.05.423c.11-.04.246-.192.47.011c.33.321.263%201.44-.173%202.527c-.34.956-.153%201.132-.37%201.523c-.094.171-.158.402-.44.506c-.094.035-.208.12-.251.324c-.304%201.44-.38%201.703-.699%202.784c-.118.404-.39%201.274-.75%201.616c-.074.62.103%202.208.205%202.566c.237.838.464%201.001.927%201.204c.569%201.211%201.007%202.79%205.371%203.497q.297.048.62.092l2.98%202.558A2%202%200%200%201%2053.51%2051%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%20fill-rule%3D%22evenodd%22%20d%3D%22M53.51%2051H2a2%202%200%200%201-1.32-3.503q5.39-4.73%205.545-4.783l.572-.17c5.458-1.675%206.763-3.124%207.255-4.723c.904-.404%201.242-.682%201.422-1.643c.112-.61.2-2.66.114-3.37c-.517-.505-.798-1.804-1.048-2.323c-.58-1.201-.682-1.822-1.239-3.843c-.085-.27-.269-.287-.398-.34c-.194-.08-.363-.21-.542-.454c-.507-.686-.19-1.074-.665-2.377c-.605-1.482-.849-2.945-.388-3.383c.31-.278.52-.098.671-.042c.1.038.023-.215-.066-.58c-.365-1.492-.386-4.47-.386-4.47l.056-.001c-.187-1.245-.144-2.392.682-4.13c.813-1.777%201.54-1.385%201.95-1.841c1.723-1.941%203.308-1.991%204.498-2.504c2.675-1.155%204.93-.132%206.734.623c.76.327%202.971.58%203.71%202.212c.43.95.808%202.575.954%202.72c.154.701.238%201.831.158%203.07c-.098%201.53-.1%202.795-.462%204.288c-.092.363-.171.617-.07.578c.153-.057.343-.263.653.014c.459.438.365%201.964-.24%203.446c-.473%201.303-.212%201.543-.514%202.077c-.13.233-.22.548-.611.69c-.13.048-.288.163-.348.442c-.422%201.964-.528%202.322-.97%203.796c-.165.55-.542%201.737-1.04%202.204c-.104.844.142%203.01.283%203.498c.33%201.143.645%201.366%201.287%201.643c.758%201.585%201.35%203.634%206.758%204.647c.33-.372.51-.746.627-1.133c.652-.296.895-.5%201.024-1.204c.081-.448.144-1.951.083-2.472c-.373-.37-.576-1.323-.756-1.704c-.417-.88-.49-1.336-.892-2.817c-.061-.199-.194-.211-.287-.25a.9.9%200%200%201-.39-.333c-.365-.503-.137-.787-.48-1.743c-.435-1.087-.61-2.16-.278-2.481c.223-.203.373-.072.483-.03c.072.027.017-.158-.048-.426c-.263-1.094-.278-3.277-.278-3.277l.04-.002c-.134-.913-.103-1.754.492-3.029c.586-1.302%201.11-1.015%201.404-1.35c1.242-1.423%202.383-1.46%203.24-1.836c1.927-.847%203.552-.096%204.851.457c.547.24%202.14.425%202.672%201.622c.31.698.583%201.889.688%201.996c.11.513.171%201.342.114%202.25c-.07%201.122-.072%202.05-.333%203.145c-.067.266-.124.452-.05.423c.11-.04.246-.192.47.011c.33.321.263%201.44-.173%202.527c-.34.956-.153%201.132-.37%201.523c-.094.171-.158.402-.44.506c-.094.035-.208.12-.251.324c-.304%201.44-.38%201.703-.699%202.784c-.118.404-.39%201.274-.75%201.616c-.074.62.103%202.208.205%202.566c.237.838.464%201.001.927%201.204c.569%201.211%201.007%202.79%205.371%203.497q.297.048.62.092l2.98%202.558A2%202%200%200%201%2053.51%2051%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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