wavy dash emoji
wavy-dash from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- wavy-dash
- Set
- Twitter Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Twitter Emoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the wavy dash emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M27 23c-2.589 0-4.005-2.549-5.374-5.014C20.537 16.026 19.411 14 18 14s-2.537 2.026-3.626 3.986C13.004 20.451 11.588 23 9 23c-2.65 0-3.853-2.706-4.914-5.094C3.038 15.546 2.256 14 1 14a1 1 0 0 1 0-2c2.65 0 3.853 2.706 4.914 5.094C6.962 19.453 7.744 21 9 21c1.412 0 2.537-2.026 3.626-3.986C13.996 14.549 15.412 12 18 12c2.589 0 4.005 2.549 5.374 5.014C24.463 18.974 25.589 21 27 21c1.256 0 2.037-1.547 3.086-3.906C31.147 14.706 32.351 12 35 12a1 1 0 1 1 0 2c-1.256 0-2.037 1.546-3.086 3.906C30.853 20.294 29.649 23 27 23"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiWavyDash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M27 23c-2.589 0-4.005-2.549-5.374-5.014C20.537 16.026 19.411 14 18 14s-2.537 2.026-3.626 3.986C13.004 20.451 11.588 23 9 23c-2.65 0-3.853-2.706-4.914-5.094C3.038 15.546 2.256 14 1 14a1 1 0 0 1 0-2c2.65 0 3.853 2.706 4.914 5.094C6.962 19.453 7.744 21 9 21c1.412 0 2.537-2.026 3.626-3.986C13.996 14.549 15.412 12 18 12c2.589 0 4.005 2.549 5.374 5.014C24.463 18.974 25.589 21 27 21c1.256 0 2.037-1.547 3.086-3.906C31.147 14.706 32.351 12 35 12a1 1 0 1 1 0 2c-1.256 0-2.037 1.546-3.086 3.906C30.853 20.294 29.649 23 27 23"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M27 23c-2.589 0-4.005-2.549-5.374-5.014C20.537 16.026 19.411 14 18 14s-2.537 2.026-3.626 3.986C13.004 20.451 11.588 23 9 23c-2.65 0-3.853-2.706-4.914-5.094C3.038 15.546 2.256 14 1 14a1 1 0 0 1 0-2c2.65 0 3.853 2.706 4.914 5.094C6.962 19.453 7.744 21 9 21c1.412 0 2.537-2.026 3.626-3.986C13.996 14.549 15.412 12 18 12c2.589 0 4.005 2.549 5.374 5.014C24.463 18.974 25.589 21 27 21c1.256 0 2.037-1.547 3.086-3.906C31.147 14.706 32.351 12 35 12a1 1 0 1 1 0 2c-1.256 0-2.037 1.546-3.086 3.906C30.853 20.294 29.649 23 27 23"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M27%2023c-2.589%200-4.005-2.549-5.374-5.014C20.537%2016.026%2019.411%2014%2018%2014s-2.537%202.026-3.626%203.986C13.004%2020.451%2011.588%2023%209%2023c-2.65%200-3.853-2.706-4.914-5.094C3.038%2015.546%202.256%2014%201%2014a1%201%200%200%201%200-2c2.65%200%203.853%202.706%204.914%205.094C6.962%2019.453%207.744%2021%209%2021c1.412%200%202.537-2.026%203.626-3.986C13.996%2014.549%2015.412%2012%2018%2012c2.589%200%204.005%202.549%205.374%205.014C24.463%2018.974%2025.589%2021%2027%2021c1.256%200%202.037-1.547%203.086-3.906C31.147%2014.706%2032.351%2012%2035%2012a1%201%200%201%201%200%202c-1.256%200-2.037%201.546-3.086%203.906C30.853%2020.294%2029.649%2023%2027%2023%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M27%2023c-2.589%200-4.005-2.549-5.374-5.014C20.537%2016.026%2019.411%2014%2018%2014s-2.537%202.026-3.626%203.986C13.004%2020.451%2011.588%2023%209%2023c-2.65%200-3.853-2.706-4.914-5.094C3.038%2015.546%202.256%2014%201%2014a1%201%200%200%201%200-2c2.65%200%203.853%202.706%204.914%205.094C6.962%2019.453%207.744%2021%209%2021c1.412%200%202.537-2.026%203.626-3.986C13.996%2014.549%2015.412%2012%2018%2012c2.589%200%204.005%202.549%205.374%205.014C24.463%2018.974%2025.589%2021%2027%2021c1.256%200%202.037-1.547%203.086-3.906C31.147%2014.706%2032.351%2012%2035%2012a1%201%200%201%201%200%202c-1.256%200-2.037%201.546-3.086%203.906C30.853%2020.294%2029.649%2023%2027%2023%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/wavy-dash.svg?color=%231a73e8&size=48