ios man icon
ios-man from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-man
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios man icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M255.7 106.6h-.2c-25 0-45.5-20.3-45.5-45.3 0-25 20.4-45.3 45.5-45.3S301 36.3 301 61.3c0 12.1-4.7 23.5-13.3 32-8.5 8.6-19.9 13.3-32 13.3z" fill="currentColor"/><path d="M221.2 496c-14.4 0-27-10.5-27-30.4l1-277.6h-10v105c0 9.3-3 15.1-6.4 18.3-4.3 4.1-9.1 6.4-15.2 6.4-6.2 0-10.9-2.3-15.2-6.4-3.4-3.2-6.4-8.9-6.4-18.3V171.4c0-13.8 4.4-27.8 13.8-38.4 10.4-11.6 23.6-18 39-18h122.3c15.4 0 28.6 6.4 39 18.1 9.4 10.6 13.8 24.5 13.8 38.3V293c0 7.3-1.7 13.8-6.6 18.3-4.4 4-9.3 6.2-15.5 6.2s-11.1-2.2-15.5-6.2c-4.9-4.5-6.6-11-6.6-18.3V188h-9v277.6c0 19.7-13.4 30.4-27.8 30.4-13.4 0-26.3-9.3-27.4-29.8V325h-12v140.9c-.7 19.7-13.8 30.1-28.3 30.1z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosMan(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M255.7 106.6h-.2c-25 0-45.5-20.3-45.5-45.3 0-25 20.4-45.3 45.5-45.3S301 36.3 301 61.3c0 12.1-4.7 23.5-13.3 32-8.5 8.6-19.9 13.3-32 13.3z" fill="currentColor"/><path d="M221.2 496c-14.4 0-27-10.5-27-30.4l1-277.6h-10v105c0 9.3-3 15.1-6.4 18.3-4.3 4.1-9.1 6.4-15.2 6.4-6.2 0-10.9-2.3-15.2-6.4-3.4-3.2-6.4-8.9-6.4-18.3V171.4c0-13.8 4.4-27.8 13.8-38.4 10.4-11.6 23.6-18 39-18h122.3c15.4 0 28.6 6.4 39 18.1 9.4 10.6 13.8 24.5 13.8 38.3V293c0 7.3-1.7 13.8-6.6 18.3-4.4 4-9.3 6.2-15.5 6.2s-11.1-2.2-15.5-6.2c-4.9-4.5-6.6-11-6.6-18.3V188h-9v277.6c0 19.7-13.4 30.4-27.8 30.4-13.4 0-26.3-9.3-27.4-29.8V325h-12v140.9c-.7 19.7-13.8 30.1-28.3 30.1z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M255.7 106.6h-.2c-25 0-45.5-20.3-45.5-45.3 0-25 20.4-45.3 45.5-45.3S301 36.3 301 61.3c0 12.1-4.7 23.5-13.3 32-8.5 8.6-19.9 13.3-32 13.3z" fill="currentColor"/><path d="M221.2 496c-14.4 0-27-10.5-27-30.4l1-277.6h-10v105c0 9.3-3 15.1-6.4 18.3-4.3 4.1-9.1 6.4-15.2 6.4-6.2 0-10.9-2.3-15.2-6.4-3.4-3.2-6.4-8.9-6.4-18.3V171.4c0-13.8 4.4-27.8 13.8-38.4 10.4-11.6 23.6-18 39-18h122.3c15.4 0 28.6 6.4 39 18.1 9.4 10.6 13.8 24.5 13.8 38.3V293c0 7.3-1.7 13.8-6.6 18.3-4.4 4-9.3 6.2-15.5 6.2s-11.1-2.2-15.5-6.2c-4.9-4.5-6.6-11-6.6-18.3V188h-9v277.6c0 19.7-13.4 30.4-27.8 30.4-13.4 0-26.3-9.3-27.4-29.8V325h-12v140.9c-.7 19.7-13.8 30.1-28.3 30.1z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-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%22M255.7%20106.6h-.2c-25%200-45.5-20.3-45.5-45.3%200-25%2020.4-45.3%2045.5-45.3S301%2036.3%20301%2061.3c0%2012.1-4.7%2023.5-13.3%2032-8.5%208.6-19.9%2013.3-32%2013.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M221.2%20496c-14.4%200-27-10.5-27-30.4l1-277.6h-10v105c0%209.3-3%2015.1-6.4%2018.3-4.3%204.1-9.1%206.4-15.2%206.4-6.2%200-10.9-2.3-15.2-6.4-3.4-3.2-6.4-8.9-6.4-18.3V171.4c0-13.8%204.4-27.8%2013.8-38.4%2010.4-11.6%2023.6-18%2039-18h122.3c15.4%200%2028.6%206.4%2039%2018.1%209.4%2010.6%2013.8%2024.5%2013.8%2038.3V293c0%207.3-1.7%2013.8-6.6%2018.3-4.4%204-9.3%206.2-15.5%206.2s-11.1-2.2-15.5-6.2c-4.9-4.5-6.6-11-6.6-18.3V188h-9v277.6c0%2019.7-13.4%2030.4-27.8%2030.4-13.4%200-26.3-9.3-27.4-29.8V325h-12v140.9c-.7%2019.7-13.8%2030.1-28.3%2030.1z%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%22M255.7%20106.6h-.2c-25%200-45.5-20.3-45.5-45.3%200-25%2020.4-45.3%2045.5-45.3S301%2036.3%20301%2061.3c0%2012.1-4.7%2023.5-13.3%2032-8.5%208.6-19.9%2013.3-32%2013.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M221.2%20496c-14.4%200-27-10.5-27-30.4l1-277.6h-10v105c0%209.3-3%2015.1-6.4%2018.3-4.3%204.1-9.1%206.4-15.2%206.4-6.2%200-10.9-2.3-15.2-6.4-3.4-3.2-6.4-8.9-6.4-18.3V171.4c0-13.8%204.4-27.8%2013.8-38.4%2010.4-11.6%2023.6-18%2039-18h122.3c15.4%200%2028.6%206.4%2039%2018.1%209.4%2010.6%2013.8%2024.5%2013.8%2038.3V293c0%207.3-1.7%2013.8-6.6%2018.3-4.4%204-9.3%206.2-15.5%206.2s-11.1-2.2-15.5-6.2c-4.9-4.5-6.6-11-6.6-18.3V188h-9v277.6c0%2019.7-13.4%2030.4-27.8%2030.4-13.4%200-26.3-9.3-27.4-29.8V325h-12v140.9c-.7%2019.7-13.8%2030.1-28.3%2030.1z%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-man.svg?color=%231a73e8&size=48