music note slider icon
music-note-slider-broken from Solar by 480 Design · Broken · Video · CC-BY-4.0 Attribution required.
- Name
- music-note-slider-broken
- Set
- Solar
- Style
- Broken
- Category
- Video
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More video icons from Solar
album-boldcamera-add-boldcamera-boldcamera-minimalistic-boldcamera-off-boldcamera-rotate-boldcamera-square-boldclapperboard-boldclapperboard-edit-boldclapperboard-open-boldclapperboard-open-play-boldclapperboard-play-boldclapperboard-text-boldfull-screen-boldfull-screen-circle-boldfull-screen-square-boldgallery-add-boldgallery-boldgallery-check-boldgallery-circle-boldgallery-download-boldgallery-edit-boldgallery-favorite-boldgallery-minimalistic-bold
Use the music note slider 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-width="1.5"><path stroke-linecap="round" d="M18.9983 17C18.9862 19.175 18.8897 20.3529 18.1213 21.1213C17.2426 22 15.8284 22 13 22H11C8.17157 22 6.75736 22 5.87868 21.1213C5 20.2426 5 18.8284 5 16V8C5 5.17157 5 3.75736 5.87868 2.87868C6.75736 2 8.17157 2 11 2H13C15.8284 2 17.2426 2 18.1213 2.87868C19 3.75736 19 5.17157 19 8V13"/><path d="M19 19.5C19.4645 19.5 19.6968 19.5 19.8911 19.4692C20.9608 19.2998 21.7998 18.4608 21.9692 17.3911C22 17.1968 22 16.9645 22 16.5V7.5C22 7.0355 22 6.80325 21.9692 6.60891C21.7998 5.53918 20.9608 4.70021 19.8911 4.53078C19.6968 4.5 19.4645 4.5 19 4.5"/><path stroke-linecap="round" d="M13 14V11V8"/><circle cx="11" cy="14" r="2"/><path stroke-linecap="round" d="M15 10C13.8954 10 13 9.10457 13 8"/><path d="M5 19.5C4.5355 19.5 4.30325 19.5 4.10891 19.4692C3.03918 19.2998 2.20021 18.4608 2.03078 17.3911C2 17.1968 2 16.9645 2 16.5V7.5C2 7.0355 2 6.80325 2.03078 6.60891C2.20021 5.53918 3.03918 4.70021 4.10891 4.53078C4.30325 4.5 4.5355 4.5 5 4.5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarMusicNoteSliderBroken(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" strokeWidth="1.5"><path strokeLinecap="round" d="M18.9983 17C18.9862 19.175 18.8897 20.3529 18.1213 21.1213C17.2426 22 15.8284 22 13 22H11C8.17157 22 6.75736 22 5.87868 21.1213C5 20.2426 5 18.8284 5 16V8C5 5.17157 5 3.75736 5.87868 2.87868C6.75736 2 8.17157 2 11 2H13C15.8284 2 17.2426 2 18.1213 2.87868C19 3.75736 19 5.17157 19 8V13"/><path d="M19 19.5C19.4645 19.5 19.6968 19.5 19.8911 19.4692C20.9608 19.2998 21.7998 18.4608 21.9692 17.3911C22 17.1968 22 16.9645 22 16.5V7.5C22 7.0355 22 6.80325 21.9692 6.60891C21.7998 5.53918 20.9608 4.70021 19.8911 4.53078C19.6968 4.5 19.4645 4.5 19 4.5"/><path strokeLinecap="round" d="M13 14V11V8"/><circle cx="11" cy="14" r="2"/><path strokeLinecap="round" d="M15 10C13.8954 10 13 9.10457 13 8"/><path d="M5 19.5C4.5355 19.5 4.30325 19.5 4.10891 19.4692C3.03918 19.2998 2.20021 18.4608 2.03078 17.3911C2 17.1968 2 16.9645 2 16.5V7.5C2 7.0355 2 6.80325 2.03078 6.60891C2.20021 5.53918 3.03918 4.70021 4.10891 4.53078C4.30325 4.5 4.5355 4.5 5 4.5"/></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-width="1.5"><path stroke-linecap="round" d="M18.9983 17C18.9862 19.175 18.8897 20.3529 18.1213 21.1213C17.2426 22 15.8284 22 13 22H11C8.17157 22 6.75736 22 5.87868 21.1213C5 20.2426 5 18.8284 5 16V8C5 5.17157 5 3.75736 5.87868 2.87868C6.75736 2 8.17157 2 11 2H13C15.8284 2 17.2426 2 18.1213 2.87868C19 3.75736 19 5.17157 19 8V13"/><path d="M19 19.5C19.4645 19.5 19.6968 19.5 19.8911 19.4692C20.9608 19.2998 21.7998 18.4608 21.9692 17.3911C22 17.1968 22 16.9645 22 16.5V7.5C22 7.0355 22 6.80325 21.9692 6.60891C21.7998 5.53918 20.9608 4.70021 19.8911 4.53078C19.6968 4.5 19.4645 4.5 19 4.5"/><path stroke-linecap="round" d="M13 14V11V8"/><circle cx="11" cy="14" r="2"/><path stroke-linecap="round" d="M15 10C13.8954 10 13 9.10457 13 8"/><path d="M5 19.5C4.5355 19.5 4.30325 19.5 4.10891 19.4692C3.03918 19.2998 2.20021 18.4608 2.03078 17.3911C2 17.1968 2 16.9645 2 16.5V7.5C2 7.0355 2 6.80325 2.03078 6.60891C2.20021 5.53918 3.03918 4.70021 4.10891 4.53078C4.30325 4.5 4.5355 4.5 5 4.5"/></g></svg> </template>
CSS
.icon-music-note-slider-broken {
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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.9983%2017C18.9862%2019.175%2018.8897%2020.3529%2018.1213%2021.1213C17.2426%2022%2015.8284%2022%2013%2022H11C8.17157%2022%206.75736%2022%205.87868%2021.1213C5%2020.2426%205%2018.8284%205%2016V8C5%205.17157%205%203.75736%205.87868%202.87868C6.75736%202%208.17157%202%2011%202H13C15.8284%202%2017.2426%202%2018.1213%202.87868C19%203.75736%2019%205.17157%2019%208V13%22%2F%3E%3Cpath%20d%3D%22M19%2019.5C19.4645%2019.5%2019.6968%2019.5%2019.8911%2019.4692C20.9608%2019.2998%2021.7998%2018.4608%2021.9692%2017.3911C22%2017.1968%2022%2016.9645%2022%2016.5V7.5C22%207.0355%2022%206.80325%2021.9692%206.60891C21.7998%205.53918%2020.9608%204.70021%2019.8911%204.53078C19.6968%204.5%2019.4645%204.5%2019%204.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2014V11V8%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2214%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2010C13.8954%2010%2013%209.10457%2013%208%22%2F%3E%3Cpath%20d%3D%22M5%2019.5C4.5355%2019.5%204.30325%2019.5%204.10891%2019.4692C3.03918%2019.2998%202.20021%2018.4608%202.03078%2017.3911C2%2017.1968%202%2016.9645%202%2016.5V7.5C2%207.0355%202%206.80325%202.03078%206.60891C2.20021%205.53918%203.03918%204.70021%204.10891%204.53078C4.30325%204.5%204.5355%204.5%205%204.5%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.9983%2017C18.9862%2019.175%2018.8897%2020.3529%2018.1213%2021.1213C17.2426%2022%2015.8284%2022%2013%2022H11C8.17157%2022%206.75736%2022%205.87868%2021.1213C5%2020.2426%205%2018.8284%205%2016V8C5%205.17157%205%203.75736%205.87868%202.87868C6.75736%202%208.17157%202%2011%202H13C15.8284%202%2017.2426%202%2018.1213%202.87868C19%203.75736%2019%205.17157%2019%208V13%22%2F%3E%3Cpath%20d%3D%22M19%2019.5C19.4645%2019.5%2019.6968%2019.5%2019.8911%2019.4692C20.9608%2019.2998%2021.7998%2018.4608%2021.9692%2017.3911C22%2017.1968%2022%2016.9645%2022%2016.5V7.5C22%207.0355%2022%206.80325%2021.9692%206.60891C21.7998%205.53918%2020.9608%204.70021%2019.8911%204.53078C19.6968%204.5%2019.4645%204.5%2019%204.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2014V11V8%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2214%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2010C13.8954%2010%2013%209.10457%2013%208%22%2F%3E%3Cpath%20d%3D%22M5%2019.5C4.5355%2019.5%204.30325%2019.5%204.10891%2019.4692C3.03918%2019.2998%202.20021%2018.4608%202.03078%2017.3911C2%2017.1968%202%2016.9645%202%2016.5V7.5C2%207.0355%202%206.80325%202.03078%206.60891C2.20021%205.53918%203.03918%204.70021%204.10891%204.53078C4.30325%204.5%204.5355%204.5%205%204.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/music-note-slider-broken.svg?color=%231a73e8&size=48