music square search icon

music-square-search from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
music-square-search
Set
Reicon
Style
Outline
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12.35 21h-3.7C3.9 21 2 19.1 2 14.35v-5.7C2 3.9 3.9 2 8.65 2h5.7C19.1 2 21 3.9 21 8.65v3.7"/><path d="M6.72 14.42a1.45 1.45 0 1 0 0-2.9a1.45 1.45 0 0 0 0 2.9"/><path d="M13.48 12V6.34c0-1.21-.76-1.37-1.52-1.16l-2.89.79c-.52.14-.89.56-.89 1.16v5.84"/><path d="M12.03 13.45a1.45 1.45 0 1 0 0-2.9a1.45 1.45 0 0 0 0 2.9M8.17 8.83l5.31-1.45m4.46 13.9a3.2 3.2 0 1 0 0-6.4a3.2 3.2 0 0 0 0 6.4m3.8.6l-1-1"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMusicSquareSearch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12.35 21h-3.7C3.9 21 2 19.1 2 14.35v-5.7C2 3.9 3.9 2 8.65 2h5.7C19.1 2 21 3.9 21 8.65v3.7"/><path d="M6.72 14.42a1.45 1.45 0 1 0 0-2.9a1.45 1.45 0 0 0 0 2.9"/><path d="M13.48 12V6.34c0-1.21-.76-1.37-1.52-1.16l-2.89.79c-.52.14-.89.56-.89 1.16v5.84"/><path d="M12.03 13.45a1.45 1.45 0 1 0 0-2.9a1.45 1.45 0 0 0 0 2.9M8.17 8.83l5.31-1.45m4.46 13.9a3.2 3.2 0 1 0 0-6.4a3.2 3.2 0 0 0 0 6.4m3.8.6l-1-1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12.35 21h-3.7C3.9 21 2 19.1 2 14.35v-5.7C2 3.9 3.9 2 8.65 2h5.7C19.1 2 21 3.9 21 8.65v3.7"/><path d="M6.72 14.42a1.45 1.45 0 1 0 0-2.9a1.45 1.45 0 0 0 0 2.9"/><path d="M13.48 12V6.34c0-1.21-.76-1.37-1.52-1.16l-2.89.79c-.52.14-.89.56-.89 1.16v5.84"/><path d="M12.03 13.45a1.45 1.45 0 1 0 0-2.9a1.45 1.45 0 0 0 0 2.9M8.17 8.83l5.31-1.45m4.46 13.9a3.2 3.2 0 1 0 0-6.4a3.2 3.2 0 0 0 0 6.4m3.8.6l-1-1"/></g></svg>
</template>

CSS

.icon-music-square-search {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.35%2021h-3.7C3.9%2021%202%2019.1%202%2014.35v-5.7C2%203.9%203.9%202%208.65%202h5.7C19.1%202%2021%203.9%2021%208.65v3.7%22%2F%3E%3Cpath%20d%3D%22M6.72%2014.42a1.45%201.45%200%201%200%200-2.9a1.45%201.45%200%200%200%200%202.9%22%2F%3E%3Cpath%20d%3D%22M13.48%2012V6.34c0-1.21-.76-1.37-1.52-1.16l-2.89.79c-.52.14-.89.56-.89%201.16v5.84%22%2F%3E%3Cpath%20d%3D%22M12.03%2013.45a1.45%201.45%200%201%200%200-2.9a1.45%201.45%200%200%200%200%202.9M8.17%208.83l5.31-1.45m4.46%2013.9a3.2%203.2%200%201%200%200-6.4a3.2%203.2%200%200%200%200%206.4m3.8.6l-1-1%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.35%2021h-3.7C3.9%2021%202%2019.1%202%2014.35v-5.7C2%203.9%203.9%202%208.65%202h5.7C19.1%202%2021%203.9%2021%208.65v3.7%22%2F%3E%3Cpath%20d%3D%22M6.72%2014.42a1.45%201.45%200%201%200%200-2.9a1.45%201.45%200%200%200%200%202.9%22%2F%3E%3Cpath%20d%3D%22M13.48%2012V6.34c0-1.21-.76-1.37-1.52-1.16l-2.89.79c-.52.14-.89.56-.89%201.16v5.84%22%2F%3E%3Cpath%20d%3D%22M12.03%2013.45a1.45%201.45%200%201%200%200-2.9a1.45%201.45%200%200%200%200%202.9M8.17%208.83l5.31-1.45m4.46%2013.9a3.2%203.2%200%201%200%200-6.4a3.2%203.2%200%200%200%200%206.4m3.8.6l-1-1%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.svg?color=%231a73e8&size=48