news-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
news-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Use the news icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.75 4a2.25 2.25 0 0 1 2.245 2.096L19 6.25V17.5a.5.5 0 0 0 .992.09L20 17.5V7.014a2.25 2.25 0 0 1 1.994 2.072L22 9.25v7.5a3.25 3.25 0 0 1-3.066 3.245L18.75 20H5.25a3.25 3.25 0 0 1-3.245-3.066L2 16.75V6.25a2.25 2.25 0 0 1 2.096-2.245L4.25 4zm-7.502 7h-3.5a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75h3.5a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75m6.004 3.5h-2.498l-.102.007A.75.75 0 0 0 12.754 16h2.498l.102-.007a.75.75 0 0 0-.102-1.493m-6.754-2v2h-2v-2zM15.25 11l-2.498.005l-.102.006a.75.75 0 0 0 .104 1.494l2.499-.005l.101-.007A.75.75 0 0 0 15.251 11m.001-3.496H5.748l-.102.007a.75.75 0 0 0 .102 1.493h9.504l.102-.006a.75.75 0 0 0-.102-1.494"/></svg>

React

import type { SVGProps } from "react";

export function FluentNews24Filled(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="M16.75 4a2.25 2.25 0 0 1 2.245 2.096L19 6.25V17.5a.5.5 0 0 0 .992.09L20 17.5V7.014a2.25 2.25 0 0 1 1.994 2.072L22 9.25v7.5a3.25 3.25 0 0 1-3.066 3.245L18.75 20H5.25a3.25 3.25 0 0 1-3.245-3.066L2 16.75V6.25a2.25 2.25 0 0 1 2.096-2.245L4.25 4zm-7.502 7h-3.5a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75h3.5a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75m6.004 3.5h-2.498l-.102.007A.75.75 0 0 0 12.754 16h2.498l.102-.007a.75.75 0 0 0-.102-1.493m-6.754-2v2h-2v-2zM15.25 11l-2.498.005l-.102.006a.75.75 0 0 0 .104 1.494l2.499-.005l.101-.007A.75.75 0 0 0 15.251 11m.001-3.496H5.748l-.102.007a.75.75 0 0 0 .102 1.493h9.504l.102-.006a.75.75 0 0 0-.102-1.494"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.75 4a2.25 2.25 0 0 1 2.245 2.096L19 6.25V17.5a.5.5 0 0 0 .992.09L20 17.5V7.014a2.25 2.25 0 0 1 1.994 2.072L22 9.25v7.5a3.25 3.25 0 0 1-3.066 3.245L18.75 20H5.25a3.25 3.25 0 0 1-3.245-3.066L2 16.75V6.25a2.25 2.25 0 0 1 2.096-2.245L4.25 4zm-7.502 7h-3.5a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75h3.5a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75m6.004 3.5h-2.498l-.102.007A.75.75 0 0 0 12.754 16h2.498l.102-.007a.75.75 0 0 0-.102-1.493m-6.754-2v2h-2v-2zM15.25 11l-2.498.005l-.102.006a.75.75 0 0 0 .104 1.494l2.499-.005l.101-.007A.75.75 0 0 0 15.251 11m.001-3.496H5.748l-.102.007a.75.75 0 0 0 .102 1.493h9.504l.102-.006a.75.75 0 0 0-.102-1.494"/></svg>
</template>

CSS

.icon-news-24-filled {
  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%22M16.75%204a2.25%202.25%200%200%201%202.245%202.096L19%206.25V17.5a.5.5%200%200%200%20.992.09L20%2017.5V7.014a2.25%202.25%200%200%201%201.994%202.072L22%209.25v7.5a3.25%203.25%200%200%201-3.066%203.245L18.75%2020H5.25a3.25%203.25%200%200%201-3.245-3.066L2%2016.75V6.25a2.25%202.25%200%200%201%202.096-2.245L4.25%204zm-7.502%207h-3.5a.75.75%200%200%200-.75.75v3.5c0%20.414.336.75.75.75h3.5a.75.75%200%200%200%20.75-.75v-3.5a.75.75%200%200%200-.75-.75m6.004%203.5h-2.498l-.102.007A.75.75%200%200%200%2012.754%2016h2.498l.102-.007a.75.75%200%200%200-.102-1.493m-6.754-2v2h-2v-2zM15.25%2011l-2.498.005l-.102.006a.75.75%200%200%200%20.104%201.494l2.499-.005l.101-.007A.75.75%200%200%200%2015.251%2011m.001-3.496H5.748l-.102.007a.75.75%200%200%200%20.102%201.493h9.504l.102-.006a.75.75%200%200%200-.102-1.494%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%22M16.75%204a2.25%202.25%200%200%201%202.245%202.096L19%206.25V17.5a.5.5%200%200%200%20.992.09L20%2017.5V7.014a2.25%202.25%200%200%201%201.994%202.072L22%209.25v7.5a3.25%203.25%200%200%201-3.066%203.245L18.75%2020H5.25a3.25%203.25%200%200%201-3.245-3.066L2%2016.75V6.25a2.25%202.25%200%200%201%202.096-2.245L4.25%204zm-7.502%207h-3.5a.75.75%200%200%200-.75.75v3.5c0%20.414.336.75.75.75h3.5a.75.75%200%200%200%20.75-.75v-3.5a.75.75%200%200%200-.75-.75m6.004%203.5h-2.498l-.102.007A.75.75%200%200%200%2012.754%2016h2.498l.102-.007a.75.75%200%200%200-.102-1.493m-6.754-2v2h-2v-2zM15.25%2011l-2.498.005l-.102.006a.75.75%200%200%200%20.104%201.494l2.499-.005l.101-.007A.75.75%200%200%200%2015.251%2011m.001-3.496H5.748l-.102.007a.75.75%200%200%200%20.102%201.493h9.504l.102-.006a.75.75%200%200%200-.102-1.494%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/news-24-filled.svg?color=%231a73e8&size=48