ios male icon

ios-male from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-male
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios male icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M450.4 48H341.5c-7.5 0-13.6 6.1-13.6 13.6s6.1 13.6 13.6 13.6h75.4L326.7 166c-30.6-26-69.3-40.3-109.6-40.3-22.8 0-45 4.5-65.8 13.3-20.1 8.5-38.2 20.7-53.8 36.2C82 190.8 69.8 208.9 61.3 229 52.5 249.9 48 272 48 294.9s4.5 45 13.3 65.8c8.5 20.1 20.7 38.2 36.2 53.8 15.5 15.5 33.6 27.7 53.8 36.2 20.9 8.8 43 13.3 65.8 13.3 22.8 0 45-4.5 65.8-13.3 20.1-8.5 38.2-20.7 53.8-36.2 15.5-15.5 27.7-33.6 36.2-53.8 8.8-20.9 13.3-43 13.3-65.8 0-40.3-14.3-79-40.3-109.6L436.7 95v75.4c0 7.5 6.1 13.6 13.6 13.6s13.6-6.1 13.6-13.6V61.6c.1-7.5-6-13.6-13.5-13.6zM359 294.9c0 37.9-14.8 73.5-41.6 100.3-26.8 26.8-62.4 41.6-100.3 41.6s-73.5-14.8-100.3-41.6C90 368.4 75.2 332.8 75.2 294.9s14.8-73.5 41.6-100.3c26.8-26.8 62.4-41.6 100.3-41.6s73.5 14.8 100.3 41.6C344.3 221.3 359 257 359 294.9z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosMale(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M450.4 48H341.5c-7.5 0-13.6 6.1-13.6 13.6s6.1 13.6 13.6 13.6h75.4L326.7 166c-30.6-26-69.3-40.3-109.6-40.3-22.8 0-45 4.5-65.8 13.3-20.1 8.5-38.2 20.7-53.8 36.2C82 190.8 69.8 208.9 61.3 229 52.5 249.9 48 272 48 294.9s4.5 45 13.3 65.8c8.5 20.1 20.7 38.2 36.2 53.8 15.5 15.5 33.6 27.7 53.8 36.2 20.9 8.8 43 13.3 65.8 13.3 22.8 0 45-4.5 65.8-13.3 20.1-8.5 38.2-20.7 53.8-36.2 15.5-15.5 27.7-33.6 36.2-53.8 8.8-20.9 13.3-43 13.3-65.8 0-40.3-14.3-79-40.3-109.6L436.7 95v75.4c0 7.5 6.1 13.6 13.6 13.6s13.6-6.1 13.6-13.6V61.6c.1-7.5-6-13.6-13.5-13.6zM359 294.9c0 37.9-14.8 73.5-41.6 100.3-26.8 26.8-62.4 41.6-100.3 41.6s-73.5-14.8-100.3-41.6C90 368.4 75.2 332.8 75.2 294.9s14.8-73.5 41.6-100.3c26.8-26.8 62.4-41.6 100.3-41.6s73.5 14.8 100.3 41.6C344.3 221.3 359 257 359 294.9z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M450.4 48H341.5c-7.5 0-13.6 6.1-13.6 13.6s6.1 13.6 13.6 13.6h75.4L326.7 166c-30.6-26-69.3-40.3-109.6-40.3-22.8 0-45 4.5-65.8 13.3-20.1 8.5-38.2 20.7-53.8 36.2C82 190.8 69.8 208.9 61.3 229 52.5 249.9 48 272 48 294.9s4.5 45 13.3 65.8c8.5 20.1 20.7 38.2 36.2 53.8 15.5 15.5 33.6 27.7 53.8 36.2 20.9 8.8 43 13.3 65.8 13.3 22.8 0 45-4.5 65.8-13.3 20.1-8.5 38.2-20.7 53.8-36.2 15.5-15.5 27.7-33.6 36.2-53.8 8.8-20.9 13.3-43 13.3-65.8 0-40.3-14.3-79-40.3-109.6L436.7 95v75.4c0 7.5 6.1 13.6 13.6 13.6s13.6-6.1 13.6-13.6V61.6c.1-7.5-6-13.6-13.5-13.6zM359 294.9c0 37.9-14.8 73.5-41.6 100.3-26.8 26.8-62.4 41.6-100.3 41.6s-73.5-14.8-100.3-41.6C90 368.4 75.2 332.8 75.2 294.9s14.8-73.5 41.6-100.3c26.8-26.8 62.4-41.6 100.3-41.6s73.5 14.8 100.3 41.6C344.3 221.3 359 257 359 294.9z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%20512%20512%22%3E%3Cpath%20d%3D%22M450.4%2048H341.5c-7.5%200-13.6%206.1-13.6%2013.6s6.1%2013.6%2013.6%2013.6h75.4L326.7%20166c-30.6-26-69.3-40.3-109.6-40.3-22.8%200-45%204.5-65.8%2013.3-20.1%208.5-38.2%2020.7-53.8%2036.2C82%20190.8%2069.8%20208.9%2061.3%20229%2052.5%20249.9%2048%20272%2048%20294.9s4.5%2045%2013.3%2065.8c8.5%2020.1%2020.7%2038.2%2036.2%2053.8%2015.5%2015.5%2033.6%2027.7%2053.8%2036.2%2020.9%208.8%2043%2013.3%2065.8%2013.3%2022.8%200%2045-4.5%2065.8-13.3%2020.1-8.5%2038.2-20.7%2053.8-36.2%2015.5-15.5%2027.7-33.6%2036.2-53.8%208.8-20.9%2013.3-43%2013.3-65.8%200-40.3-14.3-79-40.3-109.6L436.7%2095v75.4c0%207.5%206.1%2013.6%2013.6%2013.6s13.6-6.1%2013.6-13.6V61.6c.1-7.5-6-13.6-13.5-13.6zM359%20294.9c0%2037.9-14.8%2073.5-41.6%20100.3-26.8%2026.8-62.4%2041.6-100.3%2041.6s-73.5-14.8-100.3-41.6C90%20368.4%2075.2%20332.8%2075.2%20294.9s14.8-73.5%2041.6-100.3c26.8-26.8%2062.4-41.6%20100.3-41.6s73.5%2014.8%20100.3%2041.6C344.3%20221.3%20359%20257%20359%20294.9z%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%22M450.4%2048H341.5c-7.5%200-13.6%206.1-13.6%2013.6s6.1%2013.6%2013.6%2013.6h75.4L326.7%20166c-30.6-26-69.3-40.3-109.6-40.3-22.8%200-45%204.5-65.8%2013.3-20.1%208.5-38.2%2020.7-53.8%2036.2C82%20190.8%2069.8%20208.9%2061.3%20229%2052.5%20249.9%2048%20272%2048%20294.9s4.5%2045%2013.3%2065.8c8.5%2020.1%2020.7%2038.2%2036.2%2053.8%2015.5%2015.5%2033.6%2027.7%2053.8%2036.2%2020.9%208.8%2043%2013.3%2065.8%2013.3%2022.8%200%2045-4.5%2065.8-13.3%2020.1-8.5%2038.2-20.7%2053.8-36.2%2015.5-15.5%2027.7-33.6%2036.2-53.8%208.8-20.9%2013.3-43%2013.3-65.8%200-40.3-14.3-79-40.3-109.6L436.7%2095v75.4c0%207.5%206.1%2013.6%2013.6%2013.6s13.6-6.1%2013.6-13.6V61.6c.1-7.5-6-13.6-13.5-13.6zM359%20294.9c0%2037.9-14.8%2073.5-41.6%20100.3-26.8%2026.8-62.4%2041.6-100.3%2041.6s-73.5-14.8-100.3-41.6C90%20368.4%2075.2%20332.8%2075.2%20294.9s14.8-73.5%2041.6-100.3c26.8-26.8%2062.4-41.6%20100.3-41.6s73.5%2014.8%20100.3%2041.6C344.3%20221.3%20359%20257%20359%20294.9z%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/ios-male.svg?color=%231a73e8&size=48