music tune slash icon
music-tune-slash from Unicons by Iconscout · Line · Multimedia · Apache-2.0 Free for personal and commercial use.
- Name
- music-tune-slash
- Set
- Unicons
- Style
- Line
- Category
- Multimedia
- Viewbox
- 24×24
- License
- Apache 2.0
More multimedia icons from Unicons
Use the music tune slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 7.33a1 1 0 0 0 1-1v-.55l6-1.5v2.94L14.7 8.3a1 1 0 0 0 .24 2h.24L20.24 9h.07l.19-.09l.15-.1a1 1 0 0 0 .13-.15a.8.8 0 0 0 .1-.15a.6.6 0 0 0 .06-.18a.7.7 0 0 0 0-.19A.24.24 0 0 0 21 8V3a1 1 0 0 0-1.24-1l-8 2A1 1 0 0 0 11 5v1.33a1 1 0 0 0 1 1m9.71 13l-9-9l-9-9a1 1 0 0 0-1.42 1.38l8.71 8.7v2.94A3.45 3.45 0 0 0 9.5 15a3.5 3.5 0 1 0 3.5 3.5v-4.09l7.29 7.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM9.5 20a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 9.5 20"/></svg>
React
import type { SVGProps } from "react";
export function UilMusicTuneSlash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 7.33a1 1 0 0 0 1-1v-.55l6-1.5v2.94L14.7 8.3a1 1 0 0 0 .24 2h.24L20.24 9h.07l.19-.09l.15-.1a1 1 0 0 0 .13-.15a.8.8 0 0 0 .1-.15a.6.6 0 0 0 .06-.18a.7.7 0 0 0 0-.19A.24.24 0 0 0 21 8V3a1 1 0 0 0-1.24-1l-8 2A1 1 0 0 0 11 5v1.33a1 1 0 0 0 1 1m9.71 13l-9-9l-9-9a1 1 0 0 0-1.42 1.38l8.71 8.7v2.94A3.45 3.45 0 0 0 9.5 15a3.5 3.5 0 1 0 3.5 3.5v-4.09l7.29 7.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM9.5 20a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 9.5 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 7.33a1 1 0 0 0 1-1v-.55l6-1.5v2.94L14.7 8.3a1 1 0 0 0 .24 2h.24L20.24 9h.07l.19-.09l.15-.1a1 1 0 0 0 .13-.15a.8.8 0 0 0 .1-.15a.6.6 0 0 0 .06-.18a.7.7 0 0 0 0-.19A.24.24 0 0 0 21 8V3a1 1 0 0 0-1.24-1l-8 2A1 1 0 0 0 11 5v1.33a1 1 0 0 0 1 1m9.71 13l-9-9l-9-9a1 1 0 0 0-1.42 1.38l8.71 8.7v2.94A3.45 3.45 0 0 0 9.5 15a3.5 3.5 0 1 0 3.5 3.5v-4.09l7.29 7.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM9.5 20a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 9.5 20"/></svg> </template>
CSS
.icon-music-tune-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%207.33a1%201%200%200%200%201-1v-.55l6-1.5v2.94L14.7%208.3a1%201%200%200%200%20.24%202h.24L20.24%209h.07l.19-.09l.15-.1a1%201%200%200%200%20.13-.15a.8.8%200%200%200%20.1-.15a.6.6%200%200%200%20.06-.18a.7.7%200%200%200%200-.19A.24.24%200%200%200%2021%208V3a1%201%200%200%200-1.24-1l-8%202A1%201%200%200%200%2011%205v1.33a1%201%200%200%200%201%201m9.71%2013l-9-9l-9-9a1%201%200%200%200-1.42%201.38l8.71%208.7v2.94A3.45%203.45%200%200%200%209.5%2015a3.5%203.5%200%201%200%203.5%203.5v-4.09l7.29%207.3a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM9.5%2020a1.5%201.5%200%201%201%201.5-1.5A1.5%201.5%200%200%201%209.5%2020%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%207.33a1%201%200%200%200%201-1v-.55l6-1.5v2.94L14.7%208.3a1%201%200%200%200%20.24%202h.24L20.24%209h.07l.19-.09l.15-.1a1%201%200%200%200%20.13-.15a.8.8%200%200%200%20.1-.15a.6.6%200%200%200%20.06-.18a.7.7%200%200%200%200-.19A.24.24%200%200%200%2021%208V3a1%201%200%200%200-1.24-1l-8%202A1%201%200%200%200%2011%205v1.33a1%201%200%200%200%201%201m9.71%2013l-9-9l-9-9a1%201%200%200%200-1.42%201.38l8.71%208.7v2.94A3.45%203.45%200%200%200%209.5%2015a3.5%203.5%200%201%200%203.5%203.5v-4.09l7.29%207.3a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM9.5%2020a1.5%201.5%200%201%201%201.5-1.5A1.5%201.5%200%200%201%209.5%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/music-tune-slash.svg?color=%231a73e8&size=48