tv music note icon
tv-music-note from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- tv-music-note
- Set
- Framework7 Icons
- Style
- Outline
- 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.453m.063-3.416c-1.443 0-2.1-.594-2.1-2.08V13.388c0-1.507.657-2.1 2.1-2.1h44.966c1.464 0 2.1.593 2.1 2.1V37.6c0 1.486-.636 2.08-2.1 2.08Zm28.499-18.822c1.018-.276 1.337-.489 1.337-1.72V14.98c0-.806-.276-1.167-1.4-.89l-6.218 1.548c-1.04.255-1.274.467-1.274 1.72v9.57c0 .933-.084 1.103-1.145 1.4l-1.953.51c-1.93.509-3.565 1.654-3.565 3.734c0 1.804 1.358 3.12 3.502 3.12c3.034 0 5.092-2.186 5.092-5.263V23.15c0-.785.17-.997.658-1.103Zm9.421 28.137c0-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 F7TvMusicNote(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.453m.063-3.416c-1.443 0-2.1-.594-2.1-2.08V13.388c0-1.507.657-2.1 2.1-2.1h44.966c1.464 0 2.1.593 2.1 2.1V37.6c0 1.486-.636 2.08-2.1 2.08Zm28.499-18.822c1.018-.276 1.337-.489 1.337-1.72V14.98c0-.806-.276-1.167-1.4-.89l-6.218 1.548c-1.04.255-1.274.467-1.274 1.72v9.57c0 .933-.084 1.103-1.145 1.4l-1.953.51c-1.93.509-3.565 1.654-3.565 3.734c0 1.804 1.358 3.12 3.502 3.12c3.034 0 5.092-2.186 5.092-5.263V23.15c0-.785.17-.997.658-1.103Zm9.421 28.137c0-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.453m.063-3.416c-1.443 0-2.1-.594-2.1-2.08V13.388c0-1.507.657-2.1 2.1-2.1h44.966c1.464 0 2.1.593 2.1 2.1V37.6c0 1.486-.636 2.08-2.1 2.08Zm28.499-18.822c1.018-.276 1.337-.489 1.337-1.72V14.98c0-.806-.276-1.167-1.4-.89l-6.218 1.548c-1.04.255-1.274.467-1.274 1.72v9.57c0 .933-.084 1.103-1.145 1.4l-1.953.51c-1.93.509-3.565 1.654-3.565 3.734c0 1.804 1.358 3.12 3.502 3.12c3.034 0 5.092-2.186 5.092-5.263V23.15c0-.785.17-.997.658-1.103Zm9.421 28.137c0-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 {
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.453m.063-3.416c-1.443%200-2.1-.594-2.1-2.08V13.388c0-1.507.657-2.1%202.1-2.1h44.966c1.464%200%202.1.593%202.1%202.1V37.6c0%201.486-.636%202.08-2.1%202.08Zm28.499-18.822c1.018-.276%201.337-.489%201.337-1.72V14.98c0-.806-.276-1.167-1.4-.89l-6.218%201.548c-1.04.255-1.274.467-1.274%201.72v9.57c0%20.933-.084%201.103-1.145%201.4l-1.953.51c-1.93.509-3.565%201.654-3.565%203.734c0%201.804%201.358%203.12%203.502%203.12c3.034%200%205.092-2.186%205.092-5.263V23.15c0-.785.17-.997.658-1.103Zm9.421%2028.137c0-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.453m.063-3.416c-1.443%200-2.1-.594-2.1-2.08V13.388c0-1.507.657-2.1%202.1-2.1h44.966c1.464%200%202.1.593%202.1%202.1V37.6c0%201.486-.636%202.08-2.1%202.08Zm28.499-18.822c1.018-.276%201.337-.489%201.337-1.72V14.98c0-.806-.276-1.167-1.4-.89l-6.218%201.548c-1.04.255-1.274.467-1.274%201.72v9.57c0%20.933-.084%201.103-1.145%201.4l-1.953.51c-1.93.509-3.565%201.654-3.565%203.734c0%201.804%201.358%203.12%203.502%203.12c3.034%200%205.092-2.186%205.092-5.263V23.15c0-.785.17-.997.658-1.103Zm9.421%2028.137c0-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.svg?color=%231a73e8&size=48