brief-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
brief-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the brief icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.084 5.467C3.588 4.479 4.61 4 5.584 4h12.833c.973 0 1.995.479 2.499 1.467A9.96 9.96 0 0 1 22 10c0 5.523-4.477 10-10 10S2 15.523 2 10c0-1.63.39-3.171 1.084-4.533m16.662 6.54A5 5 0 0 0 15 17v.419a8.02 8.02 0 0 0 4.746-5.413M9 17.418a8.02 8.02 0 0 1-4.746-5.413A5 5 0 0 1 9 17z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBriefFill(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" fillRule="evenodd" d="M3.084 5.467C3.588 4.479 4.61 4 5.584 4h12.833c.973 0 1.995.479 2.499 1.467A9.96 9.96 0 0 1 22 10c0 5.523-4.477 10-10 10S2 15.523 2 10c0-1.63.39-3.171 1.084-4.533m16.662 6.54A5 5 0 0 0 15 17v.419a8.02 8.02 0 0 0 4.746-5.413M9 17.418a8.02 8.02 0 0 1-4.746-5.413A5 5 0 0 1 9 17z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.084 5.467C3.588 4.479 4.61 4 5.584 4h12.833c.973 0 1.995.479 2.499 1.467A9.96 9.96 0 0 1 22 10c0 5.523-4.477 10-10 10S2 15.523 2 10c0-1.63.39-3.171 1.084-4.533m16.662 6.54A5 5 0 0 0 15 17v.419a8.02 8.02 0 0 0 4.746-5.413M9 17.418a8.02 8.02 0 0 1-4.746-5.413A5 5 0 0 1 9 17z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-brief-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.084%205.467C3.588%204.479%204.61%204%205.584%204h12.833c.973%200%201.995.479%202.499%201.467A9.96%209.96%200%200%201%2022%2010c0%205.523-4.477%2010-10%2010S2%2015.523%202%2010c0-1.63.39-3.171%201.084-4.533m16.662%206.54A5%205%200%200%200%2015%2017v.419a8.02%208.02%200%200%200%204.746-5.413M9%2017.418a8.02%208.02%200%200%201-4.746-5.413A5%205%200%200%201%209%2017z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.084%205.467C3.588%204.479%204.61%204%205.584%204h12.833c.973%200%201.995.479%202.499%201.467A9.96%209.96%200%200%201%2022%2010c0%205.523-4.477%2010-10%2010S2%2015.523%202%2010c0-1.63.39-3.171%201.084-4.533m16.662%206.54A5%205%200%200%200%2015%2017v.419a8.02%208.02%200%200%200%204.746-5.413M9%2017.418a8.02%208.02%200%200%201-4.746-5.413A5%205%200%200%201%209%2017z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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