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

Name
sine-wave-dots-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M7.25 2c.63 0 1.103.373 1.444.855c.338.478.597 1.126.809 1.847c.426 1.447.712 3.36.991 5.224c.283 1.887.56 3.723.962 5.089c.202.684.424 1.208.666 1.551c.239.338.446.434.628.434c.16 0 .334-.073.533-.31q.313-.371.595-1.162c.339-.953.591-2.24.824-3.66A2.499 2.499 0 0 1 15.5 7a2.5 2.5 0 0 1 .196 4.99c-.235 1.444-.502 2.822-.876 3.873c-.204.574-.453 1.09-.771 1.469c-.326.389-.756.668-1.299.668c-.63 0-1.103-.374-1.444-.855c-.338-.478-.598-1.126-.81-1.847c-.426-1.447-.712-3.36-.991-5.224c-.283-1.887-.56-3.723-.962-5.089c-.202-.684-.423-1.208-.665-1.551C7.639 3.096 7.432 3 7.25 3c-.16 0-.335.073-.534.31c-.207.248-.408.635-.595 1.162c-.339.953-.592 2.239-.824 3.66a2.5 2.5 0 1 1-.994-.122c.235-1.444.502-2.822.876-3.873c.204-.574.453-1.09.771-1.469c.326-.389.757-.668 1.3-.668M4.5 9a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m11-1a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>

React

import type { SVGProps } from "react";

export function FluentSineWaveDots20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.25 2c.63 0 1.103.373 1.444.855c.338.478.597 1.126.809 1.847c.426 1.447.712 3.36.991 5.224c.283 1.887.56 3.723.962 5.089c.202.684.424 1.208.666 1.551c.239.338.446.434.628.434c.16 0 .334-.073.533-.31q.313-.371.595-1.162c.339-.953.591-2.24.824-3.66A2.499 2.499 0 0 1 15.5 7a2.5 2.5 0 0 1 .196 4.99c-.235 1.444-.502 2.822-.876 3.873c-.204.574-.453 1.09-.771 1.469c-.326.389-.756.668-1.299.668c-.63 0-1.103-.374-1.444-.855c-.338-.478-.598-1.126-.81-1.847c-.426-1.447-.712-3.36-.991-5.224c-.283-1.887-.56-3.723-.962-5.089c-.202-.684-.423-1.208-.665-1.551C7.639 3.096 7.432 3 7.25 3c-.16 0-.335.073-.534.31c-.207.248-.408.635-.595 1.162c-.339.953-.592 2.239-.824 3.66a2.5 2.5 0 1 1-.994-.122c.235-1.444.502-2.822.876-3.873c.204-.574.453-1.09.771-1.469c.326-.389.757-.668 1.3-.668M4.5 9a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m11-1a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.25 2c.63 0 1.103.373 1.444.855c.338.478.597 1.126.809 1.847c.426 1.447.712 3.36.991 5.224c.283 1.887.56 3.723.962 5.089c.202.684.424 1.208.666 1.551c.239.338.446.434.628.434c.16 0 .334-.073.533-.31q.313-.371.595-1.162c.339-.953.591-2.24.824-3.66A2.499 2.499 0 0 1 15.5 7a2.5 2.5 0 0 1 .196 4.99c-.235 1.444-.502 2.822-.876 3.873c-.204.574-.453 1.09-.771 1.469c-.326.389-.756.668-1.299.668c-.63 0-1.103-.374-1.444-.855c-.338-.478-.598-1.126-.81-1.847c-.426-1.447-.712-3.36-.991-5.224c-.283-1.887-.56-3.723-.962-5.089c-.202-.684-.423-1.208-.665-1.551C7.639 3.096 7.432 3 7.25 3c-.16 0-.335.073-.534.31c-.207.248-.408.635-.595 1.162c-.339.953-.592 2.239-.824 3.66a2.5 2.5 0 1 1-.994-.122c.235-1.444.502-2.822.876-3.873c.204-.574.453-1.09.771-1.469c.326-.389.757-.668 1.3-.668M4.5 9a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m11-1a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
</template>

CSS

.icon-sine-wave-dots-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.25%202c.63%200%201.103.373%201.444.855c.338.478.597%201.126.809%201.847c.426%201.447.712%203.36.991%205.224c.283%201.887.56%203.723.962%205.089c.202.684.424%201.208.666%201.551c.239.338.446.434.628.434c.16%200%20.334-.073.533-.31q.313-.371.595-1.162c.339-.953.591-2.24.824-3.66A2.499%202.499%200%200%201%2015.5%207a2.5%202.5%200%200%201%20.196%204.99c-.235%201.444-.502%202.822-.876%203.873c-.204.574-.453%201.09-.771%201.469c-.326.389-.756.668-1.299.668c-.63%200-1.103-.374-1.444-.855c-.338-.478-.598-1.126-.81-1.847c-.426-1.447-.712-3.36-.991-5.224c-.283-1.887-.56-3.723-.962-5.089c-.202-.684-.423-1.208-.665-1.551C7.639%203.096%207.432%203%207.25%203c-.16%200-.335.073-.534.31c-.207.248-.408.635-.595%201.162c-.339.953-.592%202.239-.824%203.66a2.5%202.5%200%201%201-.994-.122c.235-1.444.502-2.822.876-3.873c.204-.574.453-1.09.771-1.469c.326-.389.757-.668%201.3-.668M4.5%209a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m11-1a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.25%202c.63%200%201.103.373%201.444.855c.338.478.597%201.126.809%201.847c.426%201.447.712%203.36.991%205.224c.283%201.887.56%203.723.962%205.089c.202.684.424%201.208.666%201.551c.239.338.446.434.628.434c.16%200%20.334-.073.533-.31q.313-.371.595-1.162c.339-.953.591-2.24.824-3.66A2.499%202.499%200%200%201%2015.5%207a2.5%202.5%200%200%201%20.196%204.99c-.235%201.444-.502%202.822-.876%203.873c-.204.574-.453%201.09-.771%201.469c-.326.389-.756.668-1.299.668c-.63%200-1.103-.374-1.444-.855c-.338-.478-.598-1.126-.81-1.847c-.426-1.447-.712-3.36-.991-5.224c-.283-1.887-.56-3.723-.962-5.089c-.202-.684-.423-1.208-.665-1.551C7.639%203.096%207.432%203%207.25%203c-.16%200-.335.073-.534.31c-.207.248-.408.635-.595%201.162c-.339.953-.592%202.239-.824%203.66a2.5%202.5%200%201%201-.994-.122c.235-1.444.502-2.822.876-3.873c.204-.574.453-1.09.771-1.469c.326-.389.757-.668%201.3-.668M4.5%209a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m11-1a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%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-20-regular.svg?color=%231a73e8&size=48

Sine Wave Dots 20 regular icon — Fluent UI System Icons · IconsDB