emoticon cry icon
emoticon-cry-outline from Material Design Icons by Pictogrammers · Outline · Emoji · Apache-2.0 Free for personal and commercial use.
- Name
- emoticon-cry-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Emoji
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- emoji-cry-outline, face-cry-outline, smiley-cry-outline
1 other variant in Material Design Icons
More emoji icons from Material Design Icons
Use the emoticon cry icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.57 20c-1.34 0-2.43-1.09-2.43-2.43c0-1.07 1.18-3.07 2.43-4.76C8.82 14.5 10 16.5 10 17.57A2.43 2.43 0 0 1 7.57 20M12 2A10 10 0 0 0 2 12c0 1.75.45 3.38 1.24 4.81c.16-.81.57-1.74 1.07-2.64A7.7 7.7 0 0 1 4 12a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8c-.24 0-.47 0-.71-.04c-.47.74-1.15 1.32-1.95 1.67c.85.24 1.74.37 2.66.37a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 12c-.41 0-.81.04-1.19.12c.35.63.66 1.28.88 1.88H12c1.25 0 2.32.5 2.77 1.23l1.42-1.42C15.29 14.72 13.75 14 12 14m3.5-6c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5s1.5-.7 1.5-1.5S16.3 8 15.5 8M10 9.5C10 8.7 9.3 8 8.5 8S7 8.7 7 9.5S7.7 11 8.5 11s1.5-.7 1.5-1.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiEmoticonCryOutline(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="M7.57 20c-1.34 0-2.43-1.09-2.43-2.43c0-1.07 1.18-3.07 2.43-4.76C8.82 14.5 10 16.5 10 17.57A2.43 2.43 0 0 1 7.57 20M12 2A10 10 0 0 0 2 12c0 1.75.45 3.38 1.24 4.81c.16-.81.57-1.74 1.07-2.64A7.7 7.7 0 0 1 4 12a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8c-.24 0-.47 0-.71-.04c-.47.74-1.15 1.32-1.95 1.67c.85.24 1.74.37 2.66.37a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 12c-.41 0-.81.04-1.19.12c.35.63.66 1.28.88 1.88H12c1.25 0 2.32.5 2.77 1.23l1.42-1.42C15.29 14.72 13.75 14 12 14m3.5-6c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5s1.5-.7 1.5-1.5S16.3 8 15.5 8M10 9.5C10 8.7 9.3 8 8.5 8S7 8.7 7 9.5S7.7 11 8.5 11s1.5-.7 1.5-1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.57 20c-1.34 0-2.43-1.09-2.43-2.43c0-1.07 1.18-3.07 2.43-4.76C8.82 14.5 10 16.5 10 17.57A2.43 2.43 0 0 1 7.57 20M12 2A10 10 0 0 0 2 12c0 1.75.45 3.38 1.24 4.81c.16-.81.57-1.74 1.07-2.64A7.7 7.7 0 0 1 4 12a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8c-.24 0-.47 0-.71-.04c-.47.74-1.15 1.32-1.95 1.67c.85.24 1.74.37 2.66.37a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 12c-.41 0-.81.04-1.19.12c.35.63.66 1.28.88 1.88H12c1.25 0 2.32.5 2.77 1.23l1.42-1.42C15.29 14.72 13.75 14 12 14m3.5-6c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5s1.5-.7 1.5-1.5S16.3 8 15.5 8M10 9.5C10 8.7 9.3 8 8.5 8S7 8.7 7 9.5S7.7 11 8.5 11s1.5-.7 1.5-1.5"/></svg> </template>
CSS
.icon-emoticon-cry-outline {
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%22M7.57%2020c-1.34%200-2.43-1.09-2.43-2.43c0-1.07%201.18-3.07%202.43-4.76C8.82%2014.5%2010%2016.5%2010%2017.57A2.43%202.43%200%200%201%207.57%2020M12%202A10%2010%200%200%200%202%2012c0%201.75.45%203.38%201.24%204.81c.16-.81.57-1.74%201.07-2.64A7.7%207.7%200%200%201%204%2012a8%208%200%200%201%208-8a8%208%200%200%201%208%208a8%208%200%200%201-8%208c-.24%200-.47%200-.71-.04c-.47.74-1.15%201.32-1.95%201.67c.85.24%201.74.37%202.66.37a10%2010%200%200%200%2010-10A10%2010%200%200%200%2012%202m0%2012c-.41%200-.81.04-1.19.12c.35.63.66%201.28.88%201.88H12c1.25%200%202.32.5%202.77%201.23l1.42-1.42C15.29%2014.72%2013.75%2014%2012%2014m3.5-6c-.8%200-1.5.7-1.5%201.5s.7%201.5%201.5%201.5s1.5-.7%201.5-1.5S16.3%208%2015.5%208M10%209.5C10%208.7%209.3%208%208.5%208S7%208.7%207%209.5S7.7%2011%208.5%2011s1.5-.7%201.5-1.5%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%22M7.57%2020c-1.34%200-2.43-1.09-2.43-2.43c0-1.07%201.18-3.07%202.43-4.76C8.82%2014.5%2010%2016.5%2010%2017.57A2.43%202.43%200%200%201%207.57%2020M12%202A10%2010%200%200%200%202%2012c0%201.75.45%203.38%201.24%204.81c.16-.81.57-1.74%201.07-2.64A7.7%207.7%200%200%201%204%2012a8%208%200%200%201%208-8a8%208%200%200%201%208%208a8%208%200%200%201-8%208c-.24%200-.47%200-.71-.04c-.47.74-1.15%201.32-1.95%201.67c.85.24%201.74.37%202.66.37a10%2010%200%200%200%2010-10A10%2010%200%200%200%2012%202m0%2012c-.41%200-.81.04-1.19.12c.35.63.66%201.28.88%201.88H12c1.25%200%202.32.5%202.77%201.23l1.42-1.42C15.29%2014.72%2013.75%2014%2012%2014m3.5-6c-.8%200-1.5.7-1.5%201.5s.7%201.5%201.5%201.5s1.5-.7%201.5-1.5S16.3%208%2015.5%208M10%209.5C10%208.7%209.3%208%208.5%208S7%208.7%207%209.5S7.7%2011%208.5%2011s1.5-.7%201.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/emoticon-cry-outline.svg?color=%231a73e8&size=48