first quarter moon face emoji
first-quarter-moon-face from Twitter Emoji by Twitter · Default · Travel & Places · CC-BY-4.0 Attribution required.
- Name
- first-quarter-moon-face
- Set
- Twitter Emoji
- Style
- Default
- Category
- Travel & Places
- Viewbox
- 36×36
- License
- CC BY 4.0
- Aliases
- first-quarter-moon-with-face
The same emoji in other sets
More travel & places icons from Twitter Emoji
Use the first quarter moon face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffd983" d="M25 13c0-4.984-1.934-9.505-5.073-12.894C28.961 1.068 36 8.71 36 18c0 9.941-8.06 18-18 18c-4.303 0-8.25-1.515-11.347-4.033c7.163-.245 13.305-4.451 16.35-10.484c.622-1.232-2.795-1.201-2.962-3.482C19.887 15.87 25 15.26 25 13"/><g fill="#ffcc4d"><circle cx="25.5" cy="28.5" r="3.5"/><circle cx="27" cy="7" r="1"/><circle cx="18" cy="32" r="1"/><circle cx="33" cy="20" r="2"/></g><path fill="#292f33" d="M19.797 26.023a19.4 19.4 0 0 0 2.104-2.651c5.449 1.226 7.637-.273 7.316.807c-.34 1.147-4.797 3.008-9.42 1.844M26 14.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 0 0-5 0"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiFirstQuarterMoonFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffd983" d="M25 13c0-4.984-1.934-9.505-5.073-12.894C28.961 1.068 36 8.71 36 18c0 9.941-8.06 18-18 18c-4.303 0-8.25-1.515-11.347-4.033c7.163-.245 13.305-4.451 16.35-10.484c.622-1.232-2.795-1.201-2.962-3.482C19.887 15.87 25 15.26 25 13"/><g fill="#ffcc4d"><circle cx="25.5" cy="28.5" r="3.5"/><circle cx="27" cy="7" r="1"/><circle cx="18" cy="32" r="1"/><circle cx="33" cy="20" r="2"/></g><path fill="#292f33" d="M19.797 26.023a19.4 19.4 0 0 0 2.104-2.651c5.449 1.226 7.637-.273 7.316.807c-.34 1.147-4.797 3.008-9.42 1.844M26 14.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 0 0-5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffd983" d="M25 13c0-4.984-1.934-9.505-5.073-12.894C28.961 1.068 36 8.71 36 18c0 9.941-8.06 18-18 18c-4.303 0-8.25-1.515-11.347-4.033c7.163-.245 13.305-4.451 16.35-10.484c.622-1.232-2.795-1.201-2.962-3.482C19.887 15.87 25 15.26 25 13"/><g fill="#ffcc4d"><circle cx="25.5" cy="28.5" r="3.5"/><circle cx="27" cy="7" r="1"/><circle cx="18" cy="32" r="1"/><circle cx="33" cy="20" r="2"/></g><path fill="#292f33" d="M19.797 26.023a19.4 19.4 0 0 0 2.104-2.651c5.449 1.226 7.637-.273 7.316.807c-.34 1.147-4.797 3.008-9.42 1.844M26 14.5a2.5 2.5 0 1 0 5 0a2.5 2.5 0 0 0-5 0"/></svg> </template>
CSS
.icon-first-quarter-moon-face {
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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffd983%22%20d%3D%22M25%2013c0-4.984-1.934-9.505-5.073-12.894C28.961%201.068%2036%208.71%2036%2018c0%209.941-8.06%2018-18%2018c-4.303%200-8.25-1.515-11.347-4.033c7.163-.245%2013.305-4.451%2016.35-10.484c.622-1.232-2.795-1.201-2.962-3.482C19.887%2015.87%2025%2015.26%2025%2013%22%2F%3E%3Cg%20fill%3D%22%23ffcc4d%22%3E%3Ccircle%20cx%3D%2225.5%22%20cy%3D%2228.5%22%20r%3D%223.5%22%2F%3E%3Ccircle%20cx%3D%2227%22%20cy%3D%227%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2232%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2233%22%20cy%3D%2220%22%20r%3D%222%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M19.797%2026.023a19.4%2019.4%200%200%200%202.104-2.651c5.449%201.226%207.637-.273%207.316.807c-.34%201.147-4.797%203.008-9.42%201.844M26%2014.5a2.5%202.5%200%201%200%205%200a2.5%202.5%200%200%200-5%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffd983%22%20d%3D%22M25%2013c0-4.984-1.934-9.505-5.073-12.894C28.961%201.068%2036%208.71%2036%2018c0%209.941-8.06%2018-18%2018c-4.303%200-8.25-1.515-11.347-4.033c7.163-.245%2013.305-4.451%2016.35-10.484c.622-1.232-2.795-1.201-2.962-3.482C19.887%2015.87%2025%2015.26%2025%2013%22%2F%3E%3Cg%20fill%3D%22%23ffcc4d%22%3E%3Ccircle%20cx%3D%2225.5%22%20cy%3D%2228.5%22%20r%3D%223.5%22%2F%3E%3Ccircle%20cx%3D%2227%22%20cy%3D%227%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2232%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2233%22%20cy%3D%2220%22%20r%3D%222%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M19.797%2026.023a19.4%2019.4%200%200%200%202.104-2.651c5.449%201.226%207.637-.273%207.316.807c-.34%201.147-4.797%203.008-9.42%201.844M26%2014.5a2.5%202.5%200%201%200%205%200a2.5%202.5%200%200%200-5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/first-quarter-moon-face.svg?color=%231a73e8&size=48