music square search icon
music-square-search-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- music-square-search-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the music square search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m22.79 21.76l-.72-.72a3.576 3.576 0 0 0-2.99-5.54c-1.98 0-3.58 1.6-3.58 3.58a3.576 3.576 0 0 0 5.54 2.99l.72.72a.728.728 0 0 0 1.03-1.03m-10.562-9.69c-.41 0-.74.33-.74.74s.33.74.74.74s.74-.33.74-.74s-.33-.74-.74-.74m-5.468.989c-.41 0-.74.33-.74.74s.33.74.74.74s.74-.33.74-.74s-.33-.74-.74-.74"/><path d="M16.19 2H7.81c-.28 0-.55.01-.81.05c-3.15.29-5 2.4-5 5.76v8.38c0 3.36 1.85 5.47 5 5.76c.26.04.53.05.81.05h5.69c.39 0 .64-.44.49-.8c-.29-.69-.49-1.49-.49-2.2c0-3.03 2.47-5.5 5.5-5.5c.76 0 1.5.15 2.18.45c.37.16.82-.09.82-.49V7.81C22 4.17 19.83 2 16.19 2m-1.71 6.05v4.76c0 .01-.01.02-.01.04a2.243 2.243 0 0 1-2.24 2.21c-1.24 0-2.24-1.01-2.24-2.24c0-1.24 1.01-2.24 2.24-2.24c.26 0 .51.05.75.14V9.03l-3.97 1.08v3.7c0 .01-.01.02-.01.03a2.234 2.234 0 0 1-2.24 2.2c-1.24 0-2.24-1.01-2.24-2.24a2.25 2.25 0 0 1 2.24-2.24c.26 0 .51.05.74.14V7.79c0-.93.58-1.68 1.47-1.92l2.98-.82c.93-.25 1.5 0 1.82.24c.46.35.69.92.69 1.68v1.08z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMusicSquareSearchFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m22.79 21.76l-.72-.72a3.576 3.576 0 0 0-2.99-5.54c-1.98 0-3.58 1.6-3.58 3.58a3.576 3.576 0 0 0 5.54 2.99l.72.72a.728.728 0 0 0 1.03-1.03m-10.562-9.69c-.41 0-.74.33-.74.74s.33.74.74.74s.74-.33.74-.74s-.33-.74-.74-.74m-5.468.989c-.41 0-.74.33-.74.74s.33.74.74.74s.74-.33.74-.74s-.33-.74-.74-.74"/><path d="M16.19 2H7.81c-.28 0-.55.01-.81.05c-3.15.29-5 2.4-5 5.76v8.38c0 3.36 1.85 5.47 5 5.76c.26.04.53.05.81.05h5.69c.39 0 .64-.44.49-.8c-.29-.69-.49-1.49-.49-2.2c0-3.03 2.47-5.5 5.5-5.5c.76 0 1.5.15 2.18.45c.37.16.82-.09.82-.49V7.81C22 4.17 19.83 2 16.19 2m-1.71 6.05v4.76c0 .01-.01.02-.01.04a2.243 2.243 0 0 1-2.24 2.21c-1.24 0-2.24-1.01-2.24-2.24c0-1.24 1.01-2.24 2.24-2.24c.26 0 .51.05.75.14V9.03l-3.97 1.08v3.7c0 .01-.01.02-.01.03a2.234 2.234 0 0 1-2.24 2.2c-1.24 0-2.24-1.01-2.24-2.24a2.25 2.25 0 0 1 2.24-2.24c.26 0 .51.05.74.14V7.79c0-.93.58-1.68 1.47-1.92l2.98-.82c.93-.25 1.5 0 1.82.24c.46.35.69.92.69 1.68v1.08z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m22.79 21.76l-.72-.72a3.576 3.576 0 0 0-2.99-5.54c-1.98 0-3.58 1.6-3.58 3.58a3.576 3.576 0 0 0 5.54 2.99l.72.72a.728.728 0 0 0 1.03-1.03m-10.562-9.69c-.41 0-.74.33-.74.74s.33.74.74.74s.74-.33.74-.74s-.33-.74-.74-.74m-5.468.989c-.41 0-.74.33-.74.74s.33.74.74.74s.74-.33.74-.74s-.33-.74-.74-.74"/><path d="M16.19 2H7.81c-.28 0-.55.01-.81.05c-3.15.29-5 2.4-5 5.76v8.38c0 3.36 1.85 5.47 5 5.76c.26.04.53.05.81.05h5.69c.39 0 .64-.44.49-.8c-.29-.69-.49-1.49-.49-2.2c0-3.03 2.47-5.5 5.5-5.5c.76 0 1.5.15 2.18.45c.37.16.82-.09.82-.49V7.81C22 4.17 19.83 2 16.19 2m-1.71 6.05v4.76c0 .01-.01.02-.01.04a2.243 2.243 0 0 1-2.24 2.21c-1.24 0-2.24-1.01-2.24-2.24c0-1.24 1.01-2.24 2.24-2.24c.26 0 .51.05.75.14V9.03l-3.97 1.08v3.7c0 .01-.01.02-.01.03a2.234 2.234 0 0 1-2.24 2.2c-1.24 0-2.24-1.01-2.24-2.24a2.25 2.25 0 0 1 2.24-2.24c.26 0 .51.05.74.14V7.79c0-.93.58-1.68 1.47-1.92l2.98-.82c.93-.25 1.5 0 1.82.24c.46.35.69.92.69 1.68v1.08z"/></g></svg> </template>
CSS
.icon-music-square-search-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m22.79%2021.76l-.72-.72a3.576%203.576%200%200%200-2.99-5.54c-1.98%200-3.58%201.6-3.58%203.58a3.576%203.576%200%200%200%205.54%202.99l.72.72a.728.728%200%200%200%201.03-1.03m-10.562-9.69c-.41%200-.74.33-.74.74s.33.74.74.74s.74-.33.74-.74s-.33-.74-.74-.74m-5.468.989c-.41%200-.74.33-.74.74s.33.74.74.74s.74-.33.74-.74s-.33-.74-.74-.74%22%2F%3E%3Cpath%20d%3D%22M16.19%202H7.81c-.28%200-.55.01-.81.05c-3.15.29-5%202.4-5%205.76v8.38c0%203.36%201.85%205.47%205%205.76c.26.04.53.05.81.05h5.69c.39%200%20.64-.44.49-.8c-.29-.69-.49-1.49-.49-2.2c0-3.03%202.47-5.5%205.5-5.5c.76%200%201.5.15%202.18.45c.37.16.82-.09.82-.49V7.81C22%204.17%2019.83%202%2016.19%202m-1.71%206.05v4.76c0%20.01-.01.02-.01.04a2.243%202.243%200%200%201-2.24%202.21c-1.24%200-2.24-1.01-2.24-2.24c0-1.24%201.01-2.24%202.24-2.24c.26%200%20.51.05.75.14V9.03l-3.97%201.08v3.7c0%20.01-.01.02-.01.03a2.234%202.234%200%200%201-2.24%202.2c-1.24%200-2.24-1.01-2.24-2.24a2.25%202.25%200%200%201%202.24-2.24c.26%200%20.51.05.74.14V7.79c0-.93.58-1.68%201.47-1.92l2.98-.82c.93-.25%201.5%200%201.82.24c.46.35.69.92.69%201.68v1.08z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m22.79%2021.76l-.72-.72a3.576%203.576%200%200%200-2.99-5.54c-1.98%200-3.58%201.6-3.58%203.58a3.576%203.576%200%200%200%205.54%202.99l.72.72a.728.728%200%200%200%201.03-1.03m-10.562-9.69c-.41%200-.74.33-.74.74s.33.74.74.74s.74-.33.74-.74s-.33-.74-.74-.74m-5.468.989c-.41%200-.74.33-.74.74s.33.74.74.74s.74-.33.74-.74s-.33-.74-.74-.74%22%2F%3E%3Cpath%20d%3D%22M16.19%202H7.81c-.28%200-.55.01-.81.05c-3.15.29-5%202.4-5%205.76v8.38c0%203.36%201.85%205.47%205%205.76c.26.04.53.05.81.05h5.69c.39%200%20.64-.44.49-.8c-.29-.69-.49-1.49-.49-2.2c0-3.03%202.47-5.5%205.5-5.5c.76%200%201.5.15%202.18.45c.37.16.82-.09.82-.49V7.81C22%204.17%2019.83%202%2016.19%202m-1.71%206.05v4.76c0%20.01-.01.02-.01.04a2.243%202.243%200%200%201-2.24%202.21c-1.24%200-2.24-1.01-2.24-2.24c0-1.24%201.01-2.24%202.24-2.24c.26%200%20.51.05.75.14V9.03l-3.97%201.08v3.7c0%20.01-.01.02-.01.03a2.234%202.234%200%200%201-2.24%202.2c-1.24%200-2.24-1.01-2.24-2.24a2.25%202.25%200%200%201%202.24-2.24c.26%200%20.51.05.74.14V7.79c0-.93.58-1.68%201.47-1.92l2.98-.82c.93-.25%201.5%200%201.82.24c.46.35.69.92.69%201.68v1.08z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/music-square-search-filled.svg?color=%231a73e8&size=48