sine wave dots icon
sine-wave-dots-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- sine-wave-dots-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M8.608 1.98c.847 0 1.471.503 1.908 1.12c.43.609.756 1.428 1.02 2.323c.528 1.796.883 4.169 1.227 6.463c.35 2.33.689 4.583 1.181 6.256c.247.838.515 1.465.8 1.868c.278.394.492.47.648.47c.139 0 .313-.058.54-.329c.238-.284.477-.741.706-1.384c.455-1.283.79-3.067 1.101-5.037l.001-.01A2.997 2.997 0 0 1 19 8a3 3 0 0 1 .26 5.987c-.31 1.956-.66 3.866-1.17 5.296c-.253.715-.568 1.37-.978 1.86c-.421.502-.992.877-1.72.877c-.847 0-1.471-.503-1.908-1.12c-.43-.609-.755-1.428-1.02-2.323c-.528-1.796-.883-4.169-1.227-6.463c-.35-2.33-.689-4.583-1.181-6.256c-.247-.839-.515-1.465-.8-1.868c-.278-.394-.493-.47-.648-.47c-.139 0-.313.058-.54.329c-.238.284-.477.741-.706 1.384c-.455 1.283-.79 3.067-1.101 5.038l-.002.008A2.998 2.998 0 0 1 5 16a3 3 0 0 1-.26-5.988c.308-1.956.66-3.865 1.17-5.295c.253-.715.568-1.37.978-1.86c.421-.502.992-.878 1.72-.878"/></svg>
React
import type { SVGProps } from "react";
export function FluentSineWaveDots24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.608 1.98c.847 0 1.471.503 1.908 1.12c.43.609.756 1.428 1.02 2.323c.528 1.796.883 4.169 1.227 6.463c.35 2.33.689 4.583 1.181 6.256c.247.838.515 1.465.8 1.868c.278.394.492.47.648.47c.139 0 .313-.058.54-.329c.238-.284.477-.741.706-1.384c.455-1.283.79-3.067 1.101-5.037l.001-.01A2.997 2.997 0 0 1 19 8a3 3 0 0 1 .26 5.987c-.31 1.956-.66 3.866-1.17 5.296c-.253.715-.568 1.37-.978 1.86c-.421.502-.992.877-1.72.877c-.847 0-1.471-.503-1.908-1.12c-.43-.609-.755-1.428-1.02-2.323c-.528-1.796-.883-4.169-1.227-6.463c-.35-2.33-.689-4.583-1.181-6.256c-.247-.839-.515-1.465-.8-1.868c-.278-.394-.493-.47-.648-.47c-.139 0-.313.058-.54.329c-.238.284-.477.741-.706 1.384c-.455 1.283-.79 3.067-1.101 5.038l-.002.008A2.998 2.998 0 0 1 5 16a3 3 0 0 1-.26-5.988c.308-1.956.66-3.865 1.17-5.295c.253-.715.568-1.37.978-1.86c.421-.502.992-.878 1.72-.878"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.608 1.98c.847 0 1.471.503 1.908 1.12c.43.609.756 1.428 1.02 2.323c.528 1.796.883 4.169 1.227 6.463c.35 2.33.689 4.583 1.181 6.256c.247.838.515 1.465.8 1.868c.278.394.492.47.648.47c.139 0 .313-.058.54-.329c.238-.284.477-.741.706-1.384c.455-1.283.79-3.067 1.101-5.037l.001-.01A2.997 2.997 0 0 1 19 8a3 3 0 0 1 .26 5.987c-.31 1.956-.66 3.866-1.17 5.296c-.253.715-.568 1.37-.978 1.86c-.421.502-.992.877-1.72.877c-.847 0-1.471-.503-1.908-1.12c-.43-.609-.755-1.428-1.02-2.323c-.528-1.796-.883-4.169-1.227-6.463c-.35-2.33-.689-4.583-1.181-6.256c-.247-.839-.515-1.465-.8-1.868c-.278-.394-.493-.47-.648-.47c-.139 0-.313.058-.54.329c-.238.284-.477.741-.706 1.384c-.455 1.283-.79 3.067-1.101 5.038l-.002.008A2.998 2.998 0 0 1 5 16a3 3 0 0 1-.26-5.988c.308-1.956.66-3.865 1.17-5.295c.253-.715.568-1.37.978-1.86c.421-.502.992-.878 1.72-.878"/></svg> </template>
CSS
.icon-sine-wave-dots-24-filled {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.608%201.98c.847%200%201.471.503%201.908%201.12c.43.609.756%201.428%201.02%202.323c.528%201.796.883%204.169%201.227%206.463c.35%202.33.689%204.583%201.181%206.256c.247.838.515%201.465.8%201.868c.278.394.492.47.648.47c.139%200%20.313-.058.54-.329c.238-.284.477-.741.706-1.384c.455-1.283.79-3.067%201.101-5.037l.001-.01A2.997%202.997%200%200%201%2019%208a3%203%200%200%201%20.26%205.987c-.31%201.956-.66%203.866-1.17%205.296c-.253.715-.568%201.37-.978%201.86c-.421.502-.992.877-1.72.877c-.847%200-1.471-.503-1.908-1.12c-.43-.609-.755-1.428-1.02-2.323c-.528-1.796-.883-4.169-1.227-6.463c-.35-2.33-.689-4.583-1.181-6.256c-.247-.839-.515-1.465-.8-1.868c-.278-.394-.493-.47-.648-.47c-.139%200-.313.058-.54.329c-.238.284-.477.741-.706%201.384c-.455%201.283-.79%203.067-1.101%205.038l-.002.008A2.998%202.998%200%200%201%205%2016a3%203%200%200%201-.26-5.988c.308-1.956.66-3.865%201.17-5.295c.253-.715.568-1.37.978-1.86c.421-.502.992-.878%201.72-.878%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.608%201.98c.847%200%201.471.503%201.908%201.12c.43.609.756%201.428%201.02%202.323c.528%201.796.883%204.169%201.227%206.463c.35%202.33.689%204.583%201.181%206.256c.247.838.515%201.465.8%201.868c.278.394.492.47.648.47c.139%200%20.313-.058.54-.329c.238-.284.477-.741.706-1.384c.455-1.283.79-3.067%201.101-5.037l.001-.01A2.997%202.997%200%200%201%2019%208a3%203%200%200%201%20.26%205.987c-.31%201.956-.66%203.866-1.17%205.296c-.253.715-.568%201.37-.978%201.86c-.421.502-.992.877-1.72.877c-.847%200-1.471-.503-1.908-1.12c-.43-.609-.755-1.428-1.02-2.323c-.528-1.796-.883-4.169-1.227-6.463c-.35-2.33-.689-4.583-1.181-6.256c-.247-.839-.515-1.465-.8-1.868c-.278-.394-.493-.47-.648-.47c-.139%200-.313.058-.54.329c-.238.284-.477.741-.706%201.384c-.455%201.283-.79%203.067-1.101%205.038l-.002.008A2.998%202.998%200%200%201%205%2016a3%203%200%200%201-.26-5.988c.308-1.956.66-3.865%201.17-5.295c.253-.715.568-1.37.978-1.86c.421-.502.992-.878%201.72-.878%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-24-filled.svg?color=%231a73e8&size=48