tv music note icon
tv-music-note-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- tv-music-note-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
Use the tv music note icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M5.454 43.096h45.092c3.629 0 5.454-1.74 5.454-5.453V13.324c0-3.713-1.825-5.453-5.454-5.453H5.454C1.824 7.87 0 9.61 0 13.324v24.319c0 3.713 1.825 5.453 5.454 5.453m28.88-22.323l-5.199 1.252c-.53.127-.7.34-.7 1.167v7.618c0 3.225-2.165 5.496-5.347 5.496c-2.25 0-3.65-1.358-3.65-3.247c0-2.186 1.697-3.395 3.713-3.926l2.058-.53c1.104-.297 1.189-.488 1.189-1.486V17.102c0-1.316.254-1.528 1.337-1.804l6.535-1.634c1.189-.297 1.465.085 1.465.934v4.37c0 1.295-.319 1.529-1.4 1.805m9.103 28.222c0-1.103-.89-1.994-1.973-1.994h-26.97c-1.083 0-1.953.89-1.953 1.994s.87 1.995 1.952 1.995h26.97a1.99 1.99 0 0 0 1.974-1.995"/></svg>
React
import type { SVGProps } from "react";
export function F7TvMusicNoteFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M5.454 43.096h45.092c3.629 0 5.454-1.74 5.454-5.453V13.324c0-3.713-1.825-5.453-5.454-5.453H5.454C1.824 7.87 0 9.61 0 13.324v24.319c0 3.713 1.825 5.453 5.454 5.453m28.88-22.323l-5.199 1.252c-.53.127-.7.34-.7 1.167v7.618c0 3.225-2.165 5.496-5.347 5.496c-2.25 0-3.65-1.358-3.65-3.247c0-2.186 1.697-3.395 3.713-3.926l2.058-.53c1.104-.297 1.189-.488 1.189-1.486V17.102c0-1.316.254-1.528 1.337-1.804l6.535-1.634c1.189-.297 1.465.085 1.465.934v4.37c0 1.295-.319 1.529-1.4 1.805m9.103 28.222c0-1.103-.89-1.994-1.973-1.994h-26.97c-1.083 0-1.953.89-1.953 1.994s.87 1.995 1.952 1.995h26.97a1.99 1.99 0 0 0 1.974-1.995"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M5.454 43.096h45.092c3.629 0 5.454-1.74 5.454-5.453V13.324c0-3.713-1.825-5.453-5.454-5.453H5.454C1.824 7.87 0 9.61 0 13.324v24.319c0 3.713 1.825 5.453 5.454 5.453m28.88-22.323l-5.199 1.252c-.53.127-.7.34-.7 1.167v7.618c0 3.225-2.165 5.496-5.347 5.496c-2.25 0-3.65-1.358-3.65-3.247c0-2.186 1.697-3.395 3.713-3.926l2.058-.53c1.104-.297 1.189-.488 1.189-1.486V17.102c0-1.316.254-1.528 1.337-1.804l6.535-1.634c1.189-.297 1.465.085 1.465.934v4.37c0 1.295-.319 1.529-1.4 1.805m9.103 28.222c0-1.103-.89-1.994-1.973-1.994h-26.97c-1.083 0-1.953.89-1.953 1.994s.87 1.995 1.952 1.995h26.97a1.99 1.99 0 0 0 1.974-1.995"/></svg> </template>
CSS
.icon-tv-music-note-fill {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.454%2043.096h45.092c3.629%200%205.454-1.74%205.454-5.453V13.324c0-3.713-1.825-5.453-5.454-5.453H5.454C1.824%207.87%200%209.61%200%2013.324v24.319c0%203.713%201.825%205.453%205.454%205.453m28.88-22.323l-5.199%201.252c-.53.127-.7.34-.7%201.167v7.618c0%203.225-2.165%205.496-5.347%205.496c-2.25%200-3.65-1.358-3.65-3.247c0-2.186%201.697-3.395%203.713-3.926l2.058-.53c1.104-.297%201.189-.488%201.189-1.486V17.102c0-1.316.254-1.528%201.337-1.804l6.535-1.634c1.189-.297%201.465.085%201.465.934v4.37c0%201.295-.319%201.529-1.4%201.805m9.103%2028.222c0-1.103-.89-1.994-1.973-1.994h-26.97c-1.083%200-1.953.89-1.953%201.994s.87%201.995%201.952%201.995h26.97a1.99%201.99%200%200%200%201.974-1.995%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.454%2043.096h45.092c3.629%200%205.454-1.74%205.454-5.453V13.324c0-3.713-1.825-5.453-5.454-5.453H5.454C1.824%207.87%200%209.61%200%2013.324v24.319c0%203.713%201.825%205.453%205.454%205.453m28.88-22.323l-5.199%201.252c-.53.127-.7.34-.7%201.167v7.618c0%203.225-2.165%205.496-5.347%205.496c-2.25%200-3.65-1.358-3.65-3.247c0-2.186%201.697-3.395%203.713-3.926l2.058-.53c1.104-.297%201.189-.488%201.189-1.486V17.102c0-1.316.254-1.528%201.337-1.804l6.535-1.634c1.189-.297%201.465.085%201.465.934v4.37c0%201.295-.319%201.529-1.4%201.805m9.103%2028.222c0-1.103-.89-1.994-1.973-1.994h-26.97c-1.083%200-1.953.89-1.953%201.994s.87%201.995%201.952%201.995h26.97a1.99%201.99%200%200%200%201.974-1.995%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/tv-music-note-fill.svg?color=%231a73e8&size=48