announcement icon

announcement-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
announcement-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the announcement icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M18 9.268a2 2 0 1 1 0 3.465M9 7v11.29a1.71 1.71 0 0 1-3.354.47L4 13m10.907 3.68L17.2 18.4a.5.5 0 0 0 .8-.4V3.87a.5.5 0 0 0-.752-.431l-2.752 1.605A12 12 0 0 1 9.115 6.66l-2.62.146a3.7 3.7 0 0 0 0 7.388l1.877.104a12 12 0 0 1 6.535 2.382Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteAnnouncementLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="2" d="M18 9.268a2 2 0 1 1 0 3.465M9 7v11.29a1.71 1.71 0 0 1-3.354.47L4 13m10.907 3.68L17.2 18.4a.5.5 0 0 0 .8-.4V3.87a.5.5 0 0 0-.752-.431l-2.752 1.605A12 12 0 0 1 9.115 6.66l-2.62.146a3.7 3.7 0 0 0 0 7.388l1.877.104a12 12 0 0 1 6.535 2.382Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M18 9.268a2 2 0 1 1 0 3.465M9 7v11.29a1.71 1.71 0 0 1-3.354.47L4 13m10.907 3.68L17.2 18.4a.5.5 0 0 0 .8-.4V3.87a.5.5 0 0 0-.752-.431l-2.752 1.605A12 12 0 0 1 9.115 6.66l-2.62.146a3.7 3.7 0 0 0 0 7.388l1.877.104a12 12 0 0 1 6.535 2.382Z"/></svg>
</template>

CSS

.icon-announcement-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M18%209.268a2%202%200%201%201%200%203.465M9%207v11.29a1.71%201.71%200%200%201-3.354.47L4%2013m10.907%203.68L17.2%2018.4a.5.5%200%200%200%20.8-.4V3.87a.5.5%200%200%200-.752-.431l-2.752%201.605A12%2012%200%200%201%209.115%206.66l-2.62.146a3.7%203.7%200%200%200%200%207.388l1.877.104a12%2012%200%200%201%206.535%202.382Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M18%209.268a2%202%200%201%201%200%203.465M9%207v11.29a1.71%201.71%200%200%201-3.354.47L4%2013m10.907%203.68L17.2%2018.4a.5.5%200%200%200%20.8-.4V3.87a.5.5%200%200%200-.752-.431l-2.752%201.605A12%2012%200%200%201%209.115%206.66l-2.62.146a3.7%203.7%200%200%200%200%207.388l1.877.104a12%2012%200%200%201%206.535%202.382Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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