waveform path badge minus icon
waveform-path-badge-minus from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- waveform-path-badge-minus
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the waveform path badge minus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M19.236 30.655a13 13 0 0 1 2.227 2.31l.875-5.89l2.977 25.75c.187 1.541 2.394 1.52 2.518 0l2.749-30.706l2.727 30.686c.125 1.562 2.331 1.562 2.519 0l2.977-25.73l2.56 16.716c.167 1.27 2.207 1.27 2.499 0l2.893-13.428l.625 2.52c.187.686.666.936 1.228.936h5.912c.833 0 1.478-.645 1.478-1.457a1.47 1.47 0 0 0-1.478-1.478h-4.996L47.86 24.43c-.374-1.395-2.185-1.395-2.477 0l-2.582 12.158l-2.934-19.173c-.23-1.52-2.332-1.478-2.52.02L34.724 40.19L31.851 7.714c-.145-1.562-2.415-1.562-2.56 0L26.418 40.19l-2.623-22.754c-.187-1.541-2.29-1.541-2.52-.021ZM15.78 24.43c-.291-1.29-2.144-1.29-2.498 0l-.77 2.977c1.498.209 2.893.666 4.163 1.312Zm-5.204 26.814c5.808 0 10.575-4.747 10.575-10.576c0-5.808-4.767-10.575-10.575-10.575C4.788 30.093 0 34.86 0 40.668c0 5.83 4.788 10.576 10.576 10.576m-5.35-9.306c-.688 0-1.27-.604-1.27-1.27c0-.687.582-1.27 1.27-1.27h10.7c.708 0 1.29.583 1.29 1.27c0 .666-.582 1.27-1.29 1.27Z"/></svg>
React
import type { SVGProps } from "react";
export function F7WaveformPathBadgeMinus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M19.236 30.655a13 13 0 0 1 2.227 2.31l.875-5.89l2.977 25.75c.187 1.541 2.394 1.52 2.518 0l2.749-30.706l2.727 30.686c.125 1.562 2.331 1.562 2.519 0l2.977-25.73l2.56 16.716c.167 1.27 2.207 1.27 2.499 0l2.893-13.428l.625 2.52c.187.686.666.936 1.228.936h5.912c.833 0 1.478-.645 1.478-1.457a1.47 1.47 0 0 0-1.478-1.478h-4.996L47.86 24.43c-.374-1.395-2.185-1.395-2.477 0l-2.582 12.158l-2.934-19.173c-.23-1.52-2.332-1.478-2.52.02L34.724 40.19L31.851 7.714c-.145-1.562-2.415-1.562-2.56 0L26.418 40.19l-2.623-22.754c-.187-1.541-2.29-1.541-2.52-.021ZM15.78 24.43c-.291-1.29-2.144-1.29-2.498 0l-.77 2.977c1.498.209 2.893.666 4.163 1.312Zm-5.204 26.814c5.808 0 10.575-4.747 10.575-10.576c0-5.808-4.767-10.575-10.575-10.575C4.788 30.093 0 34.86 0 40.668c0 5.83 4.788 10.576 10.576 10.576m-5.35-9.306c-.688 0-1.27-.604-1.27-1.27c0-.687.582-1.27 1.27-1.27h10.7c.708 0 1.29.583 1.29 1.27c0 .666-.582 1.27-1.29 1.27Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M19.236 30.655a13 13 0 0 1 2.227 2.31l.875-5.89l2.977 25.75c.187 1.541 2.394 1.52 2.518 0l2.749-30.706l2.727 30.686c.125 1.562 2.331 1.562 2.519 0l2.977-25.73l2.56 16.716c.167 1.27 2.207 1.27 2.499 0l2.893-13.428l.625 2.52c.187.686.666.936 1.228.936h5.912c.833 0 1.478-.645 1.478-1.457a1.47 1.47 0 0 0-1.478-1.478h-4.996L47.86 24.43c-.374-1.395-2.185-1.395-2.477 0l-2.582 12.158l-2.934-19.173c-.23-1.52-2.332-1.478-2.52.02L34.724 40.19L31.851 7.714c-.145-1.562-2.415-1.562-2.56 0L26.418 40.19l-2.623-22.754c-.187-1.541-2.29-1.541-2.52-.021ZM15.78 24.43c-.291-1.29-2.144-1.29-2.498 0l-.77 2.977c1.498.209 2.893.666 4.163 1.312Zm-5.204 26.814c5.808 0 10.575-4.747 10.575-10.576c0-5.808-4.767-10.575-10.575-10.575C4.788 30.093 0 34.86 0 40.668c0 5.83 4.788 10.576 10.576 10.576m-5.35-9.306c-.688 0-1.27-.604-1.27-1.27c0-.687.582-1.27 1.27-1.27h10.7c.708 0 1.29.583 1.29 1.27c0 .666-.582 1.27-1.29 1.27Z"/></svg> </template>
CSS
.icon-waveform-path-badge-minus {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.236%2030.655a13%2013%200%200%201%202.227%202.31l.875-5.89l2.977%2025.75c.187%201.541%202.394%201.52%202.518%200l2.749-30.706l2.727%2030.686c.125%201.562%202.331%201.562%202.519%200l2.977-25.73l2.56%2016.716c.167%201.27%202.207%201.27%202.499%200l2.893-13.428l.625%202.52c.187.686.666.936%201.228.936h5.912c.833%200%201.478-.645%201.478-1.457a1.47%201.47%200%200%200-1.478-1.478h-4.996L47.86%2024.43c-.374-1.395-2.185-1.395-2.477%200l-2.582%2012.158l-2.934-19.173c-.23-1.52-2.332-1.478-2.52.02L34.724%2040.19L31.851%207.714c-.145-1.562-2.415-1.562-2.56%200L26.418%2040.19l-2.623-22.754c-.187-1.541-2.29-1.541-2.52-.021ZM15.78%2024.43c-.291-1.29-2.144-1.29-2.498%200l-.77%202.977c1.498.209%202.893.666%204.163%201.312Zm-5.204%2026.814c5.808%200%2010.575-4.747%2010.575-10.576c0-5.808-4.767-10.575-10.575-10.575C4.788%2030.093%200%2034.86%200%2040.668c0%205.83%204.788%2010.576%2010.576%2010.576m-5.35-9.306c-.688%200-1.27-.604-1.27-1.27c0-.687.582-1.27%201.27-1.27h10.7c.708%200%201.29.583%201.29%201.27c0%20.666-.582%201.27-1.29%201.27Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.236%2030.655a13%2013%200%200%201%202.227%202.31l.875-5.89l2.977%2025.75c.187%201.541%202.394%201.52%202.518%200l2.749-30.706l2.727%2030.686c.125%201.562%202.331%201.562%202.519%200l2.977-25.73l2.56%2016.716c.167%201.27%202.207%201.27%202.499%200l2.893-13.428l.625%202.52c.187.686.666.936%201.228.936h5.912c.833%200%201.478-.645%201.478-1.457a1.47%201.47%200%200%200-1.478-1.478h-4.996L47.86%2024.43c-.374-1.395-2.185-1.395-2.477%200l-2.582%2012.158l-2.934-19.173c-.23-1.52-2.332-1.478-2.52.02L34.724%2040.19L31.851%207.714c-.145-1.562-2.415-1.562-2.56%200L26.418%2040.19l-2.623-22.754c-.187-1.541-2.29-1.541-2.52-.021ZM15.78%2024.43c-.291-1.29-2.144-1.29-2.498%200l-.77%202.977c1.498.209%202.893.666%204.163%201.312Zm-5.204%2026.814c5.808%200%2010.575-4.747%2010.575-10.576c0-5.808-4.767-10.575-10.575-10.575C4.788%2030.093%200%2034.86%200%2040.668c0%205.83%204.788%2010.576%2010.576%2010.576m-5.35-9.306c-.688%200-1.27-.604-1.27-1.27c0-.687.582-1.27%201.27-1.27h10.7c.708%200%201.29.583%201.29%201.27c0%20.666-.582%201.27-1.29%201.27Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/waveform-path-badge-minus.svg?color=%231a73e8&size=48