emotion sad icon
emotion-sad-line from Remix Icon by Remix Design · Line · User & Faces · Apache-2.0 Free for personal and commercial use.
- Name
- emotion-sad-line
- Set
- Remix Icon
- Style
- Line
- Category
- User & Faces
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
More user & faces icons from Remix Icon
account-box-2-fillaccount-box-fillaccount-circle-2-fillaccount-circle-fillaccount-pin-box-fillaccount-pin-circle-filladmin-fillai-agent-fillaliens-fillbear-smile-fillbody-scan-fillcontacts-fillcriminal-fillemotion-2-fillemotion-add-fillemotion-fillemotion-happy-fillemotion-laugh-fillemotion-normal-fillemotion-unhappy-fillgenderless-fillghost-2-fillghost-3-fillghost-fill
Use the emotion sad icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10c0 .727-.078 1.435-.225 2.118l-1.782-1.783Q20 12.17 20 12a8 8 0 1 0-4.381 7.137q.232.37.553.691c.302.303.64.547 1.001.732A9.96 9.96 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2m7 12.172l1.414 1.414a2 2 0 1 1-2.93.11l.102-.11zM12 15c1.466 0 2.785.631 3.7 1.637l-.945.86C13.965 17.182 13.018 17 12 17s-1.965.183-2.755.496l-.945-.86A5 5 0 0 1 12 15m-3.5-5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m7 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg>
React
import type { SVGProps } from "react";
export function RiEmotionSadLine(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 2c5.523 0 10 4.477 10 10c0 .727-.078 1.435-.225 2.118l-1.782-1.783Q20 12.17 20 12a8 8 0 1 0-4.381 7.137q.232.37.553.691c.302.303.64.547 1.001.732A9.96 9.96 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2m7 12.172l1.414 1.414a2 2 0 1 1-2.93.11l.102-.11zM12 15c1.466 0 2.785.631 3.7 1.637l-.945.86C13.965 17.182 13.018 17 12 17s-1.965.183-2.755.496l-.945-.86A5 5 0 0 1 12 15m-3.5-5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m7 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></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 2c5.523 0 10 4.477 10 10c0 .727-.078 1.435-.225 2.118l-1.782-1.783Q20 12.17 20 12a8 8 0 1 0-4.381 7.137q.232.37.553.691c.302.303.64.547 1.001.732A9.96 9.96 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2m7 12.172l1.414 1.414a2 2 0 1 1-2.93.11l.102-.11zM12 15c1.466 0 2.785.631 3.7 1.637l-.945.86C13.965 17.182 13.018 17 12 17s-1.965.183-2.755.496l-.945-.86A5 5 0 0 1 12 15m-3.5-5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m7 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></svg> </template>
CSS
.icon-emotion-sad-line {
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%202c5.523%200%2010%204.477%2010%2010c0%20.727-.078%201.435-.225%202.118l-1.782-1.783Q20%2012.17%2020%2012a8%208%200%201%200-4.381%207.137q.232.37.553.691c.302.303.64.547%201.001.732A9.96%209.96%200%200%201%2012%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202m7%2012.172l1.414%201.414a2%202%200%201%201-2.93.11l.102-.11zM12%2015c1.466%200%202.785.631%203.7%201.637l-.945.86C13.965%2017.182%2013.018%2017%2012%2017s-1.965.183-2.755.496l-.945-.86A5%205%200%200%201%2012%2015m-3.5-5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m7%200a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%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%202c5.523%200%2010%204.477%2010%2010c0%20.727-.078%201.435-.225%202.118l-1.782-1.783Q20%2012.17%2020%2012a8%208%200%201%200-4.381%207.137q.232.37.553.691c.302.303.64.547%201.001.732A9.96%209.96%200%200%201%2012%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202m7%2012.172l1.414%201.414a2%202%200%201%201-2.93.11l.102-.11zM12%2015c1.466%200%202.785.631%203.7%201.637l-.945.86C13.965%2017.182%2013.018%2017%2012%2017s-1.965.183-2.755.496l-.945-.86A5%205%200%200%201%2012%2015m-3.5-5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m7%200a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/emotion-sad-line.svg?color=%231a73e8&size=48