wavy-dash from Fluent Emoji High Contrast by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.

Name
wavy-dash
Set
Fluent Emoji High Contrast
Style
Default
Category
Symbols
Viewbox
32×32
License
MIT

The same emoji in other sets

More symbols icons from Fluent Emoji High Contrast

Use the wavy dash emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" fill-rule="evenodd" d="M1.969 14.06a1.5 1.5 0 0 1 1.5-1.5c.49 0 .93.155 1.26.308c.348.16.688.373 1.004.598c.631.45 1.291 1.04 1.905 1.64c1.247 1.216 3.195 1.028 4.045-.198c2.089-3.013 6.567-3.05 8.673-.021c.842 1.21 2.79 1.393 4.05.15c.594-.585 1.234-1.16 1.855-1.599c.544-.384 1.36-.878 2.239-.878a1.5 1.5 0 0 1 .065 3l-.077.03a3 3 0 0 0-.496.299c-.43.303-.939.751-1.48 1.285c-2.37 2.337-6.55 2.401-8.619-.575c-.898-1.292-2.835-1.294-3.744.018c-2.048 2.954-6.214 2.97-8.606.635c-.566-.552-1.1-1.021-1.551-1.342a3.5 3.5 0 0 0-.522-.319l-.077-.032a1.5 1.5 0 0 1-1.424-1.498" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastWavyDash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" fillRule="evenodd" d="M1.969 14.06a1.5 1.5 0 0 1 1.5-1.5c.49 0 .93.155 1.26.308c.348.16.688.373 1.004.598c.631.45 1.291 1.04 1.905 1.64c1.247 1.216 3.195 1.028 4.045-.198c2.089-3.013 6.567-3.05 8.673-.021c.842 1.21 2.79 1.393 4.05.15c.594-.585 1.234-1.16 1.855-1.599c.544-.384 1.36-.878 2.239-.878a1.5 1.5 0 0 1 .065 3l-.077.03a3 3 0 0 0-.496.299c-.43.303-.939.751-1.48 1.285c-2.37 2.337-6.55 2.401-8.619-.575c-.898-1.292-2.835-1.294-3.744.018c-2.048 2.954-6.214 2.97-8.606.635c-.566-.552-1.1-1.021-1.551-1.342a3.5 3.5 0 0 0-.522-.319l-.077-.032a1.5 1.5 0 0 1-1.424-1.498" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" fill-rule="evenodd" d="M1.969 14.06a1.5 1.5 0 0 1 1.5-1.5c.49 0 .93.155 1.26.308c.348.16.688.373 1.004.598c.631.45 1.291 1.04 1.905 1.64c1.247 1.216 3.195 1.028 4.045-.198c2.089-3.013 6.567-3.05 8.673-.021c.842 1.21 2.79 1.393 4.05.15c.594-.585 1.234-1.16 1.855-1.599c.544-.384 1.36-.878 2.239-.878a1.5 1.5 0 0 1 .065 3l-.077.03a3 3 0 0 0-.496.299c-.43.303-.939.751-1.48 1.285c-2.37 2.337-6.55 2.401-8.619-.575c-.898-1.292-2.835-1.294-3.744.018c-2.048 2.954-6.214 2.97-8.606.635c-.566-.552-1.1-1.021-1.551-1.342a3.5 3.5 0 0 0-.522-.319l-.077-.032a1.5 1.5 0 0 1-1.424-1.498" clip-rule="evenodd"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.969%2014.06a1.5%201.5%200%200%201%201.5-1.5c.49%200%20.93.155%201.26.308c.348.16.688.373%201.004.598c.631.45%201.291%201.04%201.905%201.64c1.247%201.216%203.195%201.028%204.045-.198c2.089-3.013%206.567-3.05%208.673-.021c.842%201.21%202.79%201.393%204.05.15c.594-.585%201.234-1.16%201.855-1.599c.544-.384%201.36-.878%202.239-.878a1.5%201.5%200%200%201%20.065%203l-.077.03a3%203%200%200%200-.496.299c-.43.303-.939.751-1.48%201.285c-2.37%202.337-6.55%202.401-8.619-.575c-.898-1.292-2.835-1.294-3.744.018c-2.048%202.954-6.214%202.97-8.606.635c-.566-.552-1.1-1.021-1.551-1.342a3.5%203.5%200%200%200-.522-.319l-.077-.032a1.5%201.5%200%200%201-1.424-1.498%22%20clip-rule%3D%22evenodd%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.969%2014.06a1.5%201.5%200%200%201%201.5-1.5c.49%200%20.93.155%201.26.308c.348.16.688.373%201.004.598c.631.45%201.291%201.04%201.905%201.64c1.247%201.216%203.195%201.028%204.045-.198c2.089-3.013%206.567-3.05%208.673-.021c.842%201.21%202.79%201.393%204.05.15c.594-.585%201.234-1.16%201.855-1.599c.544-.384%201.36-.878%202.239-.878a1.5%201.5%200%200%201%20.065%203l-.077.03a3%203%200%200%200-.496.299c-.43.303-.939.751-1.48%201.285c-2.37%202.337-6.55%202.401-8.619-.575c-.898-1.292-2.835-1.294-3.744.018c-2.048%202.954-6.214%202.97-8.606.635c-.566-.552-1.1-1.021-1.551-1.342a3.5%203.5%200%200%200-.522-.319l-.077-.032a1.5%201.5%200%200%201-1.424-1.498%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/wavy-dash.svg?color=%231a73e8&size=48