globe-person-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
globe-person-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the globe person icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.313 17.893q-.642.106-1.313.107a8 8 0 1 1 7.993-7.669a3 3 0 0 0-1.02-.945A7 7 0 0 0 16.54 7.5h-2.733c.097.608.16 1.247.183 1.907c-.4.233-.74.556-.994.94Q13 10.175 13 10c0-.883-.073-1.725-.206-2.5H7.206A15 15 0 0 0 7 10c0 .883.073 1.725.206 2.5h5.335c.06.359.185.696.36 1H7.42c.153.59.342 1.126.56 1.592C8.592 16.41 9.342 17 10 17c.32 0 .663-.14 1-.437c.01.453.11.907.313 1.33m.709-12.985C11.407 3.59 10.657 3 10 3s-1.407.59-2.022 1.908A9.3 9.3 0 0 0 7.42 6.5h5.162a9.3 9.3 0 0 0-.56-1.592M6.389 6.5c.176-.743.407-1.422.683-2.015c.186-.399.401-.773.642-1.103A7.02 7.02 0 0 0 3.936 6.5zM6 10c0-.87.067-1.712.193-2.5H3.46A7 7 0 0 0 3 10c0 .88.163 1.724.46 2.5h2.733A16 16 0 0 1 6 10m1.072 5.515a10.5 10.5 0 0 1-.683-2.015H3.936a7.02 7.02 0 0 0 3.778 3.118a6.6 6.6 0 0 1-.642-1.103M16.064 6.5a7.02 7.02 0 0 0-3.778-3.118c.241.33.456.704.642 1.103c.276.593.507 1.272.683 2.015zM17.5 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0m1.5 4.5c0 1.245-1 2.5-3.5 2.5S12 17.75 12 16.5a1.5 1.5 0 0 1 1.5-1.5h4a1.5 1.5 0 0 1 1.5 1.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlobePerson20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.313 17.893q-.642.106-1.313.107a8 8 0 1 1 7.993-7.669a3 3 0 0 0-1.02-.945A7 7 0 0 0 16.54 7.5h-2.733c.097.608.16 1.247.183 1.907c-.4.233-.74.556-.994.94Q13 10.175 13 10c0-.883-.073-1.725-.206-2.5H7.206A15 15 0 0 0 7 10c0 .883.073 1.725.206 2.5h5.335c.06.359.185.696.36 1H7.42c.153.59.342 1.126.56 1.592C8.592 16.41 9.342 17 10 17c.32 0 .663-.14 1-.437c.01.453.11.907.313 1.33m.709-12.985C11.407 3.59 10.657 3 10 3s-1.407.59-2.022 1.908A9.3 9.3 0 0 0 7.42 6.5h5.162a9.3 9.3 0 0 0-.56-1.592M6.389 6.5c.176-.743.407-1.422.683-2.015c.186-.399.401-.773.642-1.103A7.02 7.02 0 0 0 3.936 6.5zM6 10c0-.87.067-1.712.193-2.5H3.46A7 7 0 0 0 3 10c0 .88.163 1.724.46 2.5h2.733A16 16 0 0 1 6 10m1.072 5.515a10.5 10.5 0 0 1-.683-2.015H3.936a7.02 7.02 0 0 0 3.778 3.118a6.6 6.6 0 0 1-.642-1.103M16.064 6.5a7.02 7.02 0 0 0-3.778-3.118c.241.33.456.704.642 1.103c.276.593.507 1.272.683 2.015zM17.5 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0m1.5 4.5c0 1.245-1 2.5-3.5 2.5S12 17.75 12 16.5a1.5 1.5 0 0 1 1.5-1.5h4a1.5 1.5 0 0 1 1.5 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.313 17.893q-.642.106-1.313.107a8 8 0 1 1 7.993-7.669a3 3 0 0 0-1.02-.945A7 7 0 0 0 16.54 7.5h-2.733c.097.608.16 1.247.183 1.907c-.4.233-.74.556-.994.94Q13 10.175 13 10c0-.883-.073-1.725-.206-2.5H7.206A15 15 0 0 0 7 10c0 .883.073 1.725.206 2.5h5.335c.06.359.185.696.36 1H7.42c.153.59.342 1.126.56 1.592C8.592 16.41 9.342 17 10 17c.32 0 .663-.14 1-.437c.01.453.11.907.313 1.33m.709-12.985C11.407 3.59 10.657 3 10 3s-1.407.59-2.022 1.908A9.3 9.3 0 0 0 7.42 6.5h5.162a9.3 9.3 0 0 0-.56-1.592M6.389 6.5c.176-.743.407-1.422.683-2.015c.186-.399.401-.773.642-1.103A7.02 7.02 0 0 0 3.936 6.5zM6 10c0-.87.067-1.712.193-2.5H3.46A7 7 0 0 0 3 10c0 .88.163 1.724.46 2.5h2.733A16 16 0 0 1 6 10m1.072 5.515a10.5 10.5 0 0 1-.683-2.015H3.936a7.02 7.02 0 0 0 3.778 3.118a6.6 6.6 0 0 1-.642-1.103M16.064 6.5a7.02 7.02 0 0 0-3.778-3.118c.241.33.456.704.642 1.103c.276.593.507 1.272.683 2.015zM17.5 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0m1.5 4.5c0 1.245-1 2.5-3.5 2.5S12 17.75 12 16.5a1.5 1.5 0 0 1 1.5-1.5h4a1.5 1.5 0 0 1 1.5 1.5"/></svg>
</template>

CSS

.icon-globe-person-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.313%2017.893q-.642.106-1.313.107a8%208%200%201%201%207.993-7.669a3%203%200%200%200-1.02-.945A7%207%200%200%200%2016.54%207.5h-2.733c.097.608.16%201.247.183%201.907c-.4.233-.74.556-.994.94Q13%2010.175%2013%2010c0-.883-.073-1.725-.206-2.5H7.206A15%2015%200%200%200%207%2010c0%20.883.073%201.725.206%202.5h5.335c.06.359.185.696.36%201H7.42c.153.59.342%201.126.56%201.592C8.592%2016.41%209.342%2017%2010%2017c.32%200%20.663-.14%201-.437c.01.453.11.907.313%201.33m.709-12.985C11.407%203.59%2010.657%203%2010%203s-1.407.59-2.022%201.908A9.3%209.3%200%200%200%207.42%206.5h5.162a9.3%209.3%200%200%200-.56-1.592M6.389%206.5c.176-.743.407-1.422.683-2.015c.186-.399.401-.773.642-1.103A7.02%207.02%200%200%200%203.936%206.5zM6%2010c0-.87.067-1.712.193-2.5H3.46A7%207%200%200%200%203%2010c0%20.88.163%201.724.46%202.5h2.733A16%2016%200%200%201%206%2010m1.072%205.515a10.5%2010.5%200%200%201-.683-2.015H3.936a7.02%207.02%200%200%200%203.778%203.118a6.6%206.6%200%200%201-.642-1.103M16.064%206.5a7.02%207.02%200%200%200-3.778-3.118c.241.33.456.704.642%201.103c.276.593.507%201.272.683%202.015zM17.5%2012a2%202%200%201%201-4%200a2%202%200%200%201%204%200m1.5%204.5c0%201.245-1%202.5-3.5%202.5S12%2017.75%2012%2016.5a1.5%201.5%200%200%201%201.5-1.5h4a1.5%201.5%200%200%201%201.5%201.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.313%2017.893q-.642.106-1.313.107a8%208%200%201%201%207.993-7.669a3%203%200%200%200-1.02-.945A7%207%200%200%200%2016.54%207.5h-2.733c.097.608.16%201.247.183%201.907c-.4.233-.74.556-.994.94Q13%2010.175%2013%2010c0-.883-.073-1.725-.206-2.5H7.206A15%2015%200%200%200%207%2010c0%20.883.073%201.725.206%202.5h5.335c.06.359.185.696.36%201H7.42c.153.59.342%201.126.56%201.592C8.592%2016.41%209.342%2017%2010%2017c.32%200%20.663-.14%201-.437c.01.453.11.907.313%201.33m.709-12.985C11.407%203.59%2010.657%203%2010%203s-1.407.59-2.022%201.908A9.3%209.3%200%200%200%207.42%206.5h5.162a9.3%209.3%200%200%200-.56-1.592M6.389%206.5c.176-.743.407-1.422.683-2.015c.186-.399.401-.773.642-1.103A7.02%207.02%200%200%200%203.936%206.5zM6%2010c0-.87.067-1.712.193-2.5H3.46A7%207%200%200%200%203%2010c0%20.88.163%201.724.46%202.5h2.733A16%2016%200%200%201%206%2010m1.072%205.515a10.5%2010.5%200%200%201-.683-2.015H3.936a7.02%207.02%200%200%200%203.778%203.118a6.6%206.6%200%200%201-.642-1.103M16.064%206.5a7.02%207.02%200%200%200-3.778-3.118c.241.33.456.704.642%201.103c.276.593.507%201.272.683%202.015zM17.5%2012a2%202%200%201%201-4%200a2%202%200%200%201%204%200m1.5%204.5c0%201.245-1%202.5-3.5%202.5S12%2017.75%2012%2016.5a1.5%201.5%200%200%201%201.5-1.5h4a1.5%201.5%200%200%201%201.5%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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