ios body icon

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

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

1 other variant in IonIcons

Related icons in IonIcons

Use the ios body icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="80" r="48" fill="currentColor"/><path d="M424 144H88c-13.3 0-24 10.7-24 24s10.7 24 24 24h98.5c5.6 1 13.2 3.8 17.2 14.2 4.7 12.1 2.4 33.6-.5 51.7l-3.8 21.4c0 .1 0 .2-.1.3l-30.4 172.2c-2.3 13 6.4 25.5 19.5 27.8 13.1 2.3 25.3-6.4 27.6-19.5l21-119.9v.2s6.2-32.5 18.5-32.5h1.1c12.5 0 18.5 32.5 18.5 32.5v-.1l21 119.9c2.3 13 14.7 21.7 27.7 19.4 13.1-2.3 21.7-14.8 19.4-27.8l-30.4-172.2c0-.1 0-.2-.1-.3l-3.8-21.4c-2.9-18.1-5.2-39.6-.5-51.7 4-10.4 11.6-13.2 17.2-14.2H424c13.3 0 24-10.7 24-24s-10.7-24-24-24z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosBody(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="80" r="48" fill="currentColor"/><path d="M424 144H88c-13.3 0-24 10.7-24 24s10.7 24 24 24h98.5c5.6 1 13.2 3.8 17.2 14.2 4.7 12.1 2.4 33.6-.5 51.7l-3.8 21.4c0 .1 0 .2-.1.3l-30.4 172.2c-2.3 13 6.4 25.5 19.5 27.8 13.1 2.3 25.3-6.4 27.6-19.5l21-119.9v.2s6.2-32.5 18.5-32.5h1.1c12.5 0 18.5 32.5 18.5 32.5v-.1l21 119.9c2.3 13 14.7 21.7 27.7 19.4 13.1-2.3 21.7-14.8 19.4-27.8l-30.4-172.2c0-.1 0-.2-.1-.3l-3.8-21.4c-2.9-18.1-5.2-39.6-.5-51.7 4-10.4 11.6-13.2 17.2-14.2H424c13.3 0 24-10.7 24-24s-10.7-24-24-24z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="80" r="48" fill="currentColor"/><path d="M424 144H88c-13.3 0-24 10.7-24 24s10.7 24 24 24h98.5c5.6 1 13.2 3.8 17.2 14.2 4.7 12.1 2.4 33.6-.5 51.7l-3.8 21.4c0 .1 0 .2-.1.3l-30.4 172.2c-2.3 13 6.4 25.5 19.5 27.8 13.1 2.3 25.3-6.4 27.6-19.5l21-119.9v.2s6.2-32.5 18.5-32.5h1.1c12.5 0 18.5 32.5 18.5 32.5v-.1l21 119.9c2.3 13 14.7 21.7 27.7 19.4 13.1-2.3 21.7-14.8 19.4-27.8l-30.4-172.2c0-.1 0-.2-.1-.3l-3.8-21.4c-2.9-18.1-5.2-39.6-.5-51.7 4-10.4 11.6-13.2 17.2-14.2H424c13.3 0 24-10.7 24-24s-10.7-24-24-24z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-body {
  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%3Ccircle%20cx%3D%22256%22%20cy%3D%2280%22%20r%3D%2248%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M424%20144H88c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h98.5c5.6%201%2013.2%203.8%2017.2%2014.2%204.7%2012.1%202.4%2033.6-.5%2051.7l-3.8%2021.4c0%20.1%200%20.2-.1.3l-30.4%20172.2c-2.3%2013%206.4%2025.5%2019.5%2027.8%2013.1%202.3%2025.3-6.4%2027.6-19.5l21-119.9v.2s6.2-32.5%2018.5-32.5h1.1c12.5%200%2018.5%2032.5%2018.5%2032.5v-.1l21%20119.9c2.3%2013%2014.7%2021.7%2027.7%2019.4%2013.1-2.3%2021.7-14.8%2019.4-27.8l-30.4-172.2c0-.1%200-.2-.1-.3l-3.8-21.4c-2.9-18.1-5.2-39.6-.5-51.7%204-10.4%2011.6-13.2%2017.2-14.2H424c13.3%200%2024-10.7%2024-24s-10.7-24-24-24z%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%3Ccircle%20cx%3D%22256%22%20cy%3D%2280%22%20r%3D%2248%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M424%20144H88c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h98.5c5.6%201%2013.2%203.8%2017.2%2014.2%204.7%2012.1%202.4%2033.6-.5%2051.7l-3.8%2021.4c0%20.1%200%20.2-.1.3l-30.4%20172.2c-2.3%2013%206.4%2025.5%2019.5%2027.8%2013.1%202.3%2025.3-6.4%2027.6-19.5l21-119.9v.2s6.2-32.5%2018.5-32.5h1.1c12.5%200%2018.5%2032.5%2018.5%2032.5v-.1l21%20119.9c2.3%2013%2014.7%2021.7%2027.7%2019.4%2013.1-2.3%2021.7-14.8%2019.4-27.8l-30.4-172.2c0-.1%200-.2-.1-.3l-3.8-21.4c-2.9-18.1-5.2-39.6-.5-51.7%204-10.4%2011.6-13.2%2017.2-14.2H424c13.3%200%2024-10.7%2024-24s-10.7-24-24-24z%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-body.svg?color=%231a73e8&size=48