sine-wave-dots-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
sine-wave-dots-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

Use the sine wave dots icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10 2c.924 0 1.599.59 2.074 1.3c.477.712.85 1.679 1.161 2.758c.626 2.165 1.07 5.031 1.505 7.827c.44 2.829.87 5.588 1.464 7.641c.298 1.03.62 1.822.968 2.34c.348.52.627.634.828.634c.213 0 .51-.124.886-.645c.373-.518.732-1.303 1.075-2.32c.455-1.35.848-3.009 1.23-4.79a3.5 3.5 0 1 1 1.479.25c-.39 1.831-.804 3.581-1.288 5.018c-.36 1.067-.775 2.02-1.28 2.72C19.6 25.428 18.912 26 18 26c-.924 0-1.599-.59-2.074-1.3c-.477-.712-.85-1.679-1.162-2.758c-.626-2.165-1.07-5.031-1.505-7.827c-.44-2.829-.87-5.588-1.464-7.641c-.298-1.03-.62-1.822-.967-2.34c-.348-.52-.627-.634-.828-.634c-.21 0-.505.123-.884.652c-.374.525-.733 1.32-1.077 2.35c-.448 1.345-.837 2.99-1.213 4.759a3.5 3.5 0 1 1-1.478-.257c.384-1.816.793-3.549 1.268-4.976c.36-1.078.775-2.04 1.28-2.747c.5-.7 1.189-1.28 2.104-1.281M5.5 12.5a2 2 0 1 0 0 4a2 2 0 0 0 0-4m17-1a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>

React

import type { SVGProps } from "react";

export function FluentSineWaveDots28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10 2c.924 0 1.599.59 2.074 1.3c.477.712.85 1.679 1.161 2.758c.626 2.165 1.07 5.031 1.505 7.827c.44 2.829.87 5.588 1.464 7.641c.298 1.03.62 1.822.968 2.34c.348.52.627.634.828.634c.213 0 .51-.124.886-.645c.373-.518.732-1.303 1.075-2.32c.455-1.35.848-3.009 1.23-4.79a3.5 3.5 0 1 1 1.479.25c-.39 1.831-.804 3.581-1.288 5.018c-.36 1.067-.775 2.02-1.28 2.72C19.6 25.428 18.912 26 18 26c-.924 0-1.599-.59-2.074-1.3c-.477-.712-.85-1.679-1.162-2.758c-.626-2.165-1.07-5.031-1.505-7.827c-.44-2.829-.87-5.588-1.464-7.641c-.298-1.03-.62-1.822-.967-2.34c-.348-.52-.627-.634-.828-.634c-.21 0-.505.123-.884.652c-.374.525-.733 1.32-1.077 2.35c-.448 1.345-.837 2.99-1.213 4.759a3.5 3.5 0 1 1-1.478-.257c.384-1.816.793-3.549 1.268-4.976c.36-1.078.775-2.04 1.28-2.747c.5-.7 1.189-1.28 2.104-1.281M5.5 12.5a2 2 0 1 0 0 4a2 2 0 0 0 0-4m17-1a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10 2c.924 0 1.599.59 2.074 1.3c.477.712.85 1.679 1.161 2.758c.626 2.165 1.07 5.031 1.505 7.827c.44 2.829.87 5.588 1.464 7.641c.298 1.03.62 1.822.968 2.34c.348.52.627.634.828.634c.213 0 .51-.124.886-.645c.373-.518.732-1.303 1.075-2.32c.455-1.35.848-3.009 1.23-4.79a3.5 3.5 0 1 1 1.479.25c-.39 1.831-.804 3.581-1.288 5.018c-.36 1.067-.775 2.02-1.28 2.72C19.6 25.428 18.912 26 18 26c-.924 0-1.599-.59-2.074-1.3c-.477-.712-.85-1.679-1.162-2.758c-.626-2.165-1.07-5.031-1.505-7.827c-.44-2.829-.87-5.588-1.464-7.641c-.298-1.03-.62-1.822-.967-2.34c-.348-.52-.627-.634-.828-.634c-.21 0-.505.123-.884.652c-.374.525-.733 1.32-1.077 2.35c-.448 1.345-.837 2.99-1.213 4.759a3.5 3.5 0 1 1-1.478-.257c.384-1.816.793-3.549 1.268-4.976c.36-1.078.775-2.04 1.28-2.747c.5-.7 1.189-1.28 2.104-1.281M5.5 12.5a2 2 0 1 0 0 4a2 2 0 0 0 0-4m17-1a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
</template>

CSS

.icon-sine-wave-dots-28-regular {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202c.924%200%201.599.59%202.074%201.3c.477.712.85%201.679%201.161%202.758c.626%202.165%201.07%205.031%201.505%207.827c.44%202.829.87%205.588%201.464%207.641c.298%201.03.62%201.822.968%202.34c.348.52.627.634.828.634c.213%200%20.51-.124.886-.645c.373-.518.732-1.303%201.075-2.32c.455-1.35.848-3.009%201.23-4.79a3.5%203.5%200%201%201%201.479.25c-.39%201.831-.804%203.581-1.288%205.018c-.36%201.067-.775%202.02-1.28%202.72C19.6%2025.428%2018.912%2026%2018%2026c-.924%200-1.599-.59-2.074-1.3c-.477-.712-.85-1.679-1.162-2.758c-.626-2.165-1.07-5.031-1.505-7.827c-.44-2.829-.87-5.588-1.464-7.641c-.298-1.03-.62-1.822-.967-2.34c-.348-.52-.627-.634-.828-.634c-.21%200-.505.123-.884.652c-.374.525-.733%201.32-1.077%202.35c-.448%201.345-.837%202.99-1.213%204.759a3.5%203.5%200%201%201-1.478-.257c.384-1.816.793-3.549%201.268-4.976c.36-1.078.775-2.04%201.28-2.747c.5-.7%201.189-1.28%202.104-1.281M5.5%2012.5a2%202%200%201%200%200%204a2%202%200%200%200%200-4m17-1a2%202%200%201%200%200%204a2%202%200%200%200%200-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202c.924%200%201.599.59%202.074%201.3c.477.712.85%201.679%201.161%202.758c.626%202.165%201.07%205.031%201.505%207.827c.44%202.829.87%205.588%201.464%207.641c.298%201.03.62%201.822.968%202.34c.348.52.627.634.828.634c.213%200%20.51-.124.886-.645c.373-.518.732-1.303%201.075-2.32c.455-1.35.848-3.009%201.23-4.79a3.5%203.5%200%201%201%201.479.25c-.39%201.831-.804%203.581-1.288%205.018c-.36%201.067-.775%202.02-1.28%202.72C19.6%2025.428%2018.912%2026%2018%2026c-.924%200-1.599-.59-2.074-1.3c-.477-.712-.85-1.679-1.162-2.758c-.626-2.165-1.07-5.031-1.505-7.827c-.44-2.829-.87-5.588-1.464-7.641c-.298-1.03-.62-1.822-.967-2.34c-.348-.52-.627-.634-.828-.634c-.21%200-.505.123-.884.652c-.374.525-.733%201.32-1.077%202.35c-.448%201.345-.837%202.99-1.213%204.759a3.5%203.5%200%201%201-1.478-.257c.384-1.816.793-3.549%201.268-4.976c.36-1.078.775-2.04%201.28-2.747c.5-.7%201.189-1.28%202.104-1.281M5.5%2012.5a2%202%200%201%200%200%204a2%202%200%200%200%200-4m17-1a2%202%200%201%200%200%204a2%202%200%200%200%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sine-wave-dots-28-regular.svg?color=%231a73e8&size=48