lyrics-outline-sharp from Material Symbols by Google · Outline Sharp · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
lyrics-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

Use the lyrics icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 16V4zm-2 6V2h15v2.425q-.6.275-1.1.675T15 6V4H4v13.175L5.175 16H15v-4q.4.5.9.9t1.1.675V18H6zm4-8h4v-2H6zm13-2q-1.25 0-2.125-.875T16 9t.875-2.125T19 6q.275 0 .525.05t.475.125V1h4v2h-2v6q0 1.25-.875 2.125T19 12M6 11h7V9H6zm0-3h7V6H6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLyricsOutlineSharp(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="M4 16V4zm-2 6V2h15v2.425q-.6.275-1.1.675T15 6V4H4v13.175L5.175 16H15v-4q.4.5.9.9t1.1.675V18H6zm4-8h4v-2H6zm13-2q-1.25 0-2.125-.875T16 9t.875-2.125T19 6q.275 0 .525.05t.475.125V1h4v2h-2v6q0 1.25-.875 2.125T19 12M6 11h7V9H6zm0-3h7V6H6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 16V4zm-2 6V2h15v2.425q-.6.275-1.1.675T15 6V4H4v13.175L5.175 16H15v-4q.4.5.9.9t1.1.675V18H6zm4-8h4v-2H6zm13-2q-1.25 0-2.125-.875T16 9t.875-2.125T19 6q.275 0 .525.05t.475.125V1h4v2h-2v6q0 1.25-.875 2.125T19 12M6 11h7V9H6zm0-3h7V6H6z"/></svg>
</template>

CSS

.icon-lyrics-outline-sharp {
  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%22M4%2016V4zm-2%206V2h15v2.425q-.6.275-1.1.675T15%206V4H4v13.175L5.175%2016H15v-4q.4.5.9.9t1.1.675V18H6zm4-8h4v-2H6zm13-2q-1.25%200-2.125-.875T16%209t.875-2.125T19%206q.275%200%20.525.05t.475.125V1h4v2h-2v6q0%201.25-.875%202.125T19%2012M6%2011h7V9H6zm0-3h7V6H6z%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%22M4%2016V4zm-2%206V2h15v2.425q-.6.275-1.1.675T15%206V4H4v13.175L5.175%2016H15v-4q.4.5.9.9t1.1.675V18H6zm4-8h4v-2H6zm13-2q-1.25%200-2.125-.875T16%209t.875-2.125T19%206q.275%200%20.525.05t.475.125V1h4v2h-2v6q0%201.25-.875%202.125T19%2012M6%2011h7V9H6zm0-3h7V6H6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/lyrics-outline-sharp.svg?color=%231a73e8&size=48