male icon
male from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- male
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- male-outline, male-outline-sharp, male-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the male icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 4.5v5h-1V6.233l-5.129 5.084q.495.72.812 1.52T14.5 14.5q0 2.091-1.454 3.546T9.502 19.5t-3.546-1.454T4.5 14.502t1.455-3.546T9.5 9.5q.864 0 1.654.315q.79.314 1.504.814L17.787 5.5H14.5v-1zM6.67 11.672Q5.5 12.845 5.5 14.503q0 1.659 1.172 2.828Q7.845 18.5 9.503 18.5q1.659 0 2.828-1.172q1.169-1.173 1.169-2.831t-1.172-2.828T9.497 10.5t-2.828 1.172"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMale(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="M19.5 4.5v5h-1V6.233l-5.129 5.084q.495.72.812 1.52T14.5 14.5q0 2.091-1.454 3.546T9.502 19.5t-3.546-1.454T4.5 14.502t1.455-3.546T9.5 9.5q.864 0 1.654.315q.79.314 1.504.814L17.787 5.5H14.5v-1zM6.67 11.672Q5.5 12.845 5.5 14.503q0 1.659 1.172 2.828Q7.845 18.5 9.503 18.5q1.659 0 2.828-1.172q1.169-1.173 1.169-2.831t-1.172-2.828T9.497 10.5t-2.828 1.172"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 4.5v5h-1V6.233l-5.129 5.084q.495.72.812 1.52T14.5 14.5q0 2.091-1.454 3.546T9.502 19.5t-3.546-1.454T4.5 14.502t1.455-3.546T9.5 9.5q.864 0 1.654.315q.79.314 1.504.814L17.787 5.5H14.5v-1zM6.67 11.672Q5.5 12.845 5.5 14.503q0 1.659 1.172 2.828Q7.845 18.5 9.503 18.5q1.659 0 2.828-1.172q1.169-1.173 1.169-2.831t-1.172-2.828T9.497 10.5t-2.828 1.172"/></svg> </template>
CSS
.icon-male {
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%22M19.5%204.5v5h-1V6.233l-5.129%205.084q.495.72.812%201.52T14.5%2014.5q0%202.091-1.454%203.546T9.502%2019.5t-3.546-1.454T4.5%2014.502t1.455-3.546T9.5%209.5q.864%200%201.654.315q.79.314%201.504.814L17.787%205.5H14.5v-1zM6.67%2011.672Q5.5%2012.845%205.5%2014.503q0%201.659%201.172%202.828Q7.845%2018.5%209.503%2018.5q1.659%200%202.828-1.172q1.169-1.173%201.169-2.831t-1.172-2.828T9.497%2010.5t-2.828%201.172%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%22M19.5%204.5v5h-1V6.233l-5.129%205.084q.495.72.812%201.52T14.5%2014.5q0%202.091-1.454%203.546T9.502%2019.5t-3.546-1.454T4.5%2014.502t1.455-3.546T9.5%209.5q.864%200%201.654.315q.79.314%201.504.814L17.787%205.5H14.5v-1zM6.67%2011.672Q5.5%2012.845%205.5%2014.503q0%201.659%201.172%202.828Q7.845%2018.5%209.503%2018.5q1.659%200%202.828-1.172q1.169-1.173%201.169-2.831t-1.172-2.828T9.497%2010.5t-2.828%201.172%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/male.svg?color=%231a73e8&size=48