ios personadd icon

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

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

1 other variant in IonIcons

Related icons in IonIcons

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="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.1z" 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="M416 153h-25v-25h-14v25h-25v14h25v25h14v-25h25z" 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.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="M416 153h-25v-25h-14v25h-25v14h25v25h14v-25h25z" 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.1z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-personadd {
  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%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.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%22M416%20153h-25v-25h-14v25h-25v14h25v25h14v-25h25z%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.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-personadd.svg?color=%231a73e8&size=48