edge emoji
edge from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- edge
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More extras openmoji icons from OpenMoji
Use the edge emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#61b2e4" d="M29 36.5V32c-2.167 0-6.5 2.7-6.5 13.5s8.667 16.833 13 18.5c.667 0 3.6-.4 10-2s11.333-7.333 13-10c-5.167 1.667-17 3.6-23-2S28.667 38.667 29 36.5"/><path fill="#92d3f5" fill-rule="evenodd" d="M63.305 26.207C59.288 15.01 48.58 7 36 7C19.984 7 7 19.984 7 36s12.984 29 29 29q.29 0 .58-.006C28.1 62.45 22 55.354 22 47c0-10.493 2.5-18.5 18.5-18.5c6.755 0 13.753 2.591 18.532 6.757z" clip-rule="evenodd"/><path fill="#92d3f5" fill-rule="evenodd" d="M64.911 33.712A29 29 0 0 0 64.726 32C62.778 17.877 50.66 7 36 7C21.249 7 9.07 18.014 7.238 32.267c1.285-1.105 2.23-2.488 3.14-3.822c1.198-1.754 2.34-3.424 4.122-4.27c8.382-3.976 18.697-1.99 23.454 2.767c3.495 3.494 4.414 8.908 3.08 14.858c.927 1.205 2.407 2.443 4.466 2.7c4 .5 14.5-2 18-8c.532-.912 1-1.85 1.411-2.788" clip-rule="evenodd"/><path fill="#61b2e4" fill-rule="evenodd" d="M41.565 38.26C44.965 34.226 47 29.091 47 23.5c0-6.275-2.564-11.975-6.741-16.19C52.952 9.18 62.97 19.27 64.726 32q.118.85.185 1.712A27 27 0 0 1 63.5 36.5c-3.5 6-14 8.5-18 8c-2.06-.257-3.539-1.495-4.465-2.7c.27-1.206.448-2.39.53-3.54" clip-rule="evenodd"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M28 36c0 12 12 17.5 20 17.5c6.4 0 10.667-1.667 12-2.5c-3 4.5-12 13.4-24 13c-4.5-1.667-13.5-7.6-13.5-18c0-13 9.5-18 13.5-18"/><path d="M12 21.5C15 16.333 23 8 36 8c16.508 0 29 11 28.5 22.5S55 45 48.5 45c-5.2 0-7.317-3-7.725-4.5c1.022-1.432 1.725-3.113 1.725-5c0-6.5-8-14-18.5-14c-7.5 0-16 2-16 14m0 .5c0 16 13 26 21 27"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiEdge(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#61b2e4" d="M29 36.5V32c-2.167 0-6.5 2.7-6.5 13.5s8.667 16.833 13 18.5c.667 0 3.6-.4 10-2s11.333-7.333 13-10c-5.167 1.667-17 3.6-23-2S28.667 38.667 29 36.5"/><path fill="#92d3f5" fillRule="evenodd" d="M63.305 26.207C59.288 15.01 48.58 7 36 7C19.984 7 7 19.984 7 36s12.984 29 29 29q.29 0 .58-.006C28.1 62.45 22 55.354 22 47c0-10.493 2.5-18.5 18.5-18.5c6.755 0 13.753 2.591 18.532 6.757z" clipRule="evenodd"/><path fill="#92d3f5" fillRule="evenodd" d="M64.911 33.712A29 29 0 0 0 64.726 32C62.778 17.877 50.66 7 36 7C21.249 7 9.07 18.014 7.238 32.267c1.285-1.105 2.23-2.488 3.14-3.822c1.198-1.754 2.34-3.424 4.122-4.27c8.382-3.976 18.697-1.99 23.454 2.767c3.495 3.494 4.414 8.908 3.08 14.858c.927 1.205 2.407 2.443 4.466 2.7c4 .5 14.5-2 18-8c.532-.912 1-1.85 1.411-2.788" clipRule="evenodd"/><path fill="#61b2e4" fillRule="evenodd" d="M41.565 38.26C44.965 34.226 47 29.091 47 23.5c0-6.275-2.564-11.975-6.741-16.19C52.952 9.18 62.97 19.27 64.726 32q.118.85.185 1.712A27 27 0 0 1 63.5 36.5c-3.5 6-14 8.5-18 8c-2.06-.257-3.539-1.495-4.465-2.7c.27-1.206.448-2.39.53-3.54" clipRule="evenodd"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M28 36c0 12 12 17.5 20 17.5c6.4 0 10.667-1.667 12-2.5c-3 4.5-12 13.4-24 13c-4.5-1.667-13.5-7.6-13.5-18c0-13 9.5-18 13.5-18"/><path d="M12 21.5C15 16.333 23 8 36 8c16.508 0 29 11 28.5 22.5S55 45 48.5 45c-5.2 0-7.317-3-7.725-4.5c1.022-1.432 1.725-3.113 1.725-5c0-6.5-8-14-18.5-14c-7.5 0-16 2-16 14m0 .5c0 16 13 26 21 27"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#61b2e4" d="M29 36.5V32c-2.167 0-6.5 2.7-6.5 13.5s8.667 16.833 13 18.5c.667 0 3.6-.4 10-2s11.333-7.333 13-10c-5.167 1.667-17 3.6-23-2S28.667 38.667 29 36.5"/><path fill="#92d3f5" fill-rule="evenodd" d="M63.305 26.207C59.288 15.01 48.58 7 36 7C19.984 7 7 19.984 7 36s12.984 29 29 29q.29 0 .58-.006C28.1 62.45 22 55.354 22 47c0-10.493 2.5-18.5 18.5-18.5c6.755 0 13.753 2.591 18.532 6.757z" clip-rule="evenodd"/><path fill="#92d3f5" fill-rule="evenodd" d="M64.911 33.712A29 29 0 0 0 64.726 32C62.778 17.877 50.66 7 36 7C21.249 7 9.07 18.014 7.238 32.267c1.285-1.105 2.23-2.488 3.14-3.822c1.198-1.754 2.34-3.424 4.122-4.27c8.382-3.976 18.697-1.99 23.454 2.767c3.495 3.494 4.414 8.908 3.08 14.858c.927 1.205 2.407 2.443 4.466 2.7c4 .5 14.5-2 18-8c.532-.912 1-1.85 1.411-2.788" clip-rule="evenodd"/><path fill="#61b2e4" fill-rule="evenodd" d="M41.565 38.26C44.965 34.226 47 29.091 47 23.5c0-6.275-2.564-11.975-6.741-16.19C52.952 9.18 62.97 19.27 64.726 32q.118.85.185 1.712A27 27 0 0 1 63.5 36.5c-3.5 6-14 8.5-18 8c-2.06-.257-3.539-1.495-4.465-2.7c.27-1.206.448-2.39.53-3.54" clip-rule="evenodd"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M28 36c0 12 12 17.5 20 17.5c6.4 0 10.667-1.667 12-2.5c-3 4.5-12 13.4-24 13c-4.5-1.667-13.5-7.6-13.5-18c0-13 9.5-18 13.5-18"/><path d="M12 21.5C15 16.333 23 8 36 8c16.508 0 29 11 28.5 22.5S55 45 48.5 45c-5.2 0-7.317-3-7.725-4.5c1.022-1.432 1.725-3.113 1.725-5c0-6.5-8-14-18.5-14c-7.5 0-16 2-16 14m0 .5c0 16 13 26 21 27"/></g></svg> </template>
CSS
.icon-edge {
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%2361b2e4%22%20d%3D%22M29%2036.5V32c-2.167%200-6.5%202.7-6.5%2013.5s8.667%2016.833%2013%2018.5c.667%200%203.6-.4%2010-2s11.333-7.333%2013-10c-5.167%201.667-17%203.6-23-2S28.667%2038.667%2029%2036.5%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20fill-rule%3D%22evenodd%22%20d%3D%22M63.305%2026.207C59.288%2015.01%2048.58%207%2036%207C19.984%207%207%2019.984%207%2036s12.984%2029%2029%2029q.29%200%20.58-.006C28.1%2062.45%2022%2055.354%2022%2047c0-10.493%202.5-18.5%2018.5-18.5c6.755%200%2013.753%202.591%2018.532%206.757z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20fill-rule%3D%22evenodd%22%20d%3D%22M64.911%2033.712A29%2029%200%200%200%2064.726%2032C62.778%2017.877%2050.66%207%2036%207C21.249%207%209.07%2018.014%207.238%2032.267c1.285-1.105%202.23-2.488%203.14-3.822c1.198-1.754%202.34-3.424%204.122-4.27c8.382-3.976%2018.697-1.99%2023.454%202.767c3.495%203.494%204.414%208.908%203.08%2014.858c.927%201.205%202.407%202.443%204.466%202.7c4%20.5%2014.5-2%2018-8c.532-.912%201-1.85%201.411-2.788%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20fill-rule%3D%22evenodd%22%20d%3D%22M41.565%2038.26C44.965%2034.226%2047%2029.091%2047%2023.5c0-6.275-2.564-11.975-6.741-16.19C52.952%209.18%2062.97%2019.27%2064.726%2032q.118.85.185%201.712A27%2027%200%200%201%2063.5%2036.5c-3.5%206-14%208.5-18%208c-2.06-.257-3.539-1.495-4.465-2.7c.27-1.206.448-2.39.53-3.54%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M28%2036c0%2012%2012%2017.5%2020%2017.5c6.4%200%2010.667-1.667%2012-2.5c-3%204.5-12%2013.4-24%2013c-4.5-1.667-13.5-7.6-13.5-18c0-13%209.5-18%2013.5-18%22%2F%3E%3Cpath%20d%3D%22M12%2021.5C15%2016.333%2023%208%2036%208c16.508%200%2029%2011%2028.5%2022.5S55%2045%2048.5%2045c-5.2%200-7.317-3-7.725-4.5c1.022-1.432%201.725-3.113%201.725-5c0-6.5-8-14-18.5-14c-7.5%200-16%202-16%2014m0%20.5c0%2016%2013%2026%2021%2027%22%2F%3E%3C%2Fg%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%2361b2e4%22%20d%3D%22M29%2036.5V32c-2.167%200-6.5%202.7-6.5%2013.5s8.667%2016.833%2013%2018.5c.667%200%203.6-.4%2010-2s11.333-7.333%2013-10c-5.167%201.667-17%203.6-23-2S28.667%2038.667%2029%2036.5%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20fill-rule%3D%22evenodd%22%20d%3D%22M63.305%2026.207C59.288%2015.01%2048.58%207%2036%207C19.984%207%207%2019.984%207%2036s12.984%2029%2029%2029q.29%200%20.58-.006C28.1%2062.45%2022%2055.354%2022%2047c0-10.493%202.5-18.5%2018.5-18.5c6.755%200%2013.753%202.591%2018.532%206.757z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20fill-rule%3D%22evenodd%22%20d%3D%22M64.911%2033.712A29%2029%200%200%200%2064.726%2032C62.778%2017.877%2050.66%207%2036%207C21.249%207%209.07%2018.014%207.238%2032.267c1.285-1.105%202.23-2.488%203.14-3.822c1.198-1.754%202.34-3.424%204.122-4.27c8.382-3.976%2018.697-1.99%2023.454%202.767c3.495%203.494%204.414%208.908%203.08%2014.858c.927%201.205%202.407%202.443%204.466%202.7c4%20.5%2014.5-2%2018-8c.532-.912%201-1.85%201.411-2.788%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20fill-rule%3D%22evenodd%22%20d%3D%22M41.565%2038.26C44.965%2034.226%2047%2029.091%2047%2023.5c0-6.275-2.564-11.975-6.741-16.19C52.952%209.18%2062.97%2019.27%2064.726%2032q.118.85.185%201.712A27%2027%200%200%201%2063.5%2036.5c-3.5%206-14%208.5-18%208c-2.06-.257-3.539-1.495-4.465-2.7c.27-1.206.448-2.39.53-3.54%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M28%2036c0%2012%2012%2017.5%2020%2017.5c6.4%200%2010.667-1.667%2012-2.5c-3%204.5-12%2013.4-24%2013c-4.5-1.667-13.5-7.6-13.5-18c0-13%209.5-18%2013.5-18%22%2F%3E%3Cpath%20d%3D%22M12%2021.5C15%2016.333%2023%208%2036%208c16.508%200%2029%2011%2028.5%2022.5S55%2045%2048.5%2045c-5.2%200-7.317-3-7.725-4.5c1.022-1.432%201.725-3.113%201.725-5c0-6.5-8-14-18.5-14c-7.5%200-16%202-16%2014m0%20.5c0%2016%2013%2026%2021%2027%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/edge.svg?color=%231a73e8&size=48