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

Name
bow
Set
Firefox OS Emoji
Style
Default
Category
People
Viewbox
512×512
License
Apache 2.0

The same emoji in other sets

More people icons from Firefox OS Emoji

Use the bow emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFA1E0" d="M184.5 183.2L64.7 388.6c-6.3 15.1 7.7 30.8 23.5 26.2l28.8-8.4c8.8-2.6 18.2 1.3 22.6 9.4l14.3 26.4c7.8 14.4 28.8 13.3 35.1-1.8l77.3-233.7c4.1-9.9-.6-21.3-10.5-25.5l-45.7-8.4c-10.1-4.2-21.5.5-25.6 10.4"/><path fill="#FFA1E0" d="m328.6 183.2l119.8 205.4c6.3 15.1-7.7 30.8-23.5 26.2l-28.8-8.4c-8.8-2.6-18.2 1.3-22.6 9.4l-14.3 26.4c-7.8 14.4-28.8 13.3-35.1-1.8l-77.3-233.7c-4.1-9.9.6-21.3 10.5-25.5l45.7-8.4c10.1-4.2 21.5.5 25.6 10.4"/><path fill="#FF3ED2" d="M75.7 71.2s2.8-1.6 7.4-2.6c4.6-1.1 11-1.4 18.3 0c7.3 1.5 15.7 4.8 24.3 10.4c4.3 2.9 8.7 6 13.2 9.1c4.4 3.4 9 6.4 13.5 10.2c4.5 3.6 9 7.2 13.4 10.8c4.4 3.5 8.6 7.7 12.8 11.4s8.1 7.4 11.9 11.3c3.7 3.9 7.3 7.1 10.5 10.9c6.5 7 11.8 13.4 15.5 18c3.6 4.9 5.7 7.7 5.7 7.7c18.9 25.3 13.7 61.1-11.5 80c-.4.3-1 .8-1.5 1.1c0 0-2.8 2-7.8 5.5c-4.9 3.2-12 7.6-20.3 12.2c-4.2 2.5-8.6 4.5-13.4 7s-9.7 4.9-14.8 7.1s-10.4 4.9-15.7 6.8c-5.3 2-10.7 4.1-16.1 6.1c-5.4 2.2-10.7 3.6-16 5.4c-5.2 1.5-10.4 3-15.3 4.5c-9.9 2.6-18.8 3.2-26.3 2.3c-7.4-1-13.4-3.3-17.4-5.8c-4-2.4-6.2-4.8-6.2-4.8c-54.3-59.1-50.5-150.6 8.4-204.8c8.3-7.6 17.9-14.5 27.4-19.8m397.6 224.4s-2.2 2.3-6.2 4.8s-10 4.8-17.4 5.8c-7.4.9-16.4.3-26.3-2.3q-7.5-2.25-15.3-4.5c-5.3-1.8-10.6-3.3-16-5.4c-5.4-2-10.8-4.1-16.1-6.1c-5.3-1.9-10.6-4.6-15.7-6.8s-10-4.5-14.8-7.1c-4.7-2.5-9.2-4.5-13.4-7c-8.3-4.6-15.4-9-20.3-12.2c-5-3.5-7.8-5.5-7.8-5.5c-25.8-18.1-32.1-53.7-14-79.6c.3-.4.7-1 1.1-1.5c0 0 2.1-2.8 5.7-7.7c3.7-4.6 9-11 15.5-18c3.2-3.7 6.8-7 10.5-10.9s7.7-7.6 11.9-11.3s8.4-7.9 12.8-11.4c4.4-3.6 8.9-7.2 13.4-10.8c4.5-3.8 9-6.8 13.5-10.2c4.5-3.1 8.9-6.1 13.2-9.1c8.6-5.6 16.9-8.9 24.3-10.4c7.4-1.4 13.7-1 18.3 0s7.4 2.6 7.4 2.6c69.8 39 94.8 127.2 55.8 197c-5.7 10-12.8 19.5-20.1 27.6"/><circle cx="256.5" cy="217.6" r="69.4" fill="#FF5FD2"/><path fill="#FFA1E0" d="M216.3 212c-1.8 0-3.5-.3-5.2-1c-7-2.9-10.4-11-7.5-18c4.4-10.7 12-19.4 21.9-25.3c6.6-3.9 15-1.7 18.8 4.9c3.9 6.5 1.7 15-4.9 18.8c-4.8 2.8-8.4 7-10.5 12.1c-2.1 5.3-7.2 8.5-12.6 8.5"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiBow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFA1E0" d="M184.5 183.2L64.7 388.6c-6.3 15.1 7.7 30.8 23.5 26.2l28.8-8.4c8.8-2.6 18.2 1.3 22.6 9.4l14.3 26.4c7.8 14.4 28.8 13.3 35.1-1.8l77.3-233.7c4.1-9.9-.6-21.3-10.5-25.5l-45.7-8.4c-10.1-4.2-21.5.5-25.6 10.4"/><path fill="#FFA1E0" d="m328.6 183.2l119.8 205.4c6.3 15.1-7.7 30.8-23.5 26.2l-28.8-8.4c-8.8-2.6-18.2 1.3-22.6 9.4l-14.3 26.4c-7.8 14.4-28.8 13.3-35.1-1.8l-77.3-233.7c-4.1-9.9.6-21.3 10.5-25.5l45.7-8.4c10.1-4.2 21.5.5 25.6 10.4"/><path fill="#FF3ED2" d="M75.7 71.2s2.8-1.6 7.4-2.6c4.6-1.1 11-1.4 18.3 0c7.3 1.5 15.7 4.8 24.3 10.4c4.3 2.9 8.7 6 13.2 9.1c4.4 3.4 9 6.4 13.5 10.2c4.5 3.6 9 7.2 13.4 10.8c4.4 3.5 8.6 7.7 12.8 11.4s8.1 7.4 11.9 11.3c3.7 3.9 7.3 7.1 10.5 10.9c6.5 7 11.8 13.4 15.5 18c3.6 4.9 5.7 7.7 5.7 7.7c18.9 25.3 13.7 61.1-11.5 80c-.4.3-1 .8-1.5 1.1c0 0-2.8 2-7.8 5.5c-4.9 3.2-12 7.6-20.3 12.2c-4.2 2.5-8.6 4.5-13.4 7s-9.7 4.9-14.8 7.1s-10.4 4.9-15.7 6.8c-5.3 2-10.7 4.1-16.1 6.1c-5.4 2.2-10.7 3.6-16 5.4c-5.2 1.5-10.4 3-15.3 4.5c-9.9 2.6-18.8 3.2-26.3 2.3c-7.4-1-13.4-3.3-17.4-5.8c-4-2.4-6.2-4.8-6.2-4.8c-54.3-59.1-50.5-150.6 8.4-204.8c8.3-7.6 17.9-14.5 27.4-19.8m397.6 224.4s-2.2 2.3-6.2 4.8s-10 4.8-17.4 5.8c-7.4.9-16.4.3-26.3-2.3q-7.5-2.25-15.3-4.5c-5.3-1.8-10.6-3.3-16-5.4c-5.4-2-10.8-4.1-16.1-6.1c-5.3-1.9-10.6-4.6-15.7-6.8s-10-4.5-14.8-7.1c-4.7-2.5-9.2-4.5-13.4-7c-8.3-4.6-15.4-9-20.3-12.2c-5-3.5-7.8-5.5-7.8-5.5c-25.8-18.1-32.1-53.7-14-79.6c.3-.4.7-1 1.1-1.5c0 0 2.1-2.8 5.7-7.7c3.7-4.6 9-11 15.5-18c3.2-3.7 6.8-7 10.5-10.9s7.7-7.6 11.9-11.3s8.4-7.9 12.8-11.4c4.4-3.6 8.9-7.2 13.4-10.8c4.5-3.8 9-6.8 13.5-10.2c4.5-3.1 8.9-6.1 13.2-9.1c8.6-5.6 16.9-8.9 24.3-10.4c7.4-1.4 13.7-1 18.3 0s7.4 2.6 7.4 2.6c69.8 39 94.8 127.2 55.8 197c-5.7 10-12.8 19.5-20.1 27.6"/><circle cx="256.5" cy="217.6" r="69.4" fill="#FF5FD2"/><path fill="#FFA1E0" d="M216.3 212c-1.8 0-3.5-.3-5.2-1c-7-2.9-10.4-11-7.5-18c4.4-10.7 12-19.4 21.9-25.3c6.6-3.9 15-1.7 18.8 4.9c3.9 6.5 1.7 15-4.9 18.8c-4.8 2.8-8.4 7-10.5 12.1c-2.1 5.3-7.2 8.5-12.6 8.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFA1E0" d="M184.5 183.2L64.7 388.6c-6.3 15.1 7.7 30.8 23.5 26.2l28.8-8.4c8.8-2.6 18.2 1.3 22.6 9.4l14.3 26.4c7.8 14.4 28.8 13.3 35.1-1.8l77.3-233.7c4.1-9.9-.6-21.3-10.5-25.5l-45.7-8.4c-10.1-4.2-21.5.5-25.6 10.4"/><path fill="#FFA1E0" d="m328.6 183.2l119.8 205.4c6.3 15.1-7.7 30.8-23.5 26.2l-28.8-8.4c-8.8-2.6-18.2 1.3-22.6 9.4l-14.3 26.4c-7.8 14.4-28.8 13.3-35.1-1.8l-77.3-233.7c-4.1-9.9.6-21.3 10.5-25.5l45.7-8.4c10.1-4.2 21.5.5 25.6 10.4"/><path fill="#FF3ED2" d="M75.7 71.2s2.8-1.6 7.4-2.6c4.6-1.1 11-1.4 18.3 0c7.3 1.5 15.7 4.8 24.3 10.4c4.3 2.9 8.7 6 13.2 9.1c4.4 3.4 9 6.4 13.5 10.2c4.5 3.6 9 7.2 13.4 10.8c4.4 3.5 8.6 7.7 12.8 11.4s8.1 7.4 11.9 11.3c3.7 3.9 7.3 7.1 10.5 10.9c6.5 7 11.8 13.4 15.5 18c3.6 4.9 5.7 7.7 5.7 7.7c18.9 25.3 13.7 61.1-11.5 80c-.4.3-1 .8-1.5 1.1c0 0-2.8 2-7.8 5.5c-4.9 3.2-12 7.6-20.3 12.2c-4.2 2.5-8.6 4.5-13.4 7s-9.7 4.9-14.8 7.1s-10.4 4.9-15.7 6.8c-5.3 2-10.7 4.1-16.1 6.1c-5.4 2.2-10.7 3.6-16 5.4c-5.2 1.5-10.4 3-15.3 4.5c-9.9 2.6-18.8 3.2-26.3 2.3c-7.4-1-13.4-3.3-17.4-5.8c-4-2.4-6.2-4.8-6.2-4.8c-54.3-59.1-50.5-150.6 8.4-204.8c8.3-7.6 17.9-14.5 27.4-19.8m397.6 224.4s-2.2 2.3-6.2 4.8s-10 4.8-17.4 5.8c-7.4.9-16.4.3-26.3-2.3q-7.5-2.25-15.3-4.5c-5.3-1.8-10.6-3.3-16-5.4c-5.4-2-10.8-4.1-16.1-6.1c-5.3-1.9-10.6-4.6-15.7-6.8s-10-4.5-14.8-7.1c-4.7-2.5-9.2-4.5-13.4-7c-8.3-4.6-15.4-9-20.3-12.2c-5-3.5-7.8-5.5-7.8-5.5c-25.8-18.1-32.1-53.7-14-79.6c.3-.4.7-1 1.1-1.5c0 0 2.1-2.8 5.7-7.7c3.7-4.6 9-11 15.5-18c3.2-3.7 6.8-7 10.5-10.9s7.7-7.6 11.9-11.3s8.4-7.9 12.8-11.4c4.4-3.6 8.9-7.2 13.4-10.8c4.5-3.8 9-6.8 13.5-10.2c4.5-3.1 8.9-6.1 13.2-9.1c8.6-5.6 16.9-8.9 24.3-10.4c7.4-1.4 13.7-1 18.3 0s7.4 2.6 7.4 2.6c69.8 39 94.8 127.2 55.8 197c-5.7 10-12.8 19.5-20.1 27.6"/><circle cx="256.5" cy="217.6" r="69.4" fill="#FF5FD2"/><path fill="#FFA1E0" d="M216.3 212c-1.8 0-3.5-.3-5.2-1c-7-2.9-10.4-11-7.5-18c4.4-10.7 12-19.4 21.9-25.3c6.6-3.9 15-1.7 18.8 4.9c3.9 6.5 1.7 15-4.9 18.8c-4.8 2.8-8.4 7-10.5 12.1c-2.1 5.3-7.2 8.5-12.6 8.5"/></svg>
</template>

CSS

.icon-bow {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FFA1E0%22%20d%3D%22M184.5%20183.2L64.7%20388.6c-6.3%2015.1%207.7%2030.8%2023.5%2026.2l28.8-8.4c8.8-2.6%2018.2%201.3%2022.6%209.4l14.3%2026.4c7.8%2014.4%2028.8%2013.3%2035.1-1.8l77.3-233.7c4.1-9.9-.6-21.3-10.5-25.5l-45.7-8.4c-10.1-4.2-21.5.5-25.6%2010.4%22%2F%3E%3Cpath%20fill%3D%22%23FFA1E0%22%20d%3D%22m328.6%20183.2l119.8%20205.4c6.3%2015.1-7.7%2030.8-23.5%2026.2l-28.8-8.4c-8.8-2.6-18.2%201.3-22.6%209.4l-14.3%2026.4c-7.8%2014.4-28.8%2013.3-35.1-1.8l-77.3-233.7c-4.1-9.9.6-21.3%2010.5-25.5l45.7-8.4c10.1-4.2%2021.5.5%2025.6%2010.4%22%2F%3E%3Cpath%20fill%3D%22%23FF3ED2%22%20d%3D%22M75.7%2071.2s2.8-1.6%207.4-2.6c4.6-1.1%2011-1.4%2018.3%200c7.3%201.5%2015.7%204.8%2024.3%2010.4c4.3%202.9%208.7%206%2013.2%209.1c4.4%203.4%209%206.4%2013.5%2010.2c4.5%203.6%209%207.2%2013.4%2010.8c4.4%203.5%208.6%207.7%2012.8%2011.4s8.1%207.4%2011.9%2011.3c3.7%203.9%207.3%207.1%2010.5%2010.9c6.5%207%2011.8%2013.4%2015.5%2018c3.6%204.9%205.7%207.7%205.7%207.7c18.9%2025.3%2013.7%2061.1-11.5%2080c-.4.3-1%20.8-1.5%201.1c0%200-2.8%202-7.8%205.5c-4.9%203.2-12%207.6-20.3%2012.2c-4.2%202.5-8.6%204.5-13.4%207s-9.7%204.9-14.8%207.1s-10.4%204.9-15.7%206.8c-5.3%202-10.7%204.1-16.1%206.1c-5.4%202.2-10.7%203.6-16%205.4c-5.2%201.5-10.4%203-15.3%204.5c-9.9%202.6-18.8%203.2-26.3%202.3c-7.4-1-13.4-3.3-17.4-5.8c-4-2.4-6.2-4.8-6.2-4.8c-54.3-59.1-50.5-150.6%208.4-204.8c8.3-7.6%2017.9-14.5%2027.4-19.8m397.6%20224.4s-2.2%202.3-6.2%204.8s-10%204.8-17.4%205.8c-7.4.9-16.4.3-26.3-2.3q-7.5-2.25-15.3-4.5c-5.3-1.8-10.6-3.3-16-5.4c-5.4-2-10.8-4.1-16.1-6.1c-5.3-1.9-10.6-4.6-15.7-6.8s-10-4.5-14.8-7.1c-4.7-2.5-9.2-4.5-13.4-7c-8.3-4.6-15.4-9-20.3-12.2c-5-3.5-7.8-5.5-7.8-5.5c-25.8-18.1-32.1-53.7-14-79.6c.3-.4.7-1%201.1-1.5c0%200%202.1-2.8%205.7-7.7c3.7-4.6%209-11%2015.5-18c3.2-3.7%206.8-7%2010.5-10.9s7.7-7.6%2011.9-11.3s8.4-7.9%2012.8-11.4c4.4-3.6%208.9-7.2%2013.4-10.8c4.5-3.8%209-6.8%2013.5-10.2c4.5-3.1%208.9-6.1%2013.2-9.1c8.6-5.6%2016.9-8.9%2024.3-10.4c7.4-1.4%2013.7-1%2018.3%200s7.4%202.6%207.4%202.6c69.8%2039%2094.8%20127.2%2055.8%20197c-5.7%2010-12.8%2019.5-20.1%2027.6%22%2F%3E%3Ccircle%20cx%3D%22256.5%22%20cy%3D%22217.6%22%20r%3D%2269.4%22%20fill%3D%22%23FF5FD2%22%2F%3E%3Cpath%20fill%3D%22%23FFA1E0%22%20d%3D%22M216.3%20212c-1.8%200-3.5-.3-5.2-1c-7-2.9-10.4-11-7.5-18c4.4-10.7%2012-19.4%2021.9-25.3c6.6-3.9%2015-1.7%2018.8%204.9c3.9%206.5%201.7%2015-4.9%2018.8c-4.8%202.8-8.4%207-10.5%2012.1c-2.1%205.3-7.2%208.5-12.6%208.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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FFA1E0%22%20d%3D%22M184.5%20183.2L64.7%20388.6c-6.3%2015.1%207.7%2030.8%2023.5%2026.2l28.8-8.4c8.8-2.6%2018.2%201.3%2022.6%209.4l14.3%2026.4c7.8%2014.4%2028.8%2013.3%2035.1-1.8l77.3-233.7c4.1-9.9-.6-21.3-10.5-25.5l-45.7-8.4c-10.1-4.2-21.5.5-25.6%2010.4%22%2F%3E%3Cpath%20fill%3D%22%23FFA1E0%22%20d%3D%22m328.6%20183.2l119.8%20205.4c6.3%2015.1-7.7%2030.8-23.5%2026.2l-28.8-8.4c-8.8-2.6-18.2%201.3-22.6%209.4l-14.3%2026.4c-7.8%2014.4-28.8%2013.3-35.1-1.8l-77.3-233.7c-4.1-9.9.6-21.3%2010.5-25.5l45.7-8.4c10.1-4.2%2021.5.5%2025.6%2010.4%22%2F%3E%3Cpath%20fill%3D%22%23FF3ED2%22%20d%3D%22M75.7%2071.2s2.8-1.6%207.4-2.6c4.6-1.1%2011-1.4%2018.3%200c7.3%201.5%2015.7%204.8%2024.3%2010.4c4.3%202.9%208.7%206%2013.2%209.1c4.4%203.4%209%206.4%2013.5%2010.2c4.5%203.6%209%207.2%2013.4%2010.8c4.4%203.5%208.6%207.7%2012.8%2011.4s8.1%207.4%2011.9%2011.3c3.7%203.9%207.3%207.1%2010.5%2010.9c6.5%207%2011.8%2013.4%2015.5%2018c3.6%204.9%205.7%207.7%205.7%207.7c18.9%2025.3%2013.7%2061.1-11.5%2080c-.4.3-1%20.8-1.5%201.1c0%200-2.8%202-7.8%205.5c-4.9%203.2-12%207.6-20.3%2012.2c-4.2%202.5-8.6%204.5-13.4%207s-9.7%204.9-14.8%207.1s-10.4%204.9-15.7%206.8c-5.3%202-10.7%204.1-16.1%206.1c-5.4%202.2-10.7%203.6-16%205.4c-5.2%201.5-10.4%203-15.3%204.5c-9.9%202.6-18.8%203.2-26.3%202.3c-7.4-1-13.4-3.3-17.4-5.8c-4-2.4-6.2-4.8-6.2-4.8c-54.3-59.1-50.5-150.6%208.4-204.8c8.3-7.6%2017.9-14.5%2027.4-19.8m397.6%20224.4s-2.2%202.3-6.2%204.8s-10%204.8-17.4%205.8c-7.4.9-16.4.3-26.3-2.3q-7.5-2.25-15.3-4.5c-5.3-1.8-10.6-3.3-16-5.4c-5.4-2-10.8-4.1-16.1-6.1c-5.3-1.9-10.6-4.6-15.7-6.8s-10-4.5-14.8-7.1c-4.7-2.5-9.2-4.5-13.4-7c-8.3-4.6-15.4-9-20.3-12.2c-5-3.5-7.8-5.5-7.8-5.5c-25.8-18.1-32.1-53.7-14-79.6c.3-.4.7-1%201.1-1.5c0%200%202.1-2.8%205.7-7.7c3.7-4.6%209-11%2015.5-18c3.2-3.7%206.8-7%2010.5-10.9s7.7-7.6%2011.9-11.3s8.4-7.9%2012.8-11.4c4.4-3.6%208.9-7.2%2013.4-10.8c4.5-3.8%209-6.8%2013.5-10.2c4.5-3.1%208.9-6.1%2013.2-9.1c8.6-5.6%2016.9-8.9%2024.3-10.4c7.4-1.4%2013.7-1%2018.3%200s7.4%202.6%207.4%202.6c69.8%2039%2094.8%20127.2%2055.8%20197c-5.7%2010-12.8%2019.5-20.1%2027.6%22%2F%3E%3Ccircle%20cx%3D%22256.5%22%20cy%3D%22217.6%22%20r%3D%2269.4%22%20fill%3D%22%23FF5FD2%22%2F%3E%3Cpath%20fill%3D%22%23FFA1E0%22%20d%3D%22M216.3%20212c-1.8%200-3.5-.3-5.2-1c-7-2.9-10.4-11-7.5-18c4.4-10.7%2012-19.4%2021.9-25.3c6.6-3.9%2015-1.7%2018.8%204.9c3.9%206.5%201.7%2015-4.9%2018.8c-4.8%202.8-8.4%207-10.5%2012.1c-2.1%205.3-7.2%208.5-12.6%208.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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