view headline icon

view-headline-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
view-headline-rounded
Set
Material Symbols
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
view-headline-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the view headline icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.975 15q-.425 0-.7-.288T4 14t.288-.712T5 13h14.025q.425 0 .7.288T20 14t-.288.713T19 15zm0 4q-.425 0-.7-.288T4 18t.288-.712T5 17h14.025q.425 0 .7.288T20 18t-.288.713T19 19zm0-8q-.425 0-.7-.288T4 10t.288-.712T5 9h14.025q.425 0 .7.288T20 10t-.288.713T19 11zm0-4q-.425 0-.7-.288T4 6t.288-.712T5 5h14.025q.425 0 .7.288T20 6t-.288.713T19 7z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsViewHeadlineRounded(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.975 15q-.425 0-.7-.288T4 14t.288-.712T5 13h14.025q.425 0 .7.288T20 14t-.288.713T19 15zm0 4q-.425 0-.7-.288T4 18t.288-.712T5 17h14.025q.425 0 .7.288T20 18t-.288.713T19 19zm0-8q-.425 0-.7-.288T4 10t.288-.712T5 9h14.025q.425 0 .7.288T20 10t-.288.713T19 11zm0-4q-.425 0-.7-.288T4 6t.288-.712T5 5h14.025q.425 0 .7.288T20 6t-.288.713T19 7z"/></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.975 15q-.425 0-.7-.288T4 14t.288-.712T5 13h14.025q.425 0 .7.288T20 14t-.288.713T19 15zm0 4q-.425 0-.7-.288T4 18t.288-.712T5 17h14.025q.425 0 .7.288T20 18t-.288.713T19 19zm0-8q-.425 0-.7-.288T4 10t.288-.712T5 9h14.025q.425 0 .7.288T20 10t-.288.713T19 11zm0-4q-.425 0-.7-.288T4 6t.288-.712T5 5h14.025q.425 0 .7.288T20 6t-.288.713T19 7z"/></svg>
</template>

CSS

.icon-view-headline-rounded {
  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.975%2015q-.425%200-.7-.288T4%2014t.288-.712T5%2013h14.025q.425%200%20.7.288T20%2014t-.288.713T19%2015zm0%204q-.425%200-.7-.288T4%2018t.288-.712T5%2017h14.025q.425%200%20.7.288T20%2018t-.288.713T19%2019zm0-8q-.425%200-.7-.288T4%2010t.288-.712T5%209h14.025q.425%200%20.7.288T20%2010t-.288.713T19%2011zm0-4q-.425%200-.7-.288T4%206t.288-.712T5%205h14.025q.425%200%20.7.288T20%206t-.288.713T19%207z%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.975%2015q-.425%200-.7-.288T4%2014t.288-.712T5%2013h14.025q.425%200%20.7.288T20%2014t-.288.713T19%2015zm0%204q-.425%200-.7-.288T4%2018t.288-.712T5%2017h14.025q.425%200%20.7.288T20%2018t-.288.713T19%2019zm0-8q-.425%200-.7-.288T4%2010t.288-.712T5%209h14.025q.425%200%20.7.288T20%2010t-.288.713T19%2011zm0-4q-.425%200-.7-.288T4%206t.288-.712T5%205h14.025q.425%200%20.7.288T20%206t-.288.713T19%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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