wavy dash emoji
wavy-dash from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- wavy-dash
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Symbols
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Emoji One (Colored)
Use the wavy dash emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#4d5357" d="M47 41c-5.6 0-10.1-4.2-10.1-9.4c0-2.5-2.2-4.5-4.9-4.5s-4.9 2-4.9 4.5c0 5.2-4.6 9.4-10.1 9.4S6.9 36.8 6.9 31.6c0-1.3-.6-2.5-1.6-3.3c-.9-.7-2-1.1-3.2-1.1V23c2.3 0 4.5.8 6.2 2.2c2 1.6 3.1 4 3.1 6.4c0 2.9 2.5 5.2 5.6 5.2s5.6-2.3 5.6-5.2c0-4.8 4.2-8.6 9.4-8.6s9.4 3.9 9.4 8.6c0 2.9 2.5 5.2 5.6 5.2s5.6-2.3 5.6-5.2c0-2.5 1.1-4.8 3.1-6.4c1.7-1.4 3.9-2.2 6.2-2.2v4.2c-1.2 0-2.3.4-3.2 1.1c-1 .9-1.6 2.1-1.6 3.3c0 5.2-4.5 9.4-10.1 9.4"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneWavyDash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#4d5357" d="M47 41c-5.6 0-10.1-4.2-10.1-9.4c0-2.5-2.2-4.5-4.9-4.5s-4.9 2-4.9 4.5c0 5.2-4.6 9.4-10.1 9.4S6.9 36.8 6.9 31.6c0-1.3-.6-2.5-1.6-3.3c-.9-.7-2-1.1-3.2-1.1V23c2.3 0 4.5.8 6.2 2.2c2 1.6 3.1 4 3.1 6.4c0 2.9 2.5 5.2 5.6 5.2s5.6-2.3 5.6-5.2c0-4.8 4.2-8.6 9.4-8.6s9.4 3.9 9.4 8.6c0 2.9 2.5 5.2 5.6 5.2s5.6-2.3 5.6-5.2c0-2.5 1.1-4.8 3.1-6.4c1.7-1.4 3.9-2.2 6.2-2.2v4.2c-1.2 0-2.3.4-3.2 1.1c-1 .9-1.6 2.1-1.6 3.3c0 5.2-4.5 9.4-10.1 9.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#4d5357" d="M47 41c-5.6 0-10.1-4.2-10.1-9.4c0-2.5-2.2-4.5-4.9-4.5s-4.9 2-4.9 4.5c0 5.2-4.6 9.4-10.1 9.4S6.9 36.8 6.9 31.6c0-1.3-.6-2.5-1.6-3.3c-.9-.7-2-1.1-3.2-1.1V23c2.3 0 4.5.8 6.2 2.2c2 1.6 3.1 4 3.1 6.4c0 2.9 2.5 5.2 5.6 5.2s5.6-2.3 5.6-5.2c0-4.8 4.2-8.6 9.4-8.6s9.4 3.9 9.4 8.6c0 2.9 2.5 5.2 5.6 5.2s5.6-2.3 5.6-5.2c0-2.5 1.1-4.8 3.1-6.4c1.7-1.4 3.9-2.2 6.2-2.2v4.2c-1.2 0-2.3.4-3.2 1.1c-1 .9-1.6 2.1-1.6 3.3c0 5.2-4.5 9.4-10.1 9.4"/></svg> </template>
CSS
.icon-wavy-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%2064%2064%22%3E%3Cpath%20fill%3D%22%234d5357%22%20d%3D%22M47%2041c-5.6%200-10.1-4.2-10.1-9.4c0-2.5-2.2-4.5-4.9-4.5s-4.9%202-4.9%204.5c0%205.2-4.6%209.4-10.1%209.4S6.9%2036.8%206.9%2031.6c0-1.3-.6-2.5-1.6-3.3c-.9-.7-2-1.1-3.2-1.1V23c2.3%200%204.5.8%206.2%202.2c2%201.6%203.1%204%203.1%206.4c0%202.9%202.5%205.2%205.6%205.2s5.6-2.3%205.6-5.2c0-4.8%204.2-8.6%209.4-8.6s9.4%203.9%209.4%208.6c0%202.9%202.5%205.2%205.6%205.2s5.6-2.3%205.6-5.2c0-2.5%201.1-4.8%203.1-6.4c1.7-1.4%203.9-2.2%206.2-2.2v4.2c-1.2%200-2.3.4-3.2%201.1c-1%20.9-1.6%202.1-1.6%203.3c0%205.2-4.5%209.4-10.1%209.4%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%2064%2064%22%3E%3Cpath%20fill%3D%22%234d5357%22%20d%3D%22M47%2041c-5.6%200-10.1-4.2-10.1-9.4c0-2.5-2.2-4.5-4.9-4.5s-4.9%202-4.9%204.5c0%205.2-4.6%209.4-10.1%209.4S6.9%2036.8%206.9%2031.6c0-1.3-.6-2.5-1.6-3.3c-.9-.7-2-1.1-3.2-1.1V23c2.3%200%204.5.8%206.2%202.2c2%201.6%203.1%204%203.1%206.4c0%202.9%202.5%205.2%205.6%205.2s5.6-2.3%205.6-5.2c0-4.8%204.2-8.6%209.4-8.6s9.4%203.9%209.4%208.6c0%202.9%202.5%205.2%205.6%205.2s5.6-2.3%205.6-5.2c0-2.5%201.1-4.8%203.1-6.4c1.7-1.4%203.9-2.2%206.2-2.2v4.2c-1.2%200-2.3.4-3.2%201.1c-1%20.9-1.6%202.1-1.6%203.3c0%205.2-4.5%209.4-10.1%209.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/wavy-dash.svg?color=%231a73e8&size=48