wavy dash emoji
wavy-dash from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- wavy-dash
- Set
- Noto Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More symbols icons from Noto 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 128 128"><path fill="#464c4f" d="M3.8 50.1C2.15 53 1.61 57.49 7.03 62.6C12 67.3 25.94 80.43 38.8 80.1c14.67-.39 19.69-14.67 25.99-14.41c3.89.16 7.65 5.03 12.72 9.67c3.38 3.09 7.8 6.25 14.03 6.25c9.14 0 17.31-6.14 23.92-12.48c5.13-4.92 8.4-10.58 8.9-13.22c1.07-5.57-2.58-6.24-2.58-6.24L93.36 73.53L62.87 54.62L37.26 69.67L9.21 52.05z"/><path fill="#606265" d="M6.37 47.72c-4.16 2.53-3.45 5.5-2.66 6.91c2.87 5.08 11.02 11.54 17.54 15.93c6.2 4.17 12.4 6.61 20.39 5.85c9.84-.93 14.01-14.62 23.26-14.73c8.14-.1 15.41 16.47 26.84 16.47c10.66 0 23.93-14.05 26.26-16.86s6.49-8.62 6.2-9.4s-1.82-5.39-8.88-4.74c-5.01.46-10.82 8.32-13.89 10.84c-2.71 2.23-6.78 5.42-10.27 5.23c-7.7-.41-11.92-16.47-25.87-16.57c-14.25-.1-18.8 16.03-27.71 16.47c-5.91.29-17.29-12.55-21.01-15.03c-4.08-2.71-7.97-1.73-10.2-.37"/><path fill="#9a9a99" d="M15.96 50.68c-.15 1-3.34 1.26-4.65 2.07c-1.47.91-2.07 3.39-4.4 2.58c-1.91-.67-2.12-3.89 1.52-6.27c3.64-2.37 7.78-.1 7.53 1.62m35.5 5.97c-4.96 4.9-8.89 8.34-7.02 10.21c1.59 1.59 5.87-2.89 9.75-6.47c4.32-3.98 10.34-7.25 7.88-9.4c-2.02-1.78-6.52 1.61-10.61 5.66m65.06-6.1c-1.29-.89-3.35-.1-5.65 2.05c-2.32 2.17-5.91 5.97-9 8.63c-4.15 3.57-6.55 3.71-5.48 5.63c1.06 1.92 5.42.26 11.18-4.7c5.16-4.45 11.73-9.69 8.95-11.61"/></svg>
React
import type { SVGProps } from "react";
export function NotoWavyDash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#464c4f" d="M3.8 50.1C2.15 53 1.61 57.49 7.03 62.6C12 67.3 25.94 80.43 38.8 80.1c14.67-.39 19.69-14.67 25.99-14.41c3.89.16 7.65 5.03 12.72 9.67c3.38 3.09 7.8 6.25 14.03 6.25c9.14 0 17.31-6.14 23.92-12.48c5.13-4.92 8.4-10.58 8.9-13.22c1.07-5.57-2.58-6.24-2.58-6.24L93.36 73.53L62.87 54.62L37.26 69.67L9.21 52.05z"/><path fill="#606265" d="M6.37 47.72c-4.16 2.53-3.45 5.5-2.66 6.91c2.87 5.08 11.02 11.54 17.54 15.93c6.2 4.17 12.4 6.61 20.39 5.85c9.84-.93 14.01-14.62 23.26-14.73c8.14-.1 15.41 16.47 26.84 16.47c10.66 0 23.93-14.05 26.26-16.86s6.49-8.62 6.2-9.4s-1.82-5.39-8.88-4.74c-5.01.46-10.82 8.32-13.89 10.84c-2.71 2.23-6.78 5.42-10.27 5.23c-7.7-.41-11.92-16.47-25.87-16.57c-14.25-.1-18.8 16.03-27.71 16.47c-5.91.29-17.29-12.55-21.01-15.03c-4.08-2.71-7.97-1.73-10.2-.37"/><path fill="#9a9a99" d="M15.96 50.68c-.15 1-3.34 1.26-4.65 2.07c-1.47.91-2.07 3.39-4.4 2.58c-1.91-.67-2.12-3.89 1.52-6.27c3.64-2.37 7.78-.1 7.53 1.62m35.5 5.97c-4.96 4.9-8.89 8.34-7.02 10.21c1.59 1.59 5.87-2.89 9.75-6.47c4.32-3.98 10.34-7.25 7.88-9.4c-2.02-1.78-6.52 1.61-10.61 5.66m65.06-6.1c-1.29-.89-3.35-.1-5.65 2.05c-2.32 2.17-5.91 5.97-9 8.63c-4.15 3.57-6.55 3.71-5.48 5.63c1.06 1.92 5.42.26 11.18-4.7c5.16-4.45 11.73-9.69 8.95-11.61"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#464c4f" d="M3.8 50.1C2.15 53 1.61 57.49 7.03 62.6C12 67.3 25.94 80.43 38.8 80.1c14.67-.39 19.69-14.67 25.99-14.41c3.89.16 7.65 5.03 12.72 9.67c3.38 3.09 7.8 6.25 14.03 6.25c9.14 0 17.31-6.14 23.92-12.48c5.13-4.92 8.4-10.58 8.9-13.22c1.07-5.57-2.58-6.24-2.58-6.24L93.36 73.53L62.87 54.62L37.26 69.67L9.21 52.05z"/><path fill="#606265" d="M6.37 47.72c-4.16 2.53-3.45 5.5-2.66 6.91c2.87 5.08 11.02 11.54 17.54 15.93c6.2 4.17 12.4 6.61 20.39 5.85c9.84-.93 14.01-14.62 23.26-14.73c8.14-.1 15.41 16.47 26.84 16.47c10.66 0 23.93-14.05 26.26-16.86s6.49-8.62 6.2-9.4s-1.82-5.39-8.88-4.74c-5.01.46-10.82 8.32-13.89 10.84c-2.71 2.23-6.78 5.42-10.27 5.23c-7.7-.41-11.92-16.47-25.87-16.57c-14.25-.1-18.8 16.03-27.71 16.47c-5.91.29-17.29-12.55-21.01-15.03c-4.08-2.71-7.97-1.73-10.2-.37"/><path fill="#9a9a99" d="M15.96 50.68c-.15 1-3.34 1.26-4.65 2.07c-1.47.91-2.07 3.39-4.4 2.58c-1.91-.67-2.12-3.89 1.52-6.27c3.64-2.37 7.78-.1 7.53 1.62m35.5 5.97c-4.96 4.9-8.89 8.34-7.02 10.21c1.59 1.59 5.87-2.89 9.75-6.47c4.32-3.98 10.34-7.25 7.88-9.4c-2.02-1.78-6.52 1.61-10.61 5.66m65.06-6.1c-1.29-.89-3.35-.1-5.65 2.05c-2.32 2.17-5.91 5.97-9 8.63c-4.15 3.57-6.55 3.71-5.48 5.63c1.06 1.92 5.42.26 11.18-4.7c5.16-4.45 11.73-9.69 8.95-11.61"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23464c4f%22%20d%3D%22M3.8%2050.1C2.15%2053%201.61%2057.49%207.03%2062.6C12%2067.3%2025.94%2080.43%2038.8%2080.1c14.67-.39%2019.69-14.67%2025.99-14.41c3.89.16%207.65%205.03%2012.72%209.67c3.38%203.09%207.8%206.25%2014.03%206.25c9.14%200%2017.31-6.14%2023.92-12.48c5.13-4.92%208.4-10.58%208.9-13.22c1.07-5.57-2.58-6.24-2.58-6.24L93.36%2073.53L62.87%2054.62L37.26%2069.67L9.21%2052.05z%22%2F%3E%3Cpath%20fill%3D%22%23606265%22%20d%3D%22M6.37%2047.72c-4.16%202.53-3.45%205.5-2.66%206.91c2.87%205.08%2011.02%2011.54%2017.54%2015.93c6.2%204.17%2012.4%206.61%2020.39%205.85c9.84-.93%2014.01-14.62%2023.26-14.73c8.14-.1%2015.41%2016.47%2026.84%2016.47c10.66%200%2023.93-14.05%2026.26-16.86s6.49-8.62%206.2-9.4s-1.82-5.39-8.88-4.74c-5.01.46-10.82%208.32-13.89%2010.84c-2.71%202.23-6.78%205.42-10.27%205.23c-7.7-.41-11.92-16.47-25.87-16.57c-14.25-.1-18.8%2016.03-27.71%2016.47c-5.91.29-17.29-12.55-21.01-15.03c-4.08-2.71-7.97-1.73-10.2-.37%22%2F%3E%3Cpath%20fill%3D%22%239a9a99%22%20d%3D%22M15.96%2050.68c-.15%201-3.34%201.26-4.65%202.07c-1.47.91-2.07%203.39-4.4%202.58c-1.91-.67-2.12-3.89%201.52-6.27c3.64-2.37%207.78-.1%207.53%201.62m35.5%205.97c-4.96%204.9-8.89%208.34-7.02%2010.21c1.59%201.59%205.87-2.89%209.75-6.47c4.32-3.98%2010.34-7.25%207.88-9.4c-2.02-1.78-6.52%201.61-10.61%205.66m65.06-6.1c-1.29-.89-3.35-.1-5.65%202.05c-2.32%202.17-5.91%205.97-9%208.63c-4.15%203.57-6.55%203.71-5.48%205.63c1.06%201.92%205.42.26%2011.18-4.7c5.16-4.45%2011.73-9.69%208.95-11.61%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23464c4f%22%20d%3D%22M3.8%2050.1C2.15%2053%201.61%2057.49%207.03%2062.6C12%2067.3%2025.94%2080.43%2038.8%2080.1c14.67-.39%2019.69-14.67%2025.99-14.41c3.89.16%207.65%205.03%2012.72%209.67c3.38%203.09%207.8%206.25%2014.03%206.25c9.14%200%2017.31-6.14%2023.92-12.48c5.13-4.92%208.4-10.58%208.9-13.22c1.07-5.57-2.58-6.24-2.58-6.24L93.36%2073.53L62.87%2054.62L37.26%2069.67L9.21%2052.05z%22%2F%3E%3Cpath%20fill%3D%22%23606265%22%20d%3D%22M6.37%2047.72c-4.16%202.53-3.45%205.5-2.66%206.91c2.87%205.08%2011.02%2011.54%2017.54%2015.93c6.2%204.17%2012.4%206.61%2020.39%205.85c9.84-.93%2014.01-14.62%2023.26-14.73c8.14-.1%2015.41%2016.47%2026.84%2016.47c10.66%200%2023.93-14.05%2026.26-16.86s6.49-8.62%206.2-9.4s-1.82-5.39-8.88-4.74c-5.01.46-10.82%208.32-13.89%2010.84c-2.71%202.23-6.78%205.42-10.27%205.23c-7.7-.41-11.92-16.47-25.87-16.57c-14.25-.1-18.8%2016.03-27.71%2016.47c-5.91.29-17.29-12.55-21.01-15.03c-4.08-2.71-7.97-1.73-10.2-.37%22%2F%3E%3Cpath%20fill%3D%22%239a9a99%22%20d%3D%22M15.96%2050.68c-.15%201-3.34%201.26-4.65%202.07c-1.47.91-2.07%203.39-4.4%202.58c-1.91-.67-2.12-3.89%201.52-6.27c3.64-2.37%207.78-.1%207.53%201.62m35.5%205.97c-4.96%204.9-8.89%208.34-7.02%2010.21c1.59%201.59%205.87-2.89%209.75-6.47c4.32-3.98%2010.34-7.25%207.88-9.4c-2.02-1.78-6.52%201.61-10.61%205.66m65.06-6.1c-1.29-.89-3.35-.1-5.65%202.05c-2.32%202.17-5.91%205.97-9%208.63c-4.15%203.57-6.55%203.71-5.48%205.63c1.06%201.92%205.42.26%2011.18-4.7c5.16-4.45%2011.73-9.69%208.95-11.61%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/wavy-dash.svg?color=%231a73e8&size=48