sad cry icon

sad-cry from Unicons by Iconscout · Line · Emoji · Apache-2.0 Free for personal and commercial use.

Name
sad-cry
Set
Unicons
Style
Line
Category
Emoji
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More emoji icons from Unicons

Use the sad cry icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 0 0-3.41 19.39h.06a9.8 9.8 0 0 0 6.7 0h.06A10 10 0 0 0 12 2m2 17.74a7.8 7.8 0 0 1-4 0V16h4Zm2-.82V11a1 1 0 0 0 0-2h-2a1 1 0 0 0 0 2v3h-4v-3a1 1 0 0 0 0-2H8a1 1 0 0 0 0 2v7.92a8 8 0 1 1 8 0"/></svg>

React

import type { SVGProps } from "react";

export function UilSadCry(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 0 0-3.41 19.39h.06a9.8 9.8 0 0 0 6.7 0h.06A10 10 0 0 0 12 2m2 17.74a7.8 7.8 0 0 1-4 0V16h4Zm2-.82V11a1 1 0 0 0 0-2h-2a1 1 0 0 0 0 2v3h-4v-3a1 1 0 0 0 0-2H8a1 1 0 0 0 0 2v7.92a8 8 0 1 1 8 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 0 0-3.41 19.39h.06a9.8 9.8 0 0 0 6.7 0h.06A10 10 0 0 0 12 2m2 17.74a7.8 7.8 0 0 1-4 0V16h4Zm2-.82V11a1 1 0 0 0 0-2h-2a1 1 0 0 0 0 2v3h-4v-3a1 1 0 0 0 0-2H8a1 1 0 0 0 0 2v7.92a8 8 0 1 1 8 0"/></svg>
</template>

CSS

.icon-sad-cry {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a10%2010%200%200%200-3.41%2019.39h.06a9.8%209.8%200%200%200%206.7%200h.06A10%2010%200%200%200%2012%202m2%2017.74a7.8%207.8%200%200%201-4%200V16h4Zm2-.82V11a1%201%200%200%200%200-2h-2a1%201%200%200%200%200%202v3h-4v-3a1%201%200%200%200%200-2H8a1%201%200%200%200%200%202v7.92a8%208%200%201%201%208%200%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a10%2010%200%200%200-3.41%2019.39h.06a9.8%209.8%200%200%200%206.7%200h.06A10%2010%200%200%200%2012%202m2%2017.74a7.8%207.8%200%200%201-4%200V16h4Zm2-.82V11a1%201%200%200%200%200-2h-2a1%201%200%200%200%200%202v3h-4v-3a1%201%200%200%200%200-2H8a1%201%200%200%200%200%202v7.92a8%208%200%201%201%208%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/sad-cry.svg?color=%231a73e8&size=48