sad tear solid icon
sad-tear-solid from Line Awesome by Icons8 · Line · Emoji · Apache-2.0 Free for personal and commercial use.
- Name
- sad-tear-solid
- Set
- Line Awesome
- Style
- Line
- Category
- Emoji
- Viewbox
- 32×32
- License
- Apache 2.0
More emoji icons from Line Awesome
Use the sad tear solid icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4m0 2c5.535 0 10 4.465 10 10s-4.465 10-10 10S6 21.535 6 16S10.465 6 16 6m-4 4c-1.238 0-2.18.691-2.813 1.281a8.3 8.3 0 0 0-1.03 1.156l1.687 1.126s.246-.434.687-.844S11.547 12 12 12h3v-2zm5 0v2h3c.453 0 1.027.309 1.469.719c.441.41.687.844.687.844l1.688-1.126s-.399-.566-1.032-1.156C22.18 10.691 21.238 10 20 10zm-8.5 4S7 16.672 7 17.5a1.5 1.5 0 0 0 3 0c0-.828-1.5-3.5-1.5-3.5m7.5 2c-2.336 0-3.934 1.234-4.813 2.406s-1.156 2.344-1.156 2.344L9.72 22h12.56l-.312-1.25s-.278-1.172-1.157-2.344C19.934 17.234 18.337 16 16 16m0 2c1.672 0 2.566.766 3.188 1.594c.152.207.113.215.218.406h-6.812c.105-.191.066-.2.219-.406C13.432 18.766 14.328 18 16 18"/></svg>
React
import type { SVGProps } from "react";
export function LaSadTearSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4m0 2c5.535 0 10 4.465 10 10s-4.465 10-10 10S6 21.535 6 16S10.465 6 16 6m-4 4c-1.238 0-2.18.691-2.813 1.281a8.3 8.3 0 0 0-1.03 1.156l1.687 1.126s.246-.434.687-.844S11.547 12 12 12h3v-2zm5 0v2h3c.453 0 1.027.309 1.469.719c.441.41.687.844.687.844l1.688-1.126s-.399-.566-1.032-1.156C22.18 10.691 21.238 10 20 10zm-8.5 4S7 16.672 7 17.5a1.5 1.5 0 0 0 3 0c0-.828-1.5-3.5-1.5-3.5m7.5 2c-2.336 0-3.934 1.234-4.813 2.406s-1.156 2.344-1.156 2.344L9.72 22h12.56l-.312-1.25s-.278-1.172-1.157-2.344C19.934 17.234 18.337 16 16 16m0 2c1.672 0 2.566.766 3.188 1.594c.152.207.113.215.218.406h-6.812c.105-.191.066-.2.219-.406C13.432 18.766 14.328 18 16 18"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4m0 2c5.535 0 10 4.465 10 10s-4.465 10-10 10S6 21.535 6 16S10.465 6 16 6m-4 4c-1.238 0-2.18.691-2.813 1.281a8.3 8.3 0 0 0-1.03 1.156l1.687 1.126s.246-.434.687-.844S11.547 12 12 12h3v-2zm5 0v2h3c.453 0 1.027.309 1.469.719c.441.41.687.844.687.844l1.688-1.126s-.399-.566-1.032-1.156C22.18 10.691 21.238 10 20 10zm-8.5 4S7 16.672 7 17.5a1.5 1.5 0 0 0 3 0c0-.828-1.5-3.5-1.5-3.5m7.5 2c-2.336 0-3.934 1.234-4.813 2.406s-1.156 2.344-1.156 2.344L9.72 22h12.56l-.312-1.25s-.278-1.172-1.157-2.344C19.934 17.234 18.337 16 16 16m0 2c1.672 0 2.566.766 3.188 1.594c.152.207.113.215.218.406h-6.812c.105-.191.066-.2.219-.406C13.432 18.766 14.328 18 16 18"/></svg> </template>
CSS
.icon-sad-tear-solid {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204C9.383%204%204%209.383%204%2016s5.383%2012%2012%2012s12-5.383%2012-12S22.617%204%2016%204m0%202c5.535%200%2010%204.465%2010%2010s-4.465%2010-10%2010S6%2021.535%206%2016S10.465%206%2016%206m-4%204c-1.238%200-2.18.691-2.813%201.281a8.3%208.3%200%200%200-1.03%201.156l1.687%201.126s.246-.434.687-.844S11.547%2012%2012%2012h3v-2zm5%200v2h3c.453%200%201.027.309%201.469.719c.441.41.687.844.687.844l1.688-1.126s-.399-.566-1.032-1.156C22.18%2010.691%2021.238%2010%2020%2010zm-8.5%204S7%2016.672%207%2017.5a1.5%201.5%200%200%200%203%200c0-.828-1.5-3.5-1.5-3.5m7.5%202c-2.336%200-3.934%201.234-4.813%202.406s-1.156%202.344-1.156%202.344L9.72%2022h12.56l-.312-1.25s-.278-1.172-1.157-2.344C19.934%2017.234%2018.337%2016%2016%2016m0%202c1.672%200%202.566.766%203.188%201.594c.152.207.113.215.218.406h-6.812c.105-.191.066-.2.219-.406C13.432%2018.766%2014.328%2018%2016%2018%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204C9.383%204%204%209.383%204%2016s5.383%2012%2012%2012s12-5.383%2012-12S22.617%204%2016%204m0%202c5.535%200%2010%204.465%2010%2010s-4.465%2010-10%2010S6%2021.535%206%2016S10.465%206%2016%206m-4%204c-1.238%200-2.18.691-2.813%201.281a8.3%208.3%200%200%200-1.03%201.156l1.687%201.126s.246-.434.687-.844S11.547%2012%2012%2012h3v-2zm5%200v2h3c.453%200%201.027.309%201.469.719c.441.41.687.844.687.844l1.688-1.126s-.399-.566-1.032-1.156C22.18%2010.691%2021.238%2010%2020%2010zm-8.5%204S7%2016.672%207%2017.5a1.5%201.5%200%200%200%203%200c0-.828-1.5-3.5-1.5-3.5m7.5%202c-2.336%200-3.934%201.234-4.813%202.406s-1.156%202.344-1.156%202.344L9.72%2022h12.56l-.312-1.25s-.278-1.172-1.157-2.344C19.934%2017.234%2018.337%2016%2016%2016m0%202c1.672%200%202.566.766%203.188%201.594c.152.207.113.215.218.406h-6.812c.105-.191.066-.2.219-.406C13.432%2018.766%2014.328%2018%2016%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/sad-tear-solid.svg?color=%231a73e8&size=48