music mic icon
music-mic from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- music-mic
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the music mic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m34.656 7.879l12.915 12.914c4.124-4.102 4.288-9.305.327-13.242c-3.937-3.89-9.14-3.797-13.242.328m-2.343 2.367c-2.485 2.438-3.516 5.227-3.165 7.922L7.375 41.628c-.89.962-1.031 2.298.07 3.4l-3 3.867c-.304.374-.304.914.118 1.335l.68.704c.398.398.937.422 1.359.093l3.867-3.023c1.055 1.102 2.414.96 3.351.07l12.141-11.25v13.383c0 1.195.96 2.133 2.156 2.133a2.11 2.11 0 0 0 2.133-2.133V36.355l-.164-3.351l7.148-6.633c2.696.352 5.532-.75 7.97-3.21ZM9.766 43.551l20.672-21.89q.597.983 1.476 1.898a12 12 0 0 0 1.828 1.523L11.945 45.707Z"/></svg>
React
import type { SVGProps } from "react";
export function F7MusicMic(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="m34.656 7.879l12.915 12.914c4.124-4.102 4.288-9.305.327-13.242c-3.937-3.89-9.14-3.797-13.242.328m-2.343 2.367c-2.485 2.438-3.516 5.227-3.165 7.922L7.375 41.628c-.89.962-1.031 2.298.07 3.4l-3 3.867c-.304.374-.304.914.118 1.335l.68.704c.398.398.937.422 1.359.093l3.867-3.023c1.055 1.102 2.414.96 3.351.07l12.141-11.25v13.383c0 1.195.96 2.133 2.156 2.133a2.11 2.11 0 0 0 2.133-2.133V36.355l-.164-3.351l7.148-6.633c2.696.352 5.532-.75 7.97-3.21ZM9.766 43.551l20.672-21.89q.597.983 1.476 1.898a12 12 0 0 0 1.828 1.523L11.945 45.707Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m34.656 7.879l12.915 12.914c4.124-4.102 4.288-9.305.327-13.242c-3.937-3.89-9.14-3.797-13.242.328m-2.343 2.367c-2.485 2.438-3.516 5.227-3.165 7.922L7.375 41.628c-.89.962-1.031 2.298.07 3.4l-3 3.867c-.304.374-.304.914.118 1.335l.68.704c.398.398.937.422 1.359.093l3.867-3.023c1.055 1.102 2.414.96 3.351.07l12.141-11.25v13.383c0 1.195.96 2.133 2.156 2.133a2.11 2.11 0 0 0 2.133-2.133V36.355l-.164-3.351l7.148-6.633c2.696.352 5.532-.75 7.97-3.21ZM9.766 43.551l20.672-21.89q.597.983 1.476 1.898a12 12 0 0 0 1.828 1.523L11.945 45.707Z"/></svg> </template>
CSS
.icon-music-mic {
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%22m34.656%207.879l12.915%2012.914c4.124-4.102%204.288-9.305.327-13.242c-3.937-3.89-9.14-3.797-13.242.328m-2.343%202.367c-2.485%202.438-3.516%205.227-3.165%207.922L7.375%2041.628c-.89.962-1.031%202.298.07%203.4l-3%203.867c-.304.374-.304.914.118%201.335l.68.704c.398.398.937.422%201.359.093l3.867-3.023c1.055%201.102%202.414.96%203.351.07l12.141-11.25v13.383c0%201.195.96%202.133%202.156%202.133a2.11%202.11%200%200%200%202.133-2.133V36.355l-.164-3.351l7.148-6.633c2.696.352%205.532-.75%207.97-3.21ZM9.766%2043.551l20.672-21.89q.597.983%201.476%201.898a12%2012%200%200%200%201.828%201.523L11.945%2045.707Z%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%22m34.656%207.879l12.915%2012.914c4.124-4.102%204.288-9.305.327-13.242c-3.937-3.89-9.14-3.797-13.242.328m-2.343%202.367c-2.485%202.438-3.516%205.227-3.165%207.922L7.375%2041.628c-.89.962-1.031%202.298.07%203.4l-3%203.867c-.304.374-.304.914.118%201.335l.68.704c.398.398.937.422%201.359.093l3.867-3.023c1.055%201.102%202.414.96%203.351.07l12.141-11.25v13.383c0%201.195.96%202.133%202.156%202.133a2.11%202.11%200%200%200%202.133-2.133V36.355l-.164-3.351l7.148-6.633c2.696.352%205.532-.75%207.97-3.21ZM9.766%2043.551l20.672-21.89q.597.983%201.476%201.898a12%2012%200%200%200%201.828%201.523L11.945%2045.707Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/music-mic.svg?color=%231a73e8&size=48