ios personadd icon
ios-personadd-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- ios-personadd-outline
- Set
- IonIcons
- Style
- Outline
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
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 personadd icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M416 153h-25v-25h-14v25h-25v14h25v25h14v-25h25z" fill="currentColor"/><path d="M202.4 201.7z" fill="currentColor"/><path d="M363.3 363.9c-12.9-4.6-31.4-6.2-43.2-8.8-6.8-1.5-16.7-5.3-20-9.2-3.3-4-1.3-40.9-1.3-40.9s6.1-9.6 9.4-18c3.3-8.4 6.9-31.4 6.9-31.4s6.8 0 9.2-11.9c2.6-13 6.6-18.4 6.1-28.1-.5-9-5.2-9.5-5.7-9.5s4.9-13.6 5.6-42.4C331.1 129.6 305 96 256 96s-75 33.5-74.3 67.6c.6 28.7 5.6 42.4 5.6 42.4-.5 0-5.2.5-5.7 9.5-.5 9.7 3.6 14.9 6.1 27.9 2.4 11.9 9.2 12 9.2 12s3.6 23.1 6.9 31.5c3.3 8.5 9.4 18 9.4 18s2 36.9-1.3 40.9-13.2 7.7-20 9.2c-11.9 2.6-30.3 4.3-43.2 8.9C135.8 368.5 96 384 96 416h320c0-32-39.8-47.5-52.7-52.1zM256 400H118.7c2-3 4.7-5.1 8.2-7.6 7-5.1 16.1-9.8 27.1-13.6 6.8-2.4 16.7-4 25.4-5.3 5.7-.9 11.1-1.7 15.9-2.8 3.4-.8 20.8-5 28.8-14.6 4.5-5.4 5.8-12.7 5.6-32.3-.1-10-.6-19.3-.6-19.7l-.2-4.2-2.3-3.5c-1.5-2.3-5.8-9.5-8-15.3-1.8-4.7-4.6-19.2-6-28.1 0 0 .4 1-.5-3.7s-8.4-4.3-9.4-8c-.9-3.6-1.8-6.9-4.3-18.2-2.5-11.3 2.8-11.2 3.9-16.2.6-3.1 0-5.7 0-5.8-.3-1-4.1-13.4-4.7-37.7-.3-13.2 4.6-25.6 13.8-34.9 10.6-10.8 26-16.5 44.5-16.5 19 0 34 5.7 44.6 16.5 9.2 9.3 14.1 21.7 13.8 34.9-.5 24.2-4.3 36.6-4.7 37.7 0 .1-.6 1.7-.4 5.2.2 5.4 6.8 5.5 4.3 16.8s-3.4 14.6-4.3 18.2c-.9 3.6-8.5 3.3-9.4 8s-.5 3.7-.5 3.7c-1.4 8.9-4.2 23.4-6 28.1-2.3 5.8-6.6 13-8 15.3l-2.3 3.5-.2 4.2c0 .4-.5 9.7-.6 19.7-.2 19.6 1.1 26.9 5.6 32.3 8 9.5 25.4 13.8 28.8 14.6 4.8 1.1 10.2 1.9 15.9 2.8 8.7 1.3 18.6 2.9 25.4 5.3 11 3.9 20.2 8.6 27.1 13.7 3.5 2.5 6.2 4.6 8.2 7.6H256z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosPersonaddOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M416 153h-25v-25h-14v25h-25v14h25v25h14v-25h25z" fill="currentColor"/><path d="M202.4 201.7z" fill="currentColor"/><path d="M363.3 363.9c-12.9-4.6-31.4-6.2-43.2-8.8-6.8-1.5-16.7-5.3-20-9.2-3.3-4-1.3-40.9-1.3-40.9s6.1-9.6 9.4-18c3.3-8.4 6.9-31.4 6.9-31.4s6.8 0 9.2-11.9c2.6-13 6.6-18.4 6.1-28.1-.5-9-5.2-9.5-5.7-9.5s4.9-13.6 5.6-42.4C331.1 129.6 305 96 256 96s-75 33.5-74.3 67.6c.6 28.7 5.6 42.4 5.6 42.4-.5 0-5.2.5-5.7 9.5-.5 9.7 3.6 14.9 6.1 27.9 2.4 11.9 9.2 12 9.2 12s3.6 23.1 6.9 31.5c3.3 8.5 9.4 18 9.4 18s2 36.9-1.3 40.9-13.2 7.7-20 9.2c-11.9 2.6-30.3 4.3-43.2 8.9C135.8 368.5 96 384 96 416h320c0-32-39.8-47.5-52.7-52.1zM256 400H118.7c2-3 4.7-5.1 8.2-7.6 7-5.1 16.1-9.8 27.1-13.6 6.8-2.4 16.7-4 25.4-5.3 5.7-.9 11.1-1.7 15.9-2.8 3.4-.8 20.8-5 28.8-14.6 4.5-5.4 5.8-12.7 5.6-32.3-.1-10-.6-19.3-.6-19.7l-.2-4.2-2.3-3.5c-1.5-2.3-5.8-9.5-8-15.3-1.8-4.7-4.6-19.2-6-28.1 0 0 .4 1-.5-3.7s-8.4-4.3-9.4-8c-.9-3.6-1.8-6.9-4.3-18.2-2.5-11.3 2.8-11.2 3.9-16.2.6-3.1 0-5.7 0-5.8-.3-1-4.1-13.4-4.7-37.7-.3-13.2 4.6-25.6 13.8-34.9 10.6-10.8 26-16.5 44.5-16.5 19 0 34 5.7 44.6 16.5 9.2 9.3 14.1 21.7 13.8 34.9-.5 24.2-4.3 36.6-4.7 37.7 0 .1-.6 1.7-.4 5.2.2 5.4 6.8 5.5 4.3 16.8s-3.4 14.6-4.3 18.2c-.9 3.6-8.5 3.3-9.4 8s-.5 3.7-.5 3.7c-1.4 8.9-4.2 23.4-6 28.1-2.3 5.8-6.6 13-8 15.3l-2.3 3.5-.2 4.2c0 .4-.5 9.7-.6 19.7-.2 19.6 1.1 26.9 5.6 32.3 8 9.5 25.4 13.8 28.8 14.6 4.8 1.1 10.2 1.9 15.9 2.8 8.7 1.3 18.6 2.9 25.4 5.3 11 3.9 20.2 8.6 27.1 13.7 3.5 2.5 6.2 4.6 8.2 7.6H256z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M416 153h-25v-25h-14v25h-25v14h25v25h14v-25h25z" fill="currentColor"/><path d="M202.4 201.7z" fill="currentColor"/><path d="M363.3 363.9c-12.9-4.6-31.4-6.2-43.2-8.8-6.8-1.5-16.7-5.3-20-9.2-3.3-4-1.3-40.9-1.3-40.9s6.1-9.6 9.4-18c3.3-8.4 6.9-31.4 6.9-31.4s6.8 0 9.2-11.9c2.6-13 6.6-18.4 6.1-28.1-.5-9-5.2-9.5-5.7-9.5s4.9-13.6 5.6-42.4C331.1 129.6 305 96 256 96s-75 33.5-74.3 67.6c.6 28.7 5.6 42.4 5.6 42.4-.5 0-5.2.5-5.7 9.5-.5 9.7 3.6 14.9 6.1 27.9 2.4 11.9 9.2 12 9.2 12s3.6 23.1 6.9 31.5c3.3 8.5 9.4 18 9.4 18s2 36.9-1.3 40.9-13.2 7.7-20 9.2c-11.9 2.6-30.3 4.3-43.2 8.9C135.8 368.5 96 384 96 416h320c0-32-39.8-47.5-52.7-52.1zM256 400H118.7c2-3 4.7-5.1 8.2-7.6 7-5.1 16.1-9.8 27.1-13.6 6.8-2.4 16.7-4 25.4-5.3 5.7-.9 11.1-1.7 15.9-2.8 3.4-.8 20.8-5 28.8-14.6 4.5-5.4 5.8-12.7 5.6-32.3-.1-10-.6-19.3-.6-19.7l-.2-4.2-2.3-3.5c-1.5-2.3-5.8-9.5-8-15.3-1.8-4.7-4.6-19.2-6-28.1 0 0 .4 1-.5-3.7s-8.4-4.3-9.4-8c-.9-3.6-1.8-6.9-4.3-18.2-2.5-11.3 2.8-11.2 3.9-16.2.6-3.1 0-5.7 0-5.8-.3-1-4.1-13.4-4.7-37.7-.3-13.2 4.6-25.6 13.8-34.9 10.6-10.8 26-16.5 44.5-16.5 19 0 34 5.7 44.6 16.5 9.2 9.3 14.1 21.7 13.8 34.9-.5 24.2-4.3 36.6-4.7 37.7 0 .1-.6 1.7-.4 5.2.2 5.4 6.8 5.5 4.3 16.8s-3.4 14.6-4.3 18.2c-.9 3.6-8.5 3.3-9.4 8s-.5 3.7-.5 3.7c-1.4 8.9-4.2 23.4-6 28.1-2.3 5.8-6.6 13-8 15.3l-2.3 3.5-.2 4.2c0 .4-.5 9.7-.6 19.7-.2 19.6 1.1 26.9 5.6 32.3 8 9.5 25.4 13.8 28.8 14.6 4.8 1.1 10.2 1.9 15.9 2.8 8.7 1.3 18.6 2.9 25.4 5.3 11 3.9 20.2 8.6 27.1 13.7 3.5 2.5 6.2 4.6 8.2 7.6H256z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-personadd-outline {
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%22M416%20153h-25v-25h-14v25h-25v14h25v25h14v-25h25z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M202.4%20201.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M363.3%20363.9c-12.9-4.6-31.4-6.2-43.2-8.8-6.8-1.5-16.7-5.3-20-9.2-3.3-4-1.3-40.9-1.3-40.9s6.1-9.6%209.4-18c3.3-8.4%206.9-31.4%206.9-31.4s6.8%200%209.2-11.9c2.6-13%206.6-18.4%206.1-28.1-.5-9-5.2-9.5-5.7-9.5s4.9-13.6%205.6-42.4C331.1%20129.6%20305%2096%20256%2096s-75%2033.5-74.3%2067.6c.6%2028.7%205.6%2042.4%205.6%2042.4-.5%200-5.2.5-5.7%209.5-.5%209.7%203.6%2014.9%206.1%2027.9%202.4%2011.9%209.2%2012%209.2%2012s3.6%2023.1%206.9%2031.5c3.3%208.5%209.4%2018%209.4%2018s2%2036.9-1.3%2040.9-13.2%207.7-20%209.2c-11.9%202.6-30.3%204.3-43.2%208.9C135.8%20368.5%2096%20384%2096%20416h320c0-32-39.8-47.5-52.7-52.1zM256%20400H118.7c2-3%204.7-5.1%208.2-7.6%207-5.1%2016.1-9.8%2027.1-13.6%206.8-2.4%2016.7-4%2025.4-5.3%205.7-.9%2011.1-1.7%2015.9-2.8%203.4-.8%2020.8-5%2028.8-14.6%204.5-5.4%205.8-12.7%205.6-32.3-.1-10-.6-19.3-.6-19.7l-.2-4.2-2.3-3.5c-1.5-2.3-5.8-9.5-8-15.3-1.8-4.7-4.6-19.2-6-28.1%200%200%20.4%201-.5-3.7s-8.4-4.3-9.4-8c-.9-3.6-1.8-6.9-4.3-18.2-2.5-11.3%202.8-11.2%203.9-16.2.6-3.1%200-5.7%200-5.8-.3-1-4.1-13.4-4.7-37.7-.3-13.2%204.6-25.6%2013.8-34.9%2010.6-10.8%2026-16.5%2044.5-16.5%2019%200%2034%205.7%2044.6%2016.5%209.2%209.3%2014.1%2021.7%2013.8%2034.9-.5%2024.2-4.3%2036.6-4.7%2037.7%200%20.1-.6%201.7-.4%205.2.2%205.4%206.8%205.5%204.3%2016.8s-3.4%2014.6-4.3%2018.2c-.9%203.6-8.5%203.3-9.4%208s-.5%203.7-.5%203.7c-1.4%208.9-4.2%2023.4-6%2028.1-2.3%205.8-6.6%2013-8%2015.3l-2.3%203.5-.2%204.2c0%20.4-.5%209.7-.6%2019.7-.2%2019.6%201.1%2026.9%205.6%2032.3%208%209.5%2025.4%2013.8%2028.8%2014.6%204.8%201.1%2010.2%201.9%2015.9%202.8%208.7%201.3%2018.6%202.9%2025.4%205.3%2011%203.9%2020.2%208.6%2027.1%2013.7%203.5%202.5%206.2%204.6%208.2%207.6H256z%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%22M416%20153h-25v-25h-14v25h-25v14h25v25h14v-25h25z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M202.4%20201.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M363.3%20363.9c-12.9-4.6-31.4-6.2-43.2-8.8-6.8-1.5-16.7-5.3-20-9.2-3.3-4-1.3-40.9-1.3-40.9s6.1-9.6%209.4-18c3.3-8.4%206.9-31.4%206.9-31.4s6.8%200%209.2-11.9c2.6-13%206.6-18.4%206.1-28.1-.5-9-5.2-9.5-5.7-9.5s4.9-13.6%205.6-42.4C331.1%20129.6%20305%2096%20256%2096s-75%2033.5-74.3%2067.6c.6%2028.7%205.6%2042.4%205.6%2042.4-.5%200-5.2.5-5.7%209.5-.5%209.7%203.6%2014.9%206.1%2027.9%202.4%2011.9%209.2%2012%209.2%2012s3.6%2023.1%206.9%2031.5c3.3%208.5%209.4%2018%209.4%2018s2%2036.9-1.3%2040.9-13.2%207.7-20%209.2c-11.9%202.6-30.3%204.3-43.2%208.9C135.8%20368.5%2096%20384%2096%20416h320c0-32-39.8-47.5-52.7-52.1zM256%20400H118.7c2-3%204.7-5.1%208.2-7.6%207-5.1%2016.1-9.8%2027.1-13.6%206.8-2.4%2016.7-4%2025.4-5.3%205.7-.9%2011.1-1.7%2015.9-2.8%203.4-.8%2020.8-5%2028.8-14.6%204.5-5.4%205.8-12.7%205.6-32.3-.1-10-.6-19.3-.6-19.7l-.2-4.2-2.3-3.5c-1.5-2.3-5.8-9.5-8-15.3-1.8-4.7-4.6-19.2-6-28.1%200%200%20.4%201-.5-3.7s-8.4-4.3-9.4-8c-.9-3.6-1.8-6.9-4.3-18.2-2.5-11.3%202.8-11.2%203.9-16.2.6-3.1%200-5.7%200-5.8-.3-1-4.1-13.4-4.7-37.7-.3-13.2%204.6-25.6%2013.8-34.9%2010.6-10.8%2026-16.5%2044.5-16.5%2019%200%2034%205.7%2044.6%2016.5%209.2%209.3%2014.1%2021.7%2013.8%2034.9-.5%2024.2-4.3%2036.6-4.7%2037.7%200%20.1-.6%201.7-.4%205.2.2%205.4%206.8%205.5%204.3%2016.8s-3.4%2014.6-4.3%2018.2c-.9%203.6-8.5%203.3-9.4%208s-.5%203.7-.5%203.7c-1.4%208.9-4.2%2023.4-6%2028.1-2.3%205.8-6.6%2013-8%2015.3l-2.3%203.5-.2%204.2c0%20.4-.5%209.7-.6%2019.7-.2%2019.6%201.1%2026.9%205.6%2032.3%208%209.5%2025.4%2013.8%2028.8%2014.6%204.8%201.1%2010.2%201.9%2015.9%202.8%208.7%201.3%2018.6%202.9%2025.4%205.3%2011%203.9%2020.2%208.6%2027.1%2013.7%203.5%202.5%206.2%204.6%208.2%207.6H256z%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-personadd-outline.svg?color=%231a73e8&size=48