ios sad icon

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

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

Related icons in IonIcons

Use the ios sad icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48C141.1 48 48 141.1 48 256c0 114.7 93.3 208 208 208 114.9 0 208-93.1 208-208 0-114.7-93.3-208-208-208zm-73.9 152.1c14.8-1.2 27 11.1 25.9 25.9-.9 11.6-10.3 21.1-22 22-14.8 1.2-27-11.1-25.9-25.9.9-11.7 10.3-21.1 22-22zm-.7 151.9c-11.5 0-19.3-11.8-14.7-22.4 15-34.5 49.2-58.6 89.3-58.6s74.2 24.1 89.3 58.6c4.6 10.6-3.1 22.4-14.7 22.4 0 0-34.7-4-73.1-4-38.5 0-76.1 4-76.1 4zm148.5-104.1c-14.8 1.2-27-11.1-25.9-25.9.9-11.6 10.3-21.1 22-22 14.8-1.2 27 11.1 25.9 25.9-.9 11.7-10.3 21.1-22 22z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosSad(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48C141.1 48 48 141.1 48 256c0 114.7 93.3 208 208 208 114.9 0 208-93.1 208-208 0-114.7-93.3-208-208-208zm-73.9 152.1c14.8-1.2 27 11.1 25.9 25.9-.9 11.6-10.3 21.1-22 22-14.8 1.2-27-11.1-25.9-25.9.9-11.7 10.3-21.1 22-22zm-.7 151.9c-11.5 0-19.3-11.8-14.7-22.4 15-34.5 49.2-58.6 89.3-58.6s74.2 24.1 89.3 58.6c4.6 10.6-3.1 22.4-14.7 22.4 0 0-34.7-4-73.1-4-38.5 0-76.1 4-76.1 4zm148.5-104.1c-14.8 1.2-27-11.1-25.9-25.9.9-11.6 10.3-21.1 22-22 14.8-1.2 27 11.1 25.9 25.9-.9 11.7-10.3 21.1-22 22z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48C141.1 48 48 141.1 48 256c0 114.7 93.3 208 208 208 114.9 0 208-93.1 208-208 0-114.7-93.3-208-208-208zm-73.9 152.1c14.8-1.2 27 11.1 25.9 25.9-.9 11.6-10.3 21.1-22 22-14.8 1.2-27-11.1-25.9-25.9.9-11.7 10.3-21.1 22-22zm-.7 151.9c-11.5 0-19.3-11.8-14.7-22.4 15-34.5 49.2-58.6 89.3-58.6s74.2 24.1 89.3 58.6c4.6 10.6-3.1 22.4-14.7 22.4 0 0-34.7-4-73.1-4-38.5 0-76.1 4-76.1 4zm148.5-104.1c-14.8 1.2-27-11.1-25.9-25.9.9-11.6 10.3-21.1 22-22 14.8-1.2 27 11.1 25.9 25.9-.9 11.7-10.3 21.1-22 22z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-sad {
  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%22M256%2048C141.1%2048%2048%20141.1%2048%20256c0%20114.7%2093.3%20208%20208%20208%20114.9%200%20208-93.1%20208-208%200-114.7-93.3-208-208-208zm-73.9%20152.1c14.8-1.2%2027%2011.1%2025.9%2025.9-.9%2011.6-10.3%2021.1-22%2022-14.8%201.2-27-11.1-25.9-25.9.9-11.7%2010.3-21.1%2022-22zm-.7%20151.9c-11.5%200-19.3-11.8-14.7-22.4%2015-34.5%2049.2-58.6%2089.3-58.6s74.2%2024.1%2089.3%2058.6c4.6%2010.6-3.1%2022.4-14.7%2022.4%200%200-34.7-4-73.1-4-38.5%200-76.1%204-76.1%204zm148.5-104.1c-14.8%201.2-27-11.1-25.9-25.9.9-11.6%2010.3-21.1%2022-22%2014.8-1.2%2027%2011.1%2025.9%2025.9-.9%2011.7-10.3%2021.1-22%2022z%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%22M256%2048C141.1%2048%2048%20141.1%2048%20256c0%20114.7%2093.3%20208%20208%20208%20114.9%200%20208-93.1%20208-208%200-114.7-93.3-208-208-208zm-73.9%20152.1c14.8-1.2%2027%2011.1%2025.9%2025.9-.9%2011.6-10.3%2021.1-22%2022-14.8%201.2-27-11.1-25.9-25.9.9-11.7%2010.3-21.1%2022-22zm-.7%20151.9c-11.5%200-19.3-11.8-14.7-22.4%2015-34.5%2049.2-58.6%2089.3-58.6s74.2%2024.1%2089.3%2058.6c4.6%2010.6-3.1%2022.4-14.7%2022.4%200%200-34.7-4-73.1-4-38.5%200-76.1%204-76.1%204zm148.5-104.1c-14.8%201.2-27-11.1-25.9-25.9.9-11.6%2010.3-21.1%2022-22%2014.8-1.2%2027%2011.1%2025.9%2025.9-.9%2011.7-10.3%2021.1-22%2022z%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-sad.svg?color=%231a73e8&size=48