music square remove icon

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

Name
music-square-remove
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 remove 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="M21 8.65v5.7c0 .34-.01.67-.03.98A3.94 3.94 0 0 0 18 14c-2.21 0-4 1.79-4 4c0 .75.21 1.46.58 2.06c.2.34.46.65.76.91q-.465.03-.99.03h-5.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.65"/><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.47 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.3-1.45"/><path stroke-miterlimit="10" d="M22 18c0 .75-.21 1.46-.58 2.06A3.97 3.97 0 0 1 18 22a3.92 3.92 0 0 1-2.66-1.03c-.3-.26-.56-.57-.76-.91A3.9 3.9 0 0 1 14 18c0-2.21 1.79-4 4-4c1.18 0 2.25.51 2.97 1.33c.64.71 1.03 1.65 1.03 2.67m-2.93 1.04l-2.12-2.11m2.1.03l-2.12 2.11"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMusicSquareRemove(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="M21 8.65v5.7c0 .34-.01.67-.03.98A3.94 3.94 0 0 0 18 14c-2.21 0-4 1.79-4 4c0 .75.21 1.46.58 2.06c.2.34.46.65.76.91q-.465.03-.99.03h-5.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.65"/><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.47 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.3-1.45"/><path strokeMiterlimit="10" d="M22 18c0 .75-.21 1.46-.58 2.06A3.97 3.97 0 0 1 18 22a3.92 3.92 0 0 1-2.66-1.03c-.3-.26-.56-.57-.76-.91A3.9 3.9 0 0 1 14 18c0-2.21 1.79-4 4-4c1.18 0 2.25.51 2.97 1.33c.64.71 1.03 1.65 1.03 2.67m-2.93 1.04l-2.12-2.11m2.1.03l-2.12 2.11"/></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="M21 8.65v5.7c0 .34-.01.67-.03.98A3.94 3.94 0 0 0 18 14c-2.21 0-4 1.79-4 4c0 .75.21 1.46.58 2.06c.2.34.46.65.76.91q-.465.03-.99.03h-5.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.65"/><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.47 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.3-1.45"/><path stroke-miterlimit="10" d="M22 18c0 .75-.21 1.46-.58 2.06A3.97 3.97 0 0 1 18 22a3.92 3.92 0 0 1-2.66-1.03c-.3-.26-.56-.57-.76-.91A3.9 3.9 0 0 1 14 18c0-2.21 1.79-4 4-4c1.18 0 2.25.51 2.97 1.33c.64.71 1.03 1.65 1.03 2.67m-2.93 1.04l-2.12-2.11m2.1.03l-2.12 2.11"/></g></svg>
</template>

CSS

.icon-music-square-remove {
  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%22M21%208.65v5.7c0%20.34-.01.67-.03.98A3.94%203.94%200%200%200%2018%2014c-2.21%200-4%201.79-4%204c0%20.75.21%201.46.58%202.06c.2.34.46.65.76.91q-.465.03-.99.03h-5.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.65%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.47%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.3-1.45%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M22%2018c0%20.75-.21%201.46-.58%202.06A3.97%203.97%200%200%201%2018%2022a3.92%203.92%200%200%201-2.66-1.03c-.3-.26-.56-.57-.76-.91A3.9%203.9%200%200%201%2014%2018c0-2.21%201.79-4%204-4c1.18%200%202.25.51%202.97%201.33c.64.71%201.03%201.65%201.03%202.67m-2.93%201.04l-2.12-2.11m2.1.03l-2.12%202.11%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%22M21%208.65v5.7c0%20.34-.01.67-.03.98A3.94%203.94%200%200%200%2018%2014c-2.21%200-4%201.79-4%204c0%20.75.21%201.46.58%202.06c.2.34.46.65.76.91q-.465.03-.99.03h-5.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.65%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.47%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.3-1.45%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M22%2018c0%20.75-.21%201.46-.58%202.06A3.97%203.97%200%200%201%2018%2022a3.92%203.92%200%200%201-2.66-1.03c-.3-.26-.56-.57-.76-.91A3.9%203.9%200%200%201%2014%2018c0-2.21%201.79-4%204-4c1.18%200%202.25.51%202.97%201.33c.64.71%201.03%201.65%201.03%202.67m-2.93%201.04l-2.12-2.11m2.1.03l-2.12%202.11%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-remove.svg?color=%231a73e8&size=48