outline person 2 icon

outline-person-2 from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
outline-person-2
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the outline person 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.39 14.56C16.71 13.7 14.53 13 12 13s-4.71.7-6.39 1.56A2.97 2.97 0 0 0 4 17.22V20h16v-2.78c0-1.12-.61-2.15-1.61-2.66M18 18H6v-.78c0-.38.2-.72.52-.88C7.71 15.73 9.63 15 12 15s4.29.73 5.48 1.34c.32.16.52.5.52.88zm-8.22-6h4.44c1.21 0 2.14-1.06 1.98-2.26l-.32-2.45C15.57 5.39 13.92 4 12 4S8.43 5.39 8.12 7.29L7.8 9.74c-.16 1.2.77 2.26 1.98 2.26m.32-4.41C10.26 6.67 11.06 6 12 6s1.74.67 1.9 1.59l.32 2.41H9.78z"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlinePerson2(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="M18.39 14.56C16.71 13.7 14.53 13 12 13s-4.71.7-6.39 1.56A2.97 2.97 0 0 0 4 17.22V20h16v-2.78c0-1.12-.61-2.15-1.61-2.66M18 18H6v-.78c0-.38.2-.72.52-.88C7.71 15.73 9.63 15 12 15s4.29.73 5.48 1.34c.32.16.52.5.52.88zm-8.22-6h4.44c1.21 0 2.14-1.06 1.98-2.26l-.32-2.45C15.57 5.39 13.92 4 12 4S8.43 5.39 8.12 7.29L7.8 9.74c-.16 1.2.77 2.26 1.98 2.26m.32-4.41C10.26 6.67 11.06 6 12 6s1.74.67 1.9 1.59l.32 2.41H9.78z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.39 14.56C16.71 13.7 14.53 13 12 13s-4.71.7-6.39 1.56A2.97 2.97 0 0 0 4 17.22V20h16v-2.78c0-1.12-.61-2.15-1.61-2.66M18 18H6v-.78c0-.38.2-.72.52-.88C7.71 15.73 9.63 15 12 15s4.29.73 5.48 1.34c.32.16.52.5.52.88zm-8.22-6h4.44c1.21 0 2.14-1.06 1.98-2.26l-.32-2.45C15.57 5.39 13.92 4 12 4S8.43 5.39 8.12 7.29L7.8 9.74c-.16 1.2.77 2.26 1.98 2.26m.32-4.41C10.26 6.67 11.06 6 12 6s1.74.67 1.9 1.59l.32 2.41H9.78z"/></svg>
</template>

CSS

.icon-outline-person-2 {
  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%22M18.39%2014.56C16.71%2013.7%2014.53%2013%2012%2013s-4.71.7-6.39%201.56A2.97%202.97%200%200%200%204%2017.22V20h16v-2.78c0-1.12-.61-2.15-1.61-2.66M18%2018H6v-.78c0-.38.2-.72.52-.88C7.71%2015.73%209.63%2015%2012%2015s4.29.73%205.48%201.34c.32.16.52.5.52.88zm-8.22-6h4.44c1.21%200%202.14-1.06%201.98-2.26l-.32-2.45C15.57%205.39%2013.92%204%2012%204S8.43%205.39%208.12%207.29L7.8%209.74c-.16%201.2.77%202.26%201.98%202.26m.32-4.41C10.26%206.67%2011.06%206%2012%206s1.74.67%201.9%201.59l.32%202.41H9.78z%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%22M18.39%2014.56C16.71%2013.7%2014.53%2013%2012%2013s-4.71.7-6.39%201.56A2.97%202.97%200%200%200%204%2017.22V20h16v-2.78c0-1.12-.61-2.15-1.61-2.66M18%2018H6v-.78c0-.38.2-.72.52-.88C7.71%2015.73%209.63%2015%2012%2015s4.29.73%205.48%201.34c.32.16.52.5.52.88zm-8.22-6h4.44c1.21%200%202.14-1.06%201.98-2.26l-.32-2.45C15.57%205.39%2013.92%204%2012%204S8.43%205.39%208.12%207.29L7.8%209.74c-.16%201.2.77%202.26%201.98%202.26m.32-4.41C10.26%206.67%2011.06%206%2012%206s1.74.67%201.9%201.59l.32%202.41H9.78z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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