news-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
news-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the news 01 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10.5 8h8m-8 4H13m5.5 0H16m-5.5 4H13m5.5 0H16M7 7.5H6c-1.886 0-2.828 0-3.414.586S2 9.614 2 11.5V18a2.5 2.5 0 0 0 5 0z"/><path d="M16 3.5h-5c-.93 0-1.395 0-1.776.102a3 3 0 0 0-2.122 2.122C7 6.105 7 6.57 7 7.5V18a2.5 2.5 0 0 1-2.5 2.5H16c2.828 0 4.243 0 5.121-.879C22 18.743 22 17.328 22 14.5v-5c0-2.828 0-4.243-.879-5.121C20.243 3.5 18.828 3.5 16 3.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsNews01(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M10.5 8h8m-8 4H13m5.5 0H16m-5.5 4H13m5.5 0H16M7 7.5H6c-1.886 0-2.828 0-3.414.586S2 9.614 2 11.5V18a2.5 2.5 0 0 0 5 0z"/><path d="M16 3.5h-5c-.93 0-1.395 0-1.776.102a3 3 0 0 0-2.122 2.122C7 6.105 7 6.57 7 7.5V18a2.5 2.5 0 0 1-2.5 2.5H16c2.828 0 4.243 0 5.121-.879C22 18.743 22 17.328 22 14.5v-5c0-2.828 0-4.243-.879-5.121C20.243 3.5 18.828 3.5 16 3.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10.5 8h8m-8 4H13m5.5 0H16m-5.5 4H13m5.5 0H16M7 7.5H6c-1.886 0-2.828 0-3.414.586S2 9.614 2 11.5V18a2.5 2.5 0 0 0 5 0z"/><path d="M16 3.5h-5c-.93 0-1.395 0-1.776.102a3 3 0 0 0-2.122 2.122C7 6.105 7 6.57 7 7.5V18a2.5 2.5 0 0 1-2.5 2.5H16c2.828 0 4.243 0 5.121-.879C22 18.743 22 17.328 22 14.5v-5c0-2.828 0-4.243-.879-5.121C20.243 3.5 18.828 3.5 16 3.5"/></g></svg>
</template>

CSS

.icon-news-01 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.5%208h8m-8%204H13m5.5%200H16m-5.5%204H13m5.5%200H16M7%207.5H6c-1.886%200-2.828%200-3.414.586S2%209.614%202%2011.5V18a2.5%202.5%200%200%200%205%200z%22%2F%3E%3Cpath%20d%3D%22M16%203.5h-5c-.93%200-1.395%200-1.776.102a3%203%200%200%200-2.122%202.122C7%206.105%207%206.57%207%207.5V18a2.5%202.5%200%200%201-2.5%202.5H16c2.828%200%204.243%200%205.121-.879C22%2018.743%2022%2017.328%2022%2014.5v-5c0-2.828%200-4.243-.879-5.121C20.243%203.5%2018.828%203.5%2016%203.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.5%208h8m-8%204H13m5.5%200H16m-5.5%204H13m5.5%200H16M7%207.5H6c-1.886%200-2.828%200-3.414.586S2%209.614%202%2011.5V18a2.5%202.5%200%200%200%205%200z%22%2F%3E%3Cpath%20d%3D%22M16%203.5h-5c-.93%200-1.395%200-1.776.102a3%203%200%200%200-2.122%202.122C7%206.105%207%206.57%207%207.5V18a2.5%202.5%200%200%201-2.5%202.5H16c2.828%200%204.243%200%205.121-.879C22%2018.743%2022%2017.328%2022%2014.5v-5c0-2.828%200-4.243-.879-5.121C20.243%203.5%2018.828%203.5%2016%203.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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