down from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.

Name
down
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 down emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FFD3B6" d="M59.9 33.9C52 27.1 47.7 16.4 46 13.1c0 0 0-.1-.1-.1c-.2-.4-.4-.7-.5-.8c-1-1.4-2.3-2.5-3.8-3.2V2.9c0-1.6-1.3-2.9-2.9-2.9H20.1c-1.6 0-2.9 1.3-2.9 2.9V11c-2.8 2.3-4.6 5.9-4.6 9.8v26.5c0 2.2 1.8 4.1 4.1 4.1c1 0 2-.4 2.7-1c0 0 .1 0 .2-.1q1.2-1.2 2.4 0c.7.7 1.7 1.1 2.8 1.1s2-.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.2s2-.4 2.7-1c0 0 .1 0 .2-.1q.45-.45.9-.6V68c0 2.2 1.8 4.1 4.1 4.1s4-1.8 4-4.1V33c1 1.2 1.9 1.6 3.2 2.9c7.2 6.9 10.7 5 12.3 3.6c1.4-1.5 1-4-.5-5.6"/><path fill="#F2C7AA" d="M25.2 8.1h12.5q2.1 0 3.9.9V7.7c0-1.2-1-2.2-2.2-2.2h-20c-1.2 0-2.2 1-2.2 2.2V11c2.2-1.8 5-2.9 8-2.9"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiDown(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="M59.9 33.9C52 27.1 47.7 16.4 46 13.1c0 0 0-.1-.1-.1c-.2-.4-.4-.7-.5-.8c-1-1.4-2.3-2.5-3.8-3.2V2.9c0-1.6-1.3-2.9-2.9-2.9H20.1c-1.6 0-2.9 1.3-2.9 2.9V11c-2.8 2.3-4.6 5.9-4.6 9.8v26.5c0 2.2 1.8 4.1 4.1 4.1c1 0 2-.4 2.7-1c0 0 .1 0 .2-.1q1.2-1.2 2.4 0c.7.7 1.7 1.1 2.8 1.1s2-.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.2s2-.4 2.7-1c0 0 .1 0 .2-.1q.45-.45.9-.6V68c0 2.2 1.8 4.1 4.1 4.1s4-1.8 4-4.1V33c1 1.2 1.9 1.6 3.2 2.9c7.2 6.9 10.7 5 12.3 3.6c1.4-1.5 1-4-.5-5.6"/><path fill="#F2C7AA" d="M25.2 8.1h12.5q2.1 0 3.9.9V7.7c0-1.2-1-2.2-2.2-2.2h-20c-1.2 0-2.2 1-2.2 2.2V11c2.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="M59.9 33.9C52 27.1 47.7 16.4 46 13.1c0 0 0-.1-.1-.1c-.2-.4-.4-.7-.5-.8c-1-1.4-2.3-2.5-3.8-3.2V2.9c0-1.6-1.3-2.9-2.9-2.9H20.1c-1.6 0-2.9 1.3-2.9 2.9V11c-2.8 2.3-4.6 5.9-4.6 9.8v26.5c0 2.2 1.8 4.1 4.1 4.1c1 0 2-.4 2.7-1c0 0 .1 0 .2-.1q1.2-1.2 2.4 0c.7.7 1.7 1.1 2.8 1.1s2-.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.2s2-.4 2.7-1c0 0 .1 0 .2-.1q.45-.45.9-.6V68c0 2.2 1.8 4.1 4.1 4.1s4-1.8 4-4.1V33c1 1.2 1.9 1.6 3.2 2.9c7.2 6.9 10.7 5 12.3 3.6c1.4-1.5 1-4-.5-5.6"/><path fill="#F2C7AA" d="M25.2 8.1h12.5q2.1 0 3.9.9V7.7c0-1.2-1-2.2-2.2-2.2h-20c-1.2 0-2.2 1-2.2 2.2V11c2.2-1.8 5-2.9 8-2.9"/></svg>
</template>

CSS

.icon-down {
  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%22M59.9%2033.9C52%2027.1%2047.7%2016.4%2046%2013.1c0%200%200-.1-.1-.1c-.2-.4-.4-.7-.5-.8c-1-1.4-2.3-2.5-3.8-3.2V2.9c0-1.6-1.3-2.9-2.9-2.9H20.1c-1.6%200-2.9%201.3-2.9%202.9V11c-2.8%202.3-4.6%205.9-4.6%209.8v26.5c0%202.2%201.8%204.1%204.1%204.1c1%200%202-.4%202.7-1c0%200%20.1%200%20.2-.1q1.2-1.2%202.4%200c.7.7%201.7%201.1%202.8%201.1s2-.4%202.7-1c0%200%20.1%200%20.2-.1c.8-.8%201.6-.8%202.4-.1c.7.7%201.8%201.2%202.9%201.2s2-.4%202.7-1c0%200%20.1%200%20.2-.1q.45-.45.9-.6V68c0%202.2%201.8%204.1%204.1%204.1s4-1.8%204-4.1V33c1%201.2%201.9%201.6%203.2%202.9c7.2%206.9%2010.7%205%2012.3%203.6c1.4-1.5%201-4-.5-5.6%22%2F%3E%3Cpath%20fill%3D%22%23F2C7AA%22%20d%3D%22M25.2%208.1h12.5q2.1%200%203.9.9V7.7c0-1.2-1-2.2-2.2-2.2h-20c-1.2%200-2.2%201-2.2%202.2V11c2.2-1.8%205-2.9%208-2.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%22M59.9%2033.9C52%2027.1%2047.7%2016.4%2046%2013.1c0%200%200-.1-.1-.1c-.2-.4-.4-.7-.5-.8c-1-1.4-2.3-2.5-3.8-3.2V2.9c0-1.6-1.3-2.9-2.9-2.9H20.1c-1.6%200-2.9%201.3-2.9%202.9V11c-2.8%202.3-4.6%205.9-4.6%209.8v26.5c0%202.2%201.8%204.1%204.1%204.1c1%200%202-.4%202.7-1c0%200%20.1%200%20.2-.1q1.2-1.2%202.4%200c.7.7%201.7%201.1%202.8%201.1s2-.4%202.7-1c0%200%20.1%200%20.2-.1c.8-.8%201.6-.8%202.4-.1c.7.7%201.8%201.2%202.9%201.2s2-.4%202.7-1c0%200%20.1%200%20.2-.1q.45-.45.9-.6V68c0%202.2%201.8%204.1%204.1%204.1s4-1.8%204-4.1V33c1%201.2%201.9%201.6%203.2%202.9c7.2%206.9%2010.7%205%2012.3%203.6c1.4-1.5%201-4-.5-5.6%22%2F%3E%3Cpath%20fill%3D%22%23F2C7AA%22%20d%3D%22M25.2%208.1h12.5q2.1%200%203.9.9V7.7c0-1.2-1-2.2-2.2-2.2h-20c-1.2%200-2.2%201-2.2%202.2V11c2.2-1.8%205-2.9%208-2.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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