emoji-tear from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
emoji-tear
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

Related icons in Bootstrap Icons

Use the emoji tear icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="M6.831 11.43A3.1 3.1 0 0 1 8 11.196c.916 0 1.607.408 2.25.826c.212.138.424-.069.282-.277c-.564-.83-1.558-2.049-2.532-2.049c-.53 0-1.066.361-1.536.824q.126.27.232.535q.069.174.135.373ZM6 11.333C6 12.253 5.328 13 4.5 13S3 12.254 3 11.333c0-.706.882-2.29 1.294-2.99a.238.238 0 0 1 .412 0c.412.7 1.294 2.284 1.294 2.99M7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5m4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5m-1.5-3A.5.5 0 0 1 10 3c1.162 0 2.35.584 2.947 1.776a.5.5 0 1 1-.894.448C11.649 4.416 10.838 4 10 4a.5.5 0 0 1-.5-.5M7 3.5a.5.5 0 0 0-.5-.5c-1.162 0-2.35.584-2.947 1.776a.5.5 0 1 0 .894.448C4.851 4.416 5.662 4 6.5 4a.5.5 0 0 0 .5-.5"/></g></svg>

React

import type { SVGProps } from "react";

export function BiEmojiTear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="M6.831 11.43A3.1 3.1 0 0 1 8 11.196c.916 0 1.607.408 2.25.826c.212.138.424-.069.282-.277c-.564-.83-1.558-2.049-2.532-2.049c-.53 0-1.066.361-1.536.824q.126.27.232.535q.069.174.135.373ZM6 11.333C6 12.253 5.328 13 4.5 13S3 12.254 3 11.333c0-.706.882-2.29 1.294-2.99a.238.238 0 0 1 .412 0c.412.7 1.294 2.284 1.294 2.99M7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5m4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5m-1.5-3A.5.5 0 0 1 10 3c1.162 0 2.35.584 2.947 1.776a.5.5 0 1 1-.894.448C11.649 4.416 10.838 4 10 4a.5.5 0 0 1-.5-.5M7 3.5a.5.5 0 0 0-.5-.5c-1.162 0-2.35.584-2.947 1.776a.5.5 0 1 0 .894.448C4.851 4.416 5.662 4 6.5 4a.5.5 0 0 0 .5-.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="M6.831 11.43A3.1 3.1 0 0 1 8 11.196c.916 0 1.607.408 2.25.826c.212.138.424-.069.282-.277c-.564-.83-1.558-2.049-2.532-2.049c-.53 0-1.066.361-1.536.824q.126.27.232.535q.069.174.135.373ZM6 11.333C6 12.253 5.328 13 4.5 13S3 12.254 3 11.333c0-.706.882-2.29 1.294-2.99a.238.238 0 0 1 .412 0c.412.7 1.294 2.284 1.294 2.99M7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5m4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5m-1.5-3A.5.5 0 0 1 10 3c1.162 0 2.35.584 2.947 1.776a.5.5 0 1 1-.894.448C11.649 4.416 10.838 4 10 4a.5.5 0 0 1-.5-.5M7 3.5a.5.5 0 0 0-.5-.5c-1.162 0-2.35.584-2.947 1.776a.5.5 0 1 0 .894.448C4.851 4.416 5.662 4 6.5 4a.5.5 0 0 0 .5-.5"/></g></svg>
</template>

CSS

.icon-emoji-tear {
  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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%2015A7%207%200%201%201%208%201a7%207%200%200%201%200%2014m0%201A8%208%200%201%200%208%200a8%208%200%200%200%200%2016%22%2F%3E%3Cpath%20d%3D%22M6.831%2011.43A3.1%203.1%200%200%201%208%2011.196c.916%200%201.607.408%202.25.826c.212.138.424-.069.282-.277c-.564-.83-1.558-2.049-2.532-2.049c-.53%200-1.066.361-1.536.824q.126.27.232.535q.069.174.135.373ZM6%2011.333C6%2012.253%205.328%2013%204.5%2013S3%2012.254%203%2011.333c0-.706.882-2.29%201.294-2.99a.238.238%200%200%201%20.412%200c.412.7%201.294%202.284%201.294%202.99M7%206.5C7%207.328%206.552%208%206%208s-1-.672-1-1.5S5.448%205%206%205s1%20.672%201%201.5m4%200c0%20.828-.448%201.5-1%201.5s-1-.672-1-1.5S9.448%205%2010%205s1%20.672%201%201.5m-1.5-3A.5.5%200%200%201%2010%203c1.162%200%202.35.584%202.947%201.776a.5.5%200%201%201-.894.448C11.649%204.416%2010.838%204%2010%204a.5.5%200%200%201-.5-.5M7%203.5a.5.5%200%200%200-.5-.5c-1.162%200-2.35.584-2.947%201.776a.5.5%200%201%200%20.894.448C4.851%204.416%205.662%204%206.5%204a.5.5%200%200%200%20.5-.5%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%2015A7%207%200%201%201%208%201a7%207%200%200%201%200%2014m0%201A8%208%200%201%200%208%200a8%208%200%200%200%200%2016%22%2F%3E%3Cpath%20d%3D%22M6.831%2011.43A3.1%203.1%200%200%201%208%2011.196c.916%200%201.607.408%202.25.826c.212.138.424-.069.282-.277c-.564-.83-1.558-2.049-2.532-2.049c-.53%200-1.066.361-1.536.824q.126.27.232.535q.069.174.135.373ZM6%2011.333C6%2012.253%205.328%2013%204.5%2013S3%2012.254%203%2011.333c0-.706.882-2.29%201.294-2.99a.238.238%200%200%201%20.412%200c.412.7%201.294%202.284%201.294%202.99M7%206.5C7%207.328%206.552%208%206%208s-1-.672-1-1.5S5.448%205%206%205s1%20.672%201%201.5m4%200c0%20.828-.448%201.5-1%201.5s-1-.672-1-1.5S9.448%205%2010%205s1%20.672%201%201.5m-1.5-3A.5.5%200%200%201%2010%203c1.162%200%202.35.584%202.947%201.776a.5.5%200%201%201-.894.448C11.649%204.416%2010.838%204%2010%204a.5.5%200%200%201-.5-.5M7%203.5a.5.5%200%200%200-.5-.5c-1.162%200-2.35.584-2.947%201.776a.5.5%200%201%200%20.894.448C4.851%204.416%205.662%204%206.5%204a.5.5%200%200%200%20.5-.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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