man-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
man-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
man, man-outline

The same icon in other sets

Use the man icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M874 120H622c-3.3 0-6 2.7-6 6v56c0 3.3 2.7 6 6 6h160.4L583.1 387.3c-50-38.5-111-59.3-175.1-59.3c-76.9 0-149.3 30-203.6 84.4S120 539.1 120 616s30 149.3 84.4 203.6C258.7 874 331.1 904 408 904s149.3-30 203.6-84.4C666 765.3 696 692.9 696 616c0-64.1-20.8-124.9-59.2-174.9L836 241.9V402c0 3.3 2.7 6 6 6h56c3.3 0 6-2.7 6-6V150c0-16.5-13.5-30-30-30M408 828c-116.9 0-212-95.1-212-212s95.1-212 212-212s212 95.1 212 212s-95.1 212-212 212"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignManOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M874 120H622c-3.3 0-6 2.7-6 6v56c0 3.3 2.7 6 6 6h160.4L583.1 387.3c-50-38.5-111-59.3-175.1-59.3c-76.9 0-149.3 30-203.6 84.4S120 539.1 120 616s30 149.3 84.4 203.6C258.7 874 331.1 904 408 904s149.3-30 203.6-84.4C666 765.3 696 692.9 696 616c0-64.1-20.8-124.9-59.2-174.9L836 241.9V402c0 3.3 2.7 6 6 6h56c3.3 0 6-2.7 6-6V150c0-16.5-13.5-30-30-30M408 828c-116.9 0-212-95.1-212-212s95.1-212 212-212s212 95.1 212 212s-95.1 212-212 212"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M874 120H622c-3.3 0-6 2.7-6 6v56c0 3.3 2.7 6 6 6h160.4L583.1 387.3c-50-38.5-111-59.3-175.1-59.3c-76.9 0-149.3 30-203.6 84.4S120 539.1 120 616s30 149.3 84.4 203.6C258.7 874 331.1 904 408 904s149.3-30 203.6-84.4C666 765.3 696 692.9 696 616c0-64.1-20.8-124.9-59.2-174.9L836 241.9V402c0 3.3 2.7 6 6 6h56c3.3 0 6-2.7 6-6V150c0-16.5-13.5-30-30-30M408 828c-116.9 0-212-95.1-212-212s95.1-212 212-212s212 95.1 212 212s-95.1 212-212 212"/></svg>
</template>

CSS

.icon-man-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M874%20120H622c-3.3%200-6%202.7-6%206v56c0%203.3%202.7%206%206%206h160.4L583.1%20387.3c-50-38.5-111-59.3-175.1-59.3c-76.9%200-149.3%2030-203.6%2084.4S120%20539.1%20120%20616s30%20149.3%2084.4%20203.6C258.7%20874%20331.1%20904%20408%20904s149.3-30%20203.6-84.4C666%20765.3%20696%20692.9%20696%20616c0-64.1-20.8-124.9-59.2-174.9L836%20241.9V402c0%203.3%202.7%206%206%206h56c3.3%200%206-2.7%206-6V150c0-16.5-13.5-30-30-30M408%20828c-116.9%200-212-95.1-212-212s95.1-212%20212-212s212%2095.1%20212%20212s-95.1%20212-212%20212%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M874%20120H622c-3.3%200-6%202.7-6%206v56c0%203.3%202.7%206%206%206h160.4L583.1%20387.3c-50-38.5-111-59.3-175.1-59.3c-76.9%200-149.3%2030-203.6%2084.4S120%20539.1%20120%20616s30%20149.3%2084.4%20203.6C258.7%20874%20331.1%20904%20408%20904s149.3-30%20203.6-84.4C666%20765.3%20696%20692.9%20696%20616c0-64.1-20.8-124.9-59.2-174.9L836%20241.9V402c0%203.3%202.7%206%206%206h56c3.3%200%206-2.7%206-6V150c0-16.5-13.5-30-30-30M408%20828c-116.9%200-212-95.1-212-212s95.1-212%20212-212s212%2095.1%20212%20212s-95.1%20212-212%20212%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/man-outlined.svg?color=%231a73e8&size=48