ios person add icon
ios-person-add from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-person-add
- 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 person add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M385.3 386c-15.6-5.5-37.8-6.8-52.1-10-8.2-1.8-20.1-6.3-24.1-11.1-3.5-4.2-2.1-38.4-1.7-47.2.1-1.3.5-2.6 1.1-3.8 2.2-3.6 7.2-12.2 10.3-20 3-7.6 6.2-25 7.6-33.3.4-2.4 1.9-4.5 4-5.6 2.6-1.5 6.1-4.9 7.8-13.4 3.1-15.7 8-21.8 7.4-33.5-.3-5.2-1.7-8-3.2-9.5-2-1.9-2.7-4.8-2-7.4 1.9-7.6 4.7-22.6 5.2-45.6.9-41.1-31.3-81.6-89.5-81.6-59.1 0-90.5 40.5-89.6 81.6.5 23 3.3 38 5.1 45.6.6 2.7-.1 5.5-2 7.4-1.5 1.5-3 4.3-3.2 9.5-.6 11.7 4.3 17.8 7.4 33.5 1.7 8.4 5.2 11.9 7.8 13.4 2.1 1.2 3.6 3.2 4 5.6 1.4 8.3 4.6 25.7 7.6 33.3 3.1 7.8 8.2 16.5 10.3 20 .7 1.1 1.1 2.4 1.1 3.8.4 8.8 1.8 43.1-1.7 47.2-4 4.8-15.9 9.3-24.1 11.1-14.3 3.2-36.5 4.5-52.1 10-14.2 5-55.3 20.5-62.5 52.3-1.1 5 2.7 9.7 7.9 9.7H440c5.1 0 8.9-4.7 7.8-9.7-7.2-31.8-48.3-47.3-62.5-52.3z" fill="currentColor"/><path d="M437.5 293.5h-27v-27c0-5.8-4.7-10.5-10.5-10.5s-10.5 4.7-10.5 10.5v27h-27c-5.8 0-10.5 4.7-10.5 10.5s4.7 10.5 10.5 10.5h27v27c0 5.8 4.7 10.5 10.5 10.5s10.5-4.7 10.5-10.5v-27h27c5.8 0 10.5-4.7 10.5-10.5s-4.7-10.5-10.5-10.5z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosPersonAdd(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M385.3 386c-15.6-5.5-37.8-6.8-52.1-10-8.2-1.8-20.1-6.3-24.1-11.1-3.5-4.2-2.1-38.4-1.7-47.2.1-1.3.5-2.6 1.1-3.8 2.2-3.6 7.2-12.2 10.3-20 3-7.6 6.2-25 7.6-33.3.4-2.4 1.9-4.5 4-5.6 2.6-1.5 6.1-4.9 7.8-13.4 3.1-15.7 8-21.8 7.4-33.5-.3-5.2-1.7-8-3.2-9.5-2-1.9-2.7-4.8-2-7.4 1.9-7.6 4.7-22.6 5.2-45.6.9-41.1-31.3-81.6-89.5-81.6-59.1 0-90.5 40.5-89.6 81.6.5 23 3.3 38 5.1 45.6.6 2.7-.1 5.5-2 7.4-1.5 1.5-3 4.3-3.2 9.5-.6 11.7 4.3 17.8 7.4 33.5 1.7 8.4 5.2 11.9 7.8 13.4 2.1 1.2 3.6 3.2 4 5.6 1.4 8.3 4.6 25.7 7.6 33.3 3.1 7.8 8.2 16.5 10.3 20 .7 1.1 1.1 2.4 1.1 3.8.4 8.8 1.8 43.1-1.7 47.2-4 4.8-15.9 9.3-24.1 11.1-14.3 3.2-36.5 4.5-52.1 10-14.2 5-55.3 20.5-62.5 52.3-1.1 5 2.7 9.7 7.9 9.7H440c5.1 0 8.9-4.7 7.8-9.7-7.2-31.8-48.3-47.3-62.5-52.3z" fill="currentColor"/><path d="M437.5 293.5h-27v-27c0-5.8-4.7-10.5-10.5-10.5s-10.5 4.7-10.5 10.5v27h-27c-5.8 0-10.5 4.7-10.5 10.5s4.7 10.5 10.5 10.5h27v27c0 5.8 4.7 10.5 10.5 10.5s10.5-4.7 10.5-10.5v-27h27c5.8 0 10.5-4.7 10.5-10.5s-4.7-10.5-10.5-10.5z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M385.3 386c-15.6-5.5-37.8-6.8-52.1-10-8.2-1.8-20.1-6.3-24.1-11.1-3.5-4.2-2.1-38.4-1.7-47.2.1-1.3.5-2.6 1.1-3.8 2.2-3.6 7.2-12.2 10.3-20 3-7.6 6.2-25 7.6-33.3.4-2.4 1.9-4.5 4-5.6 2.6-1.5 6.1-4.9 7.8-13.4 3.1-15.7 8-21.8 7.4-33.5-.3-5.2-1.7-8-3.2-9.5-2-1.9-2.7-4.8-2-7.4 1.9-7.6 4.7-22.6 5.2-45.6.9-41.1-31.3-81.6-89.5-81.6-59.1 0-90.5 40.5-89.6 81.6.5 23 3.3 38 5.1 45.6.6 2.7-.1 5.5-2 7.4-1.5 1.5-3 4.3-3.2 9.5-.6 11.7 4.3 17.8 7.4 33.5 1.7 8.4 5.2 11.9 7.8 13.4 2.1 1.2 3.6 3.2 4 5.6 1.4 8.3 4.6 25.7 7.6 33.3 3.1 7.8 8.2 16.5 10.3 20 .7 1.1 1.1 2.4 1.1 3.8.4 8.8 1.8 43.1-1.7 47.2-4 4.8-15.9 9.3-24.1 11.1-14.3 3.2-36.5 4.5-52.1 10-14.2 5-55.3 20.5-62.5 52.3-1.1 5 2.7 9.7 7.9 9.7H440c5.1 0 8.9-4.7 7.8-9.7-7.2-31.8-48.3-47.3-62.5-52.3z" fill="currentColor"/><path d="M437.5 293.5h-27v-27c0-5.8-4.7-10.5-10.5-10.5s-10.5 4.7-10.5 10.5v27h-27c-5.8 0-10.5 4.7-10.5 10.5s4.7 10.5 10.5 10.5h27v27c0 5.8 4.7 10.5 10.5 10.5s10.5-4.7 10.5-10.5v-27h27c5.8 0 10.5-4.7 10.5-10.5s-4.7-10.5-10.5-10.5z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-person-add {
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%22M385.3%20386c-15.6-5.5-37.8-6.8-52.1-10-8.2-1.8-20.1-6.3-24.1-11.1-3.5-4.2-2.1-38.4-1.7-47.2.1-1.3.5-2.6%201.1-3.8%202.2-3.6%207.2-12.2%2010.3-20%203-7.6%206.2-25%207.6-33.3.4-2.4%201.9-4.5%204-5.6%202.6-1.5%206.1-4.9%207.8-13.4%203.1-15.7%208-21.8%207.4-33.5-.3-5.2-1.7-8-3.2-9.5-2-1.9-2.7-4.8-2-7.4%201.9-7.6%204.7-22.6%205.2-45.6.9-41.1-31.3-81.6-89.5-81.6-59.1%200-90.5%2040.5-89.6%2081.6.5%2023%203.3%2038%205.1%2045.6.6%202.7-.1%205.5-2%207.4-1.5%201.5-3%204.3-3.2%209.5-.6%2011.7%204.3%2017.8%207.4%2033.5%201.7%208.4%205.2%2011.9%207.8%2013.4%202.1%201.2%203.6%203.2%204%205.6%201.4%208.3%204.6%2025.7%207.6%2033.3%203.1%207.8%208.2%2016.5%2010.3%2020%20.7%201.1%201.1%202.4%201.1%203.8.4%208.8%201.8%2043.1-1.7%2047.2-4%204.8-15.9%209.3-24.1%2011.1-14.3%203.2-36.5%204.5-52.1%2010-14.2%205-55.3%2020.5-62.5%2052.3-1.1%205%202.7%209.7%207.9%209.7H440c5.1%200%208.9-4.7%207.8-9.7-7.2-31.8-48.3-47.3-62.5-52.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M437.5%20293.5h-27v-27c0-5.8-4.7-10.5-10.5-10.5s-10.5%204.7-10.5%2010.5v27h-27c-5.8%200-10.5%204.7-10.5%2010.5s4.7%2010.5%2010.5%2010.5h27v27c0%205.8%204.7%2010.5%2010.5%2010.5s10.5-4.7%2010.5-10.5v-27h27c5.8%200%2010.5-4.7%2010.5-10.5s-4.7-10.5-10.5-10.5z%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%22M385.3%20386c-15.6-5.5-37.8-6.8-52.1-10-8.2-1.8-20.1-6.3-24.1-11.1-3.5-4.2-2.1-38.4-1.7-47.2.1-1.3.5-2.6%201.1-3.8%202.2-3.6%207.2-12.2%2010.3-20%203-7.6%206.2-25%207.6-33.3.4-2.4%201.9-4.5%204-5.6%202.6-1.5%206.1-4.9%207.8-13.4%203.1-15.7%208-21.8%207.4-33.5-.3-5.2-1.7-8-3.2-9.5-2-1.9-2.7-4.8-2-7.4%201.9-7.6%204.7-22.6%205.2-45.6.9-41.1-31.3-81.6-89.5-81.6-59.1%200-90.5%2040.5-89.6%2081.6.5%2023%203.3%2038%205.1%2045.6.6%202.7-.1%205.5-2%207.4-1.5%201.5-3%204.3-3.2%209.5-.6%2011.7%204.3%2017.8%207.4%2033.5%201.7%208.4%205.2%2011.9%207.8%2013.4%202.1%201.2%203.6%203.2%204%205.6%201.4%208.3%204.6%2025.7%207.6%2033.3%203.1%207.8%208.2%2016.5%2010.3%2020%20.7%201.1%201.1%202.4%201.1%203.8.4%208.8%201.8%2043.1-1.7%2047.2-4%204.8-15.9%209.3-24.1%2011.1-14.3%203.2-36.5%204.5-52.1%2010-14.2%205-55.3%2020.5-62.5%2052.3-1.1%205%202.7%209.7%207.9%209.7H440c5.1%200%208.9-4.7%207.8-9.7-7.2-31.8-48.3-47.3-62.5-52.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M437.5%20293.5h-27v-27c0-5.8-4.7-10.5-10.5-10.5s-10.5%204.7-10.5%2010.5v27h-27c-5.8%200-10.5%204.7-10.5%2010.5s4.7%2010.5%2010.5%2010.5h27v27c0%205.8%204.7%2010.5%2010.5%2010.5s10.5-4.7%2010.5-10.5v-27h27c5.8%200%2010.5-4.7%2010.5-10.5s-4.7-10.5-10.5-10.5z%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-person-add.svg?color=%231a73e8&size=48