mic-slash from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
mic-slash
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the mic slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M26.711 6.883c2.648 0 4.406 2.203 4.406 4.992v11.273l3.586 3.586V11.97c0-4.875-3.305-8.485-7.992-8.485c-4.195 0-7.266 2.836-7.852 6.704c-.023.21-.047.539-.047.68l3.47 3.421v-2.414c0-2.789 1.78-4.992 4.429-4.992m19.617 40.5c.703.703 1.852.703 2.531 0c.727-.68.727-1.852 0-2.555L9.672 5.641c-.703-.703-1.899-.703-2.578 0c-.68.703-.68 1.875 0 2.554Zm-30.562 1.594c-.938 0-1.782.843-1.782 1.78s.844 1.759 1.782 1.759h21.867c.937 0 1.781-.82 1.781-1.758s-.844-1.781-1.781-1.781h-9.164v-5.133c2.976-.258 5.578-1.219 7.71-2.719l-2.507-2.508c-1.898 1.266-4.266 1.992-6.961 1.992c-7.36 0-12.492-5.25-12.492-12.398v-5.508c0-.914-.797-1.71-1.735-1.71c-.914 0-1.71.796-1.71 1.71v5.508c0 8.578 5.624 14.883 14.156 15.633v5.133Zm26.859-26.274c0-.914-.797-1.71-1.71-1.71c-.915 0-1.735.796-1.735 1.71v5.508c0 .937-.094 1.828-.282 2.719l2.86 2.836c.562-1.711.867-3.563.867-5.555ZM26.242 36.25c1.828 0 3.047-.352 4.102-.96l-2.883-2.884c-.234.258-.586.422-1.148.422c-2.461 0-3.985-1.664-3.985-4.125v-1.43l-3.633-3.632v4.593c0 5.414 3.305 8.016 7.547 8.016"/></svg>

React

import type { SVGProps } from "react";

export function F7MicSlash(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="M26.711 6.883c2.648 0 4.406 2.203 4.406 4.992v11.273l3.586 3.586V11.97c0-4.875-3.305-8.485-7.992-8.485c-4.195 0-7.266 2.836-7.852 6.704c-.023.21-.047.539-.047.68l3.47 3.421v-2.414c0-2.789 1.78-4.992 4.429-4.992m19.617 40.5c.703.703 1.852.703 2.531 0c.727-.68.727-1.852 0-2.555L9.672 5.641c-.703-.703-1.899-.703-2.578 0c-.68.703-.68 1.875 0 2.554Zm-30.562 1.594c-.938 0-1.782.843-1.782 1.78s.844 1.759 1.782 1.759h21.867c.937 0 1.781-.82 1.781-1.758s-.844-1.781-1.781-1.781h-9.164v-5.133c2.976-.258 5.578-1.219 7.71-2.719l-2.507-2.508c-1.898 1.266-4.266 1.992-6.961 1.992c-7.36 0-12.492-5.25-12.492-12.398v-5.508c0-.914-.797-1.71-1.735-1.71c-.914 0-1.71.796-1.71 1.71v5.508c0 8.578 5.624 14.883 14.156 15.633v5.133Zm26.859-26.274c0-.914-.797-1.71-1.71-1.71c-.915 0-1.735.796-1.735 1.71v5.508c0 .937-.094 1.828-.282 2.719l2.86 2.836c.562-1.711.867-3.563.867-5.555ZM26.242 36.25c1.828 0 3.047-.352 4.102-.96l-2.883-2.884c-.234.258-.586.422-1.148.422c-2.461 0-3.985-1.664-3.985-4.125v-1.43l-3.633-3.632v4.593c0 5.414 3.305 8.016 7.547 8.016"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M26.711 6.883c2.648 0 4.406 2.203 4.406 4.992v11.273l3.586 3.586V11.97c0-4.875-3.305-8.485-7.992-8.485c-4.195 0-7.266 2.836-7.852 6.704c-.023.21-.047.539-.047.68l3.47 3.421v-2.414c0-2.789 1.78-4.992 4.429-4.992m19.617 40.5c.703.703 1.852.703 2.531 0c.727-.68.727-1.852 0-2.555L9.672 5.641c-.703-.703-1.899-.703-2.578 0c-.68.703-.68 1.875 0 2.554Zm-30.562 1.594c-.938 0-1.782.843-1.782 1.78s.844 1.759 1.782 1.759h21.867c.937 0 1.781-.82 1.781-1.758s-.844-1.781-1.781-1.781h-9.164v-5.133c2.976-.258 5.578-1.219 7.71-2.719l-2.507-2.508c-1.898 1.266-4.266 1.992-6.961 1.992c-7.36 0-12.492-5.25-12.492-12.398v-5.508c0-.914-.797-1.71-1.735-1.71c-.914 0-1.71.796-1.71 1.71v5.508c0 8.578 5.624 14.883 14.156 15.633v5.133Zm26.859-26.274c0-.914-.797-1.71-1.71-1.71c-.915 0-1.735.796-1.735 1.71v5.508c0 .937-.094 1.828-.282 2.719l2.86 2.836c.562-1.711.867-3.563.867-5.555ZM26.242 36.25c1.828 0 3.047-.352 4.102-.96l-2.883-2.884c-.234.258-.586.422-1.148.422c-2.461 0-3.985-1.664-3.985-4.125v-1.43l-3.633-3.632v4.593c0 5.414 3.305 8.016 7.547 8.016"/></svg>
</template>

CSS

.icon-mic-slash {
  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%22M26.711%206.883c2.648%200%204.406%202.203%204.406%204.992v11.273l3.586%203.586V11.97c0-4.875-3.305-8.485-7.992-8.485c-4.195%200-7.266%202.836-7.852%206.704c-.023.21-.047.539-.047.68l3.47%203.421v-2.414c0-2.789%201.78-4.992%204.429-4.992m19.617%2040.5c.703.703%201.852.703%202.531%200c.727-.68.727-1.852%200-2.555L9.672%205.641c-.703-.703-1.899-.703-2.578%200c-.68.703-.68%201.875%200%202.554Zm-30.562%201.594c-.938%200-1.782.843-1.782%201.78s.844%201.759%201.782%201.759h21.867c.937%200%201.781-.82%201.781-1.758s-.844-1.781-1.781-1.781h-9.164v-5.133c2.976-.258%205.578-1.219%207.71-2.719l-2.507-2.508c-1.898%201.266-4.266%201.992-6.961%201.992c-7.36%200-12.492-5.25-12.492-12.398v-5.508c0-.914-.797-1.71-1.735-1.71c-.914%200-1.71.796-1.71%201.71v5.508c0%208.578%205.624%2014.883%2014.156%2015.633v5.133Zm26.859-26.274c0-.914-.797-1.71-1.71-1.71c-.915%200-1.735.796-1.735%201.71v5.508c0%20.937-.094%201.828-.282%202.719l2.86%202.836c.562-1.711.867-3.563.867-5.555ZM26.242%2036.25c1.828%200%203.047-.352%204.102-.96l-2.883-2.884c-.234.258-.586.422-1.148.422c-2.461%200-3.985-1.664-3.985-4.125v-1.43l-3.633-3.632v4.593c0%205.414%203.305%208.016%207.547%208.016%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%22M26.711%206.883c2.648%200%204.406%202.203%204.406%204.992v11.273l3.586%203.586V11.97c0-4.875-3.305-8.485-7.992-8.485c-4.195%200-7.266%202.836-7.852%206.704c-.023.21-.047.539-.047.68l3.47%203.421v-2.414c0-2.789%201.78-4.992%204.429-4.992m19.617%2040.5c.703.703%201.852.703%202.531%200c.727-.68.727-1.852%200-2.555L9.672%205.641c-.703-.703-1.899-.703-2.578%200c-.68.703-.68%201.875%200%202.554Zm-30.562%201.594c-.938%200-1.782.843-1.782%201.78s.844%201.759%201.782%201.759h21.867c.937%200%201.781-.82%201.781-1.758s-.844-1.781-1.781-1.781h-9.164v-5.133c2.976-.258%205.578-1.219%207.71-2.719l-2.507-2.508c-1.898%201.266-4.266%201.992-6.961%201.992c-7.36%200-12.492-5.25-12.492-12.398v-5.508c0-.914-.797-1.71-1.735-1.71c-.914%200-1.71.796-1.71%201.71v5.508c0%208.578%205.624%2014.883%2014.156%2015.633v5.133Zm26.859-26.274c0-.914-.797-1.71-1.71-1.71c-.915%200-1.735.796-1.735%201.71v5.508c0%20.937-.094%201.828-.282%202.719l2.86%202.836c.562-1.711.867-3.563.867-5.555ZM26.242%2036.25c1.828%200%203.047-.352%204.102-.96l-2.883-2.884c-.234.258-.586.422-1.148.422c-2.461%200-3.985-1.664-3.985-4.125v-1.43l-3.633-3.632v4.593c0%205.414%203.305%208.016%207.547%208.016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/mic-slash.svg?color=%231a73e8&size=48