up emoji
up from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.
- Name
- up
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- People
- Viewbox
- 72×72
- License
- Apache 2.0
The same emoji in other sets
More people icons from Firefox OS Emoji
Use the up emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FFD3B6" d="M57.2 20.6c-1 0-2 .4-2.7 1c0 0-.1 0-.2.1q-1.2 1.2-2.4 0c-.7-.7-1.7-1.1-2.8-1.1s-2 .4-2.7 1c0 0-.1 0-.2.1c-.8.8-1.6.8-2.4.1c-.7-.7-1.8-1.2-2.9-1.2s-2 .4-2.7 1c0 0-.1 0-.2.1q-.45.45-.9.6V4c0-2.2-1.8-4.1-4.1-4.1S29 1.7 29 4v35c-1-1.2-1.9-1.6-3.2-2.9c-7.2-6.9-10.7-5-12.3-3.6c-1.5 1.5-1.1 4 .5 5.5c7.9 6.8 12.1 17.5 13.8 20.8c0 0 0 .1.1.1c.2.4.4.7.5.8c1 1.4 2.3 2.5 3.8 3.2V69c0 1.6 1.3 2.9 2.9 2.9h18.6c1.6 0 2.9-1.3 2.9-2.9v-8c2.8-2.3 4.6-5.9 4.6-9.8V24.7c.1-2.3-1.8-4.1-4-4.1"/><path fill="#F2C7AA" d="M48.6 63.9H36.1q-2.1 0-3.9-.9v1.3c0 1.2 1 2.2 2.2 2.2h20c1.2 0 2.2-1 2.2-2.2V61c-2.2 1.8-5 2.9-8 2.9"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiUp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FFD3B6" d="M57.2 20.6c-1 0-2 .4-2.7 1c0 0-.1 0-.2.1q-1.2 1.2-2.4 0c-.7-.7-1.7-1.1-2.8-1.1s-2 .4-2.7 1c0 0-.1 0-.2.1c-.8.8-1.6.8-2.4.1c-.7-.7-1.8-1.2-2.9-1.2s-2 .4-2.7 1c0 0-.1 0-.2.1q-.45.45-.9.6V4c0-2.2-1.8-4.1-4.1-4.1S29 1.7 29 4v35c-1-1.2-1.9-1.6-3.2-2.9c-7.2-6.9-10.7-5-12.3-3.6c-1.5 1.5-1.1 4 .5 5.5c7.9 6.8 12.1 17.5 13.8 20.8c0 0 0 .1.1.1c.2.4.4.7.5.8c1 1.4 2.3 2.5 3.8 3.2V69c0 1.6 1.3 2.9 2.9 2.9h18.6c1.6 0 2.9-1.3 2.9-2.9v-8c2.8-2.3 4.6-5.9 4.6-9.8V24.7c.1-2.3-1.8-4.1-4-4.1"/><path fill="#F2C7AA" d="M48.6 63.9H36.1q-2.1 0-3.9-.9v1.3c0 1.2 1 2.2 2.2 2.2h20c1.2 0 2.2-1 2.2-2.2V61c-2.2 1.8-5 2.9-8 2.9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FFD3B6" d="M57.2 20.6c-1 0-2 .4-2.7 1c0 0-.1 0-.2.1q-1.2 1.2-2.4 0c-.7-.7-1.7-1.1-2.8-1.1s-2 .4-2.7 1c0 0-.1 0-.2.1c-.8.8-1.6.8-2.4.1c-.7-.7-1.8-1.2-2.9-1.2s-2 .4-2.7 1c0 0-.1 0-.2.1q-.45.45-.9.6V4c0-2.2-1.8-4.1-4.1-4.1S29 1.7 29 4v35c-1-1.2-1.9-1.6-3.2-2.9c-7.2-6.9-10.7-5-12.3-3.6c-1.5 1.5-1.1 4 .5 5.5c7.9 6.8 12.1 17.5 13.8 20.8c0 0 0 .1.1.1c.2.4.4.7.5.8c1 1.4 2.3 2.5 3.8 3.2V69c0 1.6 1.3 2.9 2.9 2.9h18.6c1.6 0 2.9-1.3 2.9-2.9v-8c2.8-2.3 4.6-5.9 4.6-9.8V24.7c.1-2.3-1.8-4.1-4-4.1"/><path fill="#F2C7AA" d="M48.6 63.9H36.1q-2.1 0-3.9-.9v1.3c0 1.2 1 2.2 2.2 2.2h20c1.2 0 2.2-1 2.2-2.2V61c-2.2 1.8-5 2.9-8 2.9"/></svg> </template>
CSS
.icon-up {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23FFD3B6%22%20d%3D%22M57.2%2020.6c-1%200-2%20.4-2.7%201c0%200-.1%200-.2.1q-1.2%201.2-2.4%200c-.7-.7-1.7-1.1-2.8-1.1s-2%20.4-2.7%201c0%200-.1%200-.2.1c-.8.8-1.6.8-2.4.1c-.7-.7-1.8-1.2-2.9-1.2s-2%20.4-2.7%201c0%200-.1%200-.2.1q-.45.45-.9.6V4c0-2.2-1.8-4.1-4.1-4.1S29%201.7%2029%204v35c-1-1.2-1.9-1.6-3.2-2.9c-7.2-6.9-10.7-5-12.3-3.6c-1.5%201.5-1.1%204%20.5%205.5c7.9%206.8%2012.1%2017.5%2013.8%2020.8c0%200%200%20.1.1.1c.2.4.4.7.5.8c1%201.4%202.3%202.5%203.8%203.2V69c0%201.6%201.3%202.9%202.9%202.9h18.6c1.6%200%202.9-1.3%202.9-2.9v-8c2.8-2.3%204.6-5.9%204.6-9.8V24.7c.1-2.3-1.8-4.1-4-4.1%22%2F%3E%3Cpath%20fill%3D%22%23F2C7AA%22%20d%3D%22M48.6%2063.9H36.1q-2.1%200-3.9-.9v1.3c0%201.2%201%202.2%202.2%202.2h20c1.2%200%202.2-1%202.2-2.2V61c-2.2%201.8-5%202.9-8%202.9%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23FFD3B6%22%20d%3D%22M57.2%2020.6c-1%200-2%20.4-2.7%201c0%200-.1%200-.2.1q-1.2%201.2-2.4%200c-.7-.7-1.7-1.1-2.8-1.1s-2%20.4-2.7%201c0%200-.1%200-.2.1c-.8.8-1.6.8-2.4.1c-.7-.7-1.8-1.2-2.9-1.2s-2%20.4-2.7%201c0%200-.1%200-.2.1q-.45.45-.9.6V4c0-2.2-1.8-4.1-4.1-4.1S29%201.7%2029%204v35c-1-1.2-1.9-1.6-3.2-2.9c-7.2-6.9-10.7-5-12.3-3.6c-1.5%201.5-1.1%204%20.5%205.5c7.9%206.8%2012.1%2017.5%2013.8%2020.8c0%200%200%20.1.1.1c.2.4.4.7.5.8c1%201.4%202.3%202.5%203.8%203.2V69c0%201.6%201.3%202.9%202.9%202.9h18.6c1.6%200%202.9-1.3%202.9-2.9v-8c2.8-2.3%204.6-5.9%204.6-9.8V24.7c.1-2.3-1.8-4.1-4-4.1%22%2F%3E%3Cpath%20fill%3D%22%23F2C7AA%22%20d%3D%22M48.6%2063.9H36.1q-2.1%200-3.9-.9v1.3c0%201.2%201%202.2%202.2%202.2h20c1.2%200%202.2-1%202.2-2.2V61c-2.2%201.8-5%202.9-8%202.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/up.svg?color=%231a73e8&size=48