md man icon
md-man from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-man
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md man icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 106.6c20.6.1 37.3-16.6 37.3-37.3 0-20.6-16.7-37.3-37.3-37.3-20.6 0-37.3 16.7-37.3 37.3 0 20.6 16.7 37.3 37.3 37.3z" fill="currentColor"/><path d="M293.4 115h-74.8c-28.2 0-46.6 24.8-46.6 48.4V277c0 22 31 22 31 0V172h6v285.6c0 30.4 42 29.4 43 0V293h8v164.7c1.7 31.2 43 28.2 43-.1V172h5v105c0 22 32 22 32 0V163.4c0-23.5-18.5-48.4-46.6-48.4z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdMan(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 106.6c20.6.1 37.3-16.6 37.3-37.3 0-20.6-16.7-37.3-37.3-37.3-20.6 0-37.3 16.7-37.3 37.3 0 20.6 16.7 37.3 37.3 37.3z" fill="currentColor"/><path d="M293.4 115h-74.8c-28.2 0-46.6 24.8-46.6 48.4V277c0 22 31 22 31 0V172h6v285.6c0 30.4 42 29.4 43 0V293h8v164.7c1.7 31.2 43 28.2 43-.1V172h5v105c0 22 32 22 32 0V163.4c0-23.5-18.5-48.4-46.6-48.4z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 106.6c20.6.1 37.3-16.6 37.3-37.3 0-20.6-16.7-37.3-37.3-37.3-20.6 0-37.3 16.7-37.3 37.3 0 20.6 16.7 37.3 37.3 37.3z" fill="currentColor"/><path d="M293.4 115h-74.8c-28.2 0-46.6 24.8-46.6 48.4V277c0 22 31 22 31 0V172h6v285.6c0 30.4 42 29.4 43 0V293h8v164.7c1.7 31.2 43 28.2 43-.1V172h5v105c0 22 32 22 32 0V163.4c0-23.5-18.5-48.4-46.6-48.4z" fill="currentColor"/></svg> </template>
CSS
.icon-md-man {
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%20512%20512%22%3E%3Cpath%20d%3D%22M256%20106.6c20.6.1%2037.3-16.6%2037.3-37.3%200-20.6-16.7-37.3-37.3-37.3-20.6%200-37.3%2016.7-37.3%2037.3%200%2020.6%2016.7%2037.3%2037.3%2037.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M293.4%20115h-74.8c-28.2%200-46.6%2024.8-46.6%2048.4V277c0%2022%2031%2022%2031%200V172h6v285.6c0%2030.4%2042%2029.4%2043%200V293h8v164.7c1.7%2031.2%2043%2028.2%2043-.1V172h5v105c0%2022%2032%2022%2032%200V163.4c0-23.5-18.5-48.4-46.6-48.4z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M256%20106.6c20.6.1%2037.3-16.6%2037.3-37.3%200-20.6-16.7-37.3-37.3-37.3-20.6%200-37.3%2016.7-37.3%2037.3%200%2020.6%2016.7%2037.3%2037.3%2037.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M293.4%20115h-74.8c-28.2%200-46.6%2024.8-46.6%2048.4V277c0%2022%2031%2022%2031%200V172h6v285.6c0%2030.4%2042%2029.4%2043%200V293h8v164.7c1.7%2031.2%2043%2028.2%2043-.1V172h5v105c0%2022%2032%2022%2032%200V163.4c0-23.5-18.5-48.4-46.6-48.4z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-man.svg?color=%231a73e8&size=48