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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#59CAFC" d="M402.5 189.2c.9-6 1.3-12.2 1.3-18.4c0-70.3-57.2-127.5-127.5-127.5s-127.5 57.2-127.5 127.5v5.3H16.5c-6.1 0-11 4.9-11 11s4.9 11 11 11h140.4c.6 0 1.2-.1 1.7-.1c.4 0 .8.1 1.2.1c6.1 0 11-4.9 11-11v-16.2c0-58.2 47.3-105.5 105.5-105.5s105.5 47.3 105.5 105.5c0 32.7-14.8 63-40.6 83.2c-4.8 3.7-5.7 10.7-1.9 15.5c2.2 2.8 5.4 4.2 8.7 4.2c2.4 0 4.8-.8 6.8-2.3c20.4-15.9 35.1-37.1 42.9-60.9c1.3.5 2.6.8 4 .8c48.7 0 88.3 39.6 88.3 88.3S450.4 388 401.7 388s-88.3-39.6-88.3-88.3c0-6.1-4.9-11-11-11s-11 4.9-11 11c0 39.5 20.9 74.2 52.2 93.7c-1.1.9-2.1 2-2.8 3.3c-16.7 30.3-48.4 49.1-82.9 49.1c-52.2 0-94.6-42.4-94.6-94.6v-29.8c0-6.1-4.9-11-11-11H11c-6.1 0-11 4.9-11 11s4.9 11 11 11h130.1v18.8c0 64.3 52.3 116.6 116.6 116.6c42.5 0 81.7-23.2 102.2-60.5c.9-1.6 1.3-3.3 1.4-4.9c12.5 4.9 26.1 7.6 40.3 7.6c60.8 0 110.3-49.5 110.3-110.3c0-60.7-49-110-109.4-110.5"/><path fill="#76DFFF" d="M151.4 310.1h.8c6.1 0 11 4.9 11 11v29.8c0 52.2 42.4 94.6 94.6 94.6c34.5 0 66.3-18.8 82.9-49.1c.7-1.3 1.7-2.4 2.8-3.3c-31.3-19.5-52.2-54.2-52.2-93.7c0-6.1 4.9-11 11-11s11 4.9 11 11c0 48.7 39.6 88.3 88.3 88.3s88.3-39.6 88.3-88.3s-39.6-88.3-88.3-88.3c-1.4 0-2.8-.3-4-.8c-7.7 23.8-22.5 45-42.9 60.9c-2 1.6-4.4 2.3-6.8 2.3c-3.3 0-6.5-1.5-8.7-4.2c-3.7-4.8-2.9-11.7 1.9-15.5c17-13.2 29.2-30.8 35.6-50.6c-.1 0-.2 0-.3.1c1.8-5.2 3.1-10.5 4.1-15.9c.9-5.5 1.3-11.1 1.3-16.7c0-58.2-47.3-105.5-105.5-105.5s-105.5 47.3-105.5 105.5V187c0 6.1-4.9 11-11 11c-.4 0-.8 0-1.2-.1c-.6.1-1.1.1-1.7.1H51.5v112h99.9z"/><path fill="#59CAFC" d="M151.4 267.5H11c-6.1 0-11-4.9-11-11s4.9-11 11-11h140.4c6.1 0 11 4.9 11 11s-4.9 11-11 11"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiDash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#59CAFC" d="M402.5 189.2c.9-6 1.3-12.2 1.3-18.4c0-70.3-57.2-127.5-127.5-127.5s-127.5 57.2-127.5 127.5v5.3H16.5c-6.1 0-11 4.9-11 11s4.9 11 11 11h140.4c.6 0 1.2-.1 1.7-.1c.4 0 .8.1 1.2.1c6.1 0 11-4.9 11-11v-16.2c0-58.2 47.3-105.5 105.5-105.5s105.5 47.3 105.5 105.5c0 32.7-14.8 63-40.6 83.2c-4.8 3.7-5.7 10.7-1.9 15.5c2.2 2.8 5.4 4.2 8.7 4.2c2.4 0 4.8-.8 6.8-2.3c20.4-15.9 35.1-37.1 42.9-60.9c1.3.5 2.6.8 4 .8c48.7 0 88.3 39.6 88.3 88.3S450.4 388 401.7 388s-88.3-39.6-88.3-88.3c0-6.1-4.9-11-11-11s-11 4.9-11 11c0 39.5 20.9 74.2 52.2 93.7c-1.1.9-2.1 2-2.8 3.3c-16.7 30.3-48.4 49.1-82.9 49.1c-52.2 0-94.6-42.4-94.6-94.6v-29.8c0-6.1-4.9-11-11-11H11c-6.1 0-11 4.9-11 11s4.9 11 11 11h130.1v18.8c0 64.3 52.3 116.6 116.6 116.6c42.5 0 81.7-23.2 102.2-60.5c.9-1.6 1.3-3.3 1.4-4.9c12.5 4.9 26.1 7.6 40.3 7.6c60.8 0 110.3-49.5 110.3-110.3c0-60.7-49-110-109.4-110.5"/><path fill="#76DFFF" d="M151.4 310.1h.8c6.1 0 11 4.9 11 11v29.8c0 52.2 42.4 94.6 94.6 94.6c34.5 0 66.3-18.8 82.9-49.1c.7-1.3 1.7-2.4 2.8-3.3c-31.3-19.5-52.2-54.2-52.2-93.7c0-6.1 4.9-11 11-11s11 4.9 11 11c0 48.7 39.6 88.3 88.3 88.3s88.3-39.6 88.3-88.3s-39.6-88.3-88.3-88.3c-1.4 0-2.8-.3-4-.8c-7.7 23.8-22.5 45-42.9 60.9c-2 1.6-4.4 2.3-6.8 2.3c-3.3 0-6.5-1.5-8.7-4.2c-3.7-4.8-2.9-11.7 1.9-15.5c17-13.2 29.2-30.8 35.6-50.6c-.1 0-.2 0-.3.1c1.8-5.2 3.1-10.5 4.1-15.9c.9-5.5 1.3-11.1 1.3-16.7c0-58.2-47.3-105.5-105.5-105.5s-105.5 47.3-105.5 105.5V187c0 6.1-4.9 11-11 11c-.4 0-.8 0-1.2-.1c-.6.1-1.1.1-1.7.1H51.5v112h99.9z"/><path fill="#59CAFC" d="M151.4 267.5H11c-6.1 0-11-4.9-11-11s4.9-11 11-11h140.4c6.1 0 11 4.9 11 11s-4.9 11-11 11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#59CAFC" d="M402.5 189.2c.9-6 1.3-12.2 1.3-18.4c0-70.3-57.2-127.5-127.5-127.5s-127.5 57.2-127.5 127.5v5.3H16.5c-6.1 0-11 4.9-11 11s4.9 11 11 11h140.4c.6 0 1.2-.1 1.7-.1c.4 0 .8.1 1.2.1c6.1 0 11-4.9 11-11v-16.2c0-58.2 47.3-105.5 105.5-105.5s105.5 47.3 105.5 105.5c0 32.7-14.8 63-40.6 83.2c-4.8 3.7-5.7 10.7-1.9 15.5c2.2 2.8 5.4 4.2 8.7 4.2c2.4 0 4.8-.8 6.8-2.3c20.4-15.9 35.1-37.1 42.9-60.9c1.3.5 2.6.8 4 .8c48.7 0 88.3 39.6 88.3 88.3S450.4 388 401.7 388s-88.3-39.6-88.3-88.3c0-6.1-4.9-11-11-11s-11 4.9-11 11c0 39.5 20.9 74.2 52.2 93.7c-1.1.9-2.1 2-2.8 3.3c-16.7 30.3-48.4 49.1-82.9 49.1c-52.2 0-94.6-42.4-94.6-94.6v-29.8c0-6.1-4.9-11-11-11H11c-6.1 0-11 4.9-11 11s4.9 11 11 11h130.1v18.8c0 64.3 52.3 116.6 116.6 116.6c42.5 0 81.7-23.2 102.2-60.5c.9-1.6 1.3-3.3 1.4-4.9c12.5 4.9 26.1 7.6 40.3 7.6c60.8 0 110.3-49.5 110.3-110.3c0-60.7-49-110-109.4-110.5"/><path fill="#76DFFF" d="M151.4 310.1h.8c6.1 0 11 4.9 11 11v29.8c0 52.2 42.4 94.6 94.6 94.6c34.5 0 66.3-18.8 82.9-49.1c.7-1.3 1.7-2.4 2.8-3.3c-31.3-19.5-52.2-54.2-52.2-93.7c0-6.1 4.9-11 11-11s11 4.9 11 11c0 48.7 39.6 88.3 88.3 88.3s88.3-39.6 88.3-88.3s-39.6-88.3-88.3-88.3c-1.4 0-2.8-.3-4-.8c-7.7 23.8-22.5 45-42.9 60.9c-2 1.6-4.4 2.3-6.8 2.3c-3.3 0-6.5-1.5-8.7-4.2c-3.7-4.8-2.9-11.7 1.9-15.5c17-13.2 29.2-30.8 35.6-50.6c-.1 0-.2 0-.3.1c1.8-5.2 3.1-10.5 4.1-15.9c.9-5.5 1.3-11.1 1.3-16.7c0-58.2-47.3-105.5-105.5-105.5s-105.5 47.3-105.5 105.5V187c0 6.1-4.9 11-11 11c-.4 0-.8 0-1.2-.1c-.6.1-1.1.1-1.7.1H51.5v112h99.9z"/><path fill="#59CAFC" d="M151.4 267.5H11c-6.1 0-11-4.9-11-11s4.9-11 11-11h140.4c6.1 0 11 4.9 11 11s-4.9 11-11 11"/></svg>
</template>

CSS

.icon-dash {
  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%2359CAFC%22%20d%3D%22M402.5%20189.2c.9-6%201.3-12.2%201.3-18.4c0-70.3-57.2-127.5-127.5-127.5s-127.5%2057.2-127.5%20127.5v5.3H16.5c-6.1%200-11%204.9-11%2011s4.9%2011%2011%2011h140.4c.6%200%201.2-.1%201.7-.1c.4%200%20.8.1%201.2.1c6.1%200%2011-4.9%2011-11v-16.2c0-58.2%2047.3-105.5%20105.5-105.5s105.5%2047.3%20105.5%20105.5c0%2032.7-14.8%2063-40.6%2083.2c-4.8%203.7-5.7%2010.7-1.9%2015.5c2.2%202.8%205.4%204.2%208.7%204.2c2.4%200%204.8-.8%206.8-2.3c20.4-15.9%2035.1-37.1%2042.9-60.9c1.3.5%202.6.8%204%20.8c48.7%200%2088.3%2039.6%2088.3%2088.3S450.4%20388%20401.7%20388s-88.3-39.6-88.3-88.3c0-6.1-4.9-11-11-11s-11%204.9-11%2011c0%2039.5%2020.9%2074.2%2052.2%2093.7c-1.1.9-2.1%202-2.8%203.3c-16.7%2030.3-48.4%2049.1-82.9%2049.1c-52.2%200-94.6-42.4-94.6-94.6v-29.8c0-6.1-4.9-11-11-11H11c-6.1%200-11%204.9-11%2011s4.9%2011%2011%2011h130.1v18.8c0%2064.3%2052.3%20116.6%20116.6%20116.6c42.5%200%2081.7-23.2%20102.2-60.5c.9-1.6%201.3-3.3%201.4-4.9c12.5%204.9%2026.1%207.6%2040.3%207.6c60.8%200%20110.3-49.5%20110.3-110.3c0-60.7-49-110-109.4-110.5%22%2F%3E%3Cpath%20fill%3D%22%2376DFFF%22%20d%3D%22M151.4%20310.1h.8c6.1%200%2011%204.9%2011%2011v29.8c0%2052.2%2042.4%2094.6%2094.6%2094.6c34.5%200%2066.3-18.8%2082.9-49.1c.7-1.3%201.7-2.4%202.8-3.3c-31.3-19.5-52.2-54.2-52.2-93.7c0-6.1%204.9-11%2011-11s11%204.9%2011%2011c0%2048.7%2039.6%2088.3%2088.3%2088.3s88.3-39.6%2088.3-88.3s-39.6-88.3-88.3-88.3c-1.4%200-2.8-.3-4-.8c-7.7%2023.8-22.5%2045-42.9%2060.9c-2%201.6-4.4%202.3-6.8%202.3c-3.3%200-6.5-1.5-8.7-4.2c-3.7-4.8-2.9-11.7%201.9-15.5c17-13.2%2029.2-30.8%2035.6-50.6c-.1%200-.2%200-.3.1c1.8-5.2%203.1-10.5%204.1-15.9c.9-5.5%201.3-11.1%201.3-16.7c0-58.2-47.3-105.5-105.5-105.5s-105.5%2047.3-105.5%20105.5V187c0%206.1-4.9%2011-11%2011c-.4%200-.8%200-1.2-.1c-.6.1-1.1.1-1.7.1H51.5v112h99.9z%22%2F%3E%3Cpath%20fill%3D%22%2359CAFC%22%20d%3D%22M151.4%20267.5H11c-6.1%200-11-4.9-11-11s4.9-11%2011-11h140.4c6.1%200%2011%204.9%2011%2011s-4.9%2011-11%2011%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%2359CAFC%22%20d%3D%22M402.5%20189.2c.9-6%201.3-12.2%201.3-18.4c0-70.3-57.2-127.5-127.5-127.5s-127.5%2057.2-127.5%20127.5v5.3H16.5c-6.1%200-11%204.9-11%2011s4.9%2011%2011%2011h140.4c.6%200%201.2-.1%201.7-.1c.4%200%20.8.1%201.2.1c6.1%200%2011-4.9%2011-11v-16.2c0-58.2%2047.3-105.5%20105.5-105.5s105.5%2047.3%20105.5%20105.5c0%2032.7-14.8%2063-40.6%2083.2c-4.8%203.7-5.7%2010.7-1.9%2015.5c2.2%202.8%205.4%204.2%208.7%204.2c2.4%200%204.8-.8%206.8-2.3c20.4-15.9%2035.1-37.1%2042.9-60.9c1.3.5%202.6.8%204%20.8c48.7%200%2088.3%2039.6%2088.3%2088.3S450.4%20388%20401.7%20388s-88.3-39.6-88.3-88.3c0-6.1-4.9-11-11-11s-11%204.9-11%2011c0%2039.5%2020.9%2074.2%2052.2%2093.7c-1.1.9-2.1%202-2.8%203.3c-16.7%2030.3-48.4%2049.1-82.9%2049.1c-52.2%200-94.6-42.4-94.6-94.6v-29.8c0-6.1-4.9-11-11-11H11c-6.1%200-11%204.9-11%2011s4.9%2011%2011%2011h130.1v18.8c0%2064.3%2052.3%20116.6%20116.6%20116.6c42.5%200%2081.7-23.2%20102.2-60.5c.9-1.6%201.3-3.3%201.4-4.9c12.5%204.9%2026.1%207.6%2040.3%207.6c60.8%200%20110.3-49.5%20110.3-110.3c0-60.7-49-110-109.4-110.5%22%2F%3E%3Cpath%20fill%3D%22%2376DFFF%22%20d%3D%22M151.4%20310.1h.8c6.1%200%2011%204.9%2011%2011v29.8c0%2052.2%2042.4%2094.6%2094.6%2094.6c34.5%200%2066.3-18.8%2082.9-49.1c.7-1.3%201.7-2.4%202.8-3.3c-31.3-19.5-52.2-54.2-52.2-93.7c0-6.1%204.9-11%2011-11s11%204.9%2011%2011c0%2048.7%2039.6%2088.3%2088.3%2088.3s88.3-39.6%2088.3-88.3s-39.6-88.3-88.3-88.3c-1.4%200-2.8-.3-4-.8c-7.7%2023.8-22.5%2045-42.9%2060.9c-2%201.6-4.4%202.3-6.8%202.3c-3.3%200-6.5-1.5-8.7-4.2c-3.7-4.8-2.9-11.7%201.9-15.5c17-13.2%2029.2-30.8%2035.6-50.6c-.1%200-.2%200-.3.1c1.8-5.2%203.1-10.5%204.1-15.9c.9-5.5%201.3-11.1%201.3-16.7c0-58.2-47.3-105.5-105.5-105.5s-105.5%2047.3-105.5%20105.5V187c0%206.1-4.9%2011-11%2011c-.4%200-.8%200-1.2-.1c-.6.1-1.1.1-1.7.1H51.5v112h99.9z%22%2F%3E%3Cpath%20fill%3D%22%2359CAFC%22%20d%3D%22M151.4%20267.5H11c-6.1%200-11-4.9-11-11s4.9-11%2011-11h140.4c6.1%200%2011%204.9%2011%2011s-4.9%2011-11%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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