story-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
story-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the story icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.42 7.951a6.253 6.253 0 0 1 0 8.84a6.253 6.253 0 0 1-8.84 0a6.253 6.253 0 0 1 0-8.84a6.253 6.253 0 0 1 8.84 0M8.25 22.389a1 1 0 0 1-.28-.05c-2.25-.9-4.07-2.49-5.29-4.59a10.6 10.6 0 0 1-1.341-6.73c.05-.41.44-.7.84-.65c.41.05.7.43.65.84a9.2 9.2 0 0 0 1.15 5.79a9.1 9.1 0 0 0 4.54 3.94c.38.16.57.59.42.98c-.11.29-.4.47-.69.47M5.85 5.23c-.22 0-.44-.1-.59-.29a.74.74 0 0 1 .13-1.05C7.29 2.4 9.58 1.61 12 1.61c2.36 0 4.61.76 6.5 2.2A.749.749 0 1 1 17.59 5A9.15 9.15 0 0 0 12 3.11c-2.08 0-4.05.68-5.69 1.96c-.14.11-.3.16-.46.16m9.9 17.16c-.3 0-.58-.18-.7-.47a.76.76 0 0 1 .42-.98c1.93-.78 3.5-2.14 4.54-3.94a9.04 9.04 0 0 0 1.15-5.78c-.05-.41.24-.79.65-.84c.4-.05.79.24.84.65c.3 2.35-.16 4.68-1.34 6.73c-1.21 2.1-3.04 3.68-5.29 4.59c-.08.02-.17.04-.27.04"/></svg>

React

import type { SVGProps } from "react";

export function ReiconStoryFilled(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.42 7.951a6.253 6.253 0 0 1 0 8.84a6.253 6.253 0 0 1-8.84 0a6.253 6.253 0 0 1 0-8.84a6.253 6.253 0 0 1 8.84 0M8.25 22.389a1 1 0 0 1-.28-.05c-2.25-.9-4.07-2.49-5.29-4.59a10.6 10.6 0 0 1-1.341-6.73c.05-.41.44-.7.84-.65c.41.05.7.43.65.84a9.2 9.2 0 0 0 1.15 5.79a9.1 9.1 0 0 0 4.54 3.94c.38.16.57.59.42.98c-.11.29-.4.47-.69.47M5.85 5.23c-.22 0-.44-.1-.59-.29a.74.74 0 0 1 .13-1.05C7.29 2.4 9.58 1.61 12 1.61c2.36 0 4.61.76 6.5 2.2A.749.749 0 1 1 17.59 5A9.15 9.15 0 0 0 12 3.11c-2.08 0-4.05.68-5.69 1.96c-.14.11-.3.16-.46.16m9.9 17.16c-.3 0-.58-.18-.7-.47a.76.76 0 0 1 .42-.98c1.93-.78 3.5-2.14 4.54-3.94a9.04 9.04 0 0 0 1.15-5.78c-.05-.41.24-.79.65-.84c.4-.05.79.24.84.65c.3 2.35-.16 4.68-1.34 6.73c-1.21 2.1-3.04 3.68-5.29 4.59c-.08.02-.17.04-.27.04"/></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.42 7.951a6.253 6.253 0 0 1 0 8.84a6.253 6.253 0 0 1-8.84 0a6.253 6.253 0 0 1 0-8.84a6.253 6.253 0 0 1 8.84 0M8.25 22.389a1 1 0 0 1-.28-.05c-2.25-.9-4.07-2.49-5.29-4.59a10.6 10.6 0 0 1-1.341-6.73c.05-.41.44-.7.84-.65c.41.05.7.43.65.84a9.2 9.2 0 0 0 1.15 5.79a9.1 9.1 0 0 0 4.54 3.94c.38.16.57.59.42.98c-.11.29-.4.47-.69.47M5.85 5.23c-.22 0-.44-.1-.59-.29a.74.74 0 0 1 .13-1.05C7.29 2.4 9.58 1.61 12 1.61c2.36 0 4.61.76 6.5 2.2A.749.749 0 1 1 17.59 5A9.15 9.15 0 0 0 12 3.11c-2.08 0-4.05.68-5.69 1.96c-.14.11-.3.16-.46.16m9.9 17.16c-.3 0-.58-.18-.7-.47a.76.76 0 0 1 .42-.98c1.93-.78 3.5-2.14 4.54-3.94a9.04 9.04 0 0 0 1.15-5.78c-.05-.41.24-.79.65-.84c.4-.05.79.24.84.65c.3 2.35-.16 4.68-1.34 6.73c-1.21 2.1-3.04 3.68-5.29 4.59c-.08.02-.17.04-.27.04"/></svg>
</template>

CSS

.icon-story-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.42%207.951a6.253%206.253%200%200%201%200%208.84a6.253%206.253%200%200%201-8.84%200a6.253%206.253%200%200%201%200-8.84a6.253%206.253%200%200%201%208.84%200M8.25%2022.389a1%201%200%200%201-.28-.05c-2.25-.9-4.07-2.49-5.29-4.59a10.6%2010.6%200%200%201-1.341-6.73c.05-.41.44-.7.84-.65c.41.05.7.43.65.84a9.2%209.2%200%200%200%201.15%205.79a9.1%209.1%200%200%200%204.54%203.94c.38.16.57.59.42.98c-.11.29-.4.47-.69.47M5.85%205.23c-.22%200-.44-.1-.59-.29a.74.74%200%200%201%20.13-1.05C7.29%202.4%209.58%201.61%2012%201.61c2.36%200%204.61.76%206.5%202.2A.749.749%200%201%201%2017.59%205A9.15%209.15%200%200%200%2012%203.11c-2.08%200-4.05.68-5.69%201.96c-.14.11-.3.16-.46.16m9.9%2017.16c-.3%200-.58-.18-.7-.47a.76.76%200%200%201%20.42-.98c1.93-.78%203.5-2.14%204.54-3.94a9.04%209.04%200%200%200%201.15-5.78c-.05-.41.24-.79.65-.84c.4-.05.79.24.84.65c.3%202.35-.16%204.68-1.34%206.73c-1.21%202.1-3.04%203.68-5.29%204.59c-.08.02-.17.04-.27.04%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.42%207.951a6.253%206.253%200%200%201%200%208.84a6.253%206.253%200%200%201-8.84%200a6.253%206.253%200%200%201%200-8.84a6.253%206.253%200%200%201%208.84%200M8.25%2022.389a1%201%200%200%201-.28-.05c-2.25-.9-4.07-2.49-5.29-4.59a10.6%2010.6%200%200%201-1.341-6.73c.05-.41.44-.7.84-.65c.41.05.7.43.65.84a9.2%209.2%200%200%200%201.15%205.79a9.1%209.1%200%200%200%204.54%203.94c.38.16.57.59.42.98c-.11.29-.4.47-.69.47M5.85%205.23c-.22%200-.44-.1-.59-.29a.74.74%200%200%201%20.13-1.05C7.29%202.4%209.58%201.61%2012%201.61c2.36%200%204.61.76%206.5%202.2A.749.749%200%201%201%2017.59%205A9.15%209.15%200%200%200%2012%203.11c-2.08%200-4.05.68-5.69%201.96c-.14.11-.3.16-.46.16m9.9%2017.16c-.3%200-.58-.18-.7-.47a.76.76%200%200%201%20.42-.98c1.93-.78%203.5-2.14%204.54-3.94a9.04%209.04%200%200%200%201.15-5.78c-.05-.41.24-.79.65-.84c.4-.05.79.24.84.65c.3%202.35-.16%204.68-1.34%206.73c-1.21%202.1-3.04%203.68-5.29%204.59c-.08.02-.17.04-.27.04%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Story filled icon — Reicon · IconsDB