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

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

1 other variant in MingCute Icon

The same icon in other sets

Use the blockquote icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.465 7.054c.239-.39.604-.824 1.164-1.276A1 1 0 1 0 5.37 4.222c-1.117.903-1.747 1.848-2.073 2.732a4.8 4.8 0 0 0-.292 1.892Q3 8.922 3 9a2 2 0 1 0 2.465-1.946m6.313-2.683a1 1 0 0 1-.15 1.407c-.559.452-.924.886-1.163 1.276a2 2 0 1 1-2.46 1.792c-.024-.492.02-1.15.293-1.892c.326-.884.956-1.829 2.073-2.732a1 1 0 0 1 1.407.15M15 8.5a1.5 1.5 0 0 0 0 3h5a1.5 1.5 0 0 0 0-3zM3.5 14A1.5 1.5 0 0 1 5 12.5h15a1.5 1.5 0 0 1 0 3H5A1.5 1.5 0 0 1 3.5 14m0 4A1.5 1.5 0 0 1 5 16.5h15a1.5 1.5 0 0 1 0 3H5A1.5 1.5 0 0 1 3.5 18M15 4.5a1.5 1.5 0 0 0 0 3h5a1.5 1.5 0 0 0 0-3z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBlockquoteFill(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="M5.465 7.054c.239-.39.604-.824 1.164-1.276A1 1 0 1 0 5.37 4.222c-1.117.903-1.747 1.848-2.073 2.732a4.8 4.8 0 0 0-.292 1.892Q3 8.922 3 9a2 2 0 1 0 2.465-1.946m6.313-2.683a1 1 0 0 1-.15 1.407c-.559.452-.924.886-1.163 1.276a2 2 0 1 1-2.46 1.792c-.024-.492.02-1.15.293-1.892c.326-.884.956-1.829 2.073-2.732a1 1 0 0 1 1.407.15M15 8.5a1.5 1.5 0 0 0 0 3h5a1.5 1.5 0 0 0 0-3zM3.5 14A1.5 1.5 0 0 1 5 12.5h15a1.5 1.5 0 0 1 0 3H5A1.5 1.5 0 0 1 3.5 14m0 4A1.5 1.5 0 0 1 5 16.5h15a1.5 1.5 0 0 1 0 3H5A1.5 1.5 0 0 1 3.5 18M15 4.5a1.5 1.5 0 0 0 0 3h5a1.5 1.5 0 0 0 0-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.465 7.054c.239-.39.604-.824 1.164-1.276A1 1 0 1 0 5.37 4.222c-1.117.903-1.747 1.848-2.073 2.732a4.8 4.8 0 0 0-.292 1.892Q3 8.922 3 9a2 2 0 1 0 2.465-1.946m6.313-2.683a1 1 0 0 1-.15 1.407c-.559.452-.924.886-1.163 1.276a2 2 0 1 1-2.46 1.792c-.024-.492.02-1.15.293-1.892c.326-.884.956-1.829 2.073-2.732a1 1 0 0 1 1.407.15M15 8.5a1.5 1.5 0 0 0 0 3h5a1.5 1.5 0 0 0 0-3zM3.5 14A1.5 1.5 0 0 1 5 12.5h15a1.5 1.5 0 0 1 0 3H5A1.5 1.5 0 0 1 3.5 14m0 4A1.5 1.5 0 0 1 5 16.5h15a1.5 1.5 0 0 1 0 3H5A1.5 1.5 0 0 1 3.5 18M15 4.5a1.5 1.5 0 0 0 0 3h5a1.5 1.5 0 0 0 0-3z"/></svg>
</template>

CSS

.icon-blockquote-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%20d%3D%22M5.465%207.054c.239-.39.604-.824%201.164-1.276A1%201%200%201%200%205.37%204.222c-1.117.903-1.747%201.848-2.073%202.732a4.8%204.8%200%200%200-.292%201.892Q3%208.922%203%209a2%202%200%201%200%202.465-1.946m6.313-2.683a1%201%200%200%201-.15%201.407c-.559.452-.924.886-1.163%201.276a2%202%200%201%201-2.46%201.792c-.024-.492.02-1.15.293-1.892c.326-.884.956-1.829%202.073-2.732a1%201%200%200%201%201.407.15M15%208.5a1.5%201.5%200%200%200%200%203h5a1.5%201.5%200%200%200%200-3zM3.5%2014A1.5%201.5%200%200%201%205%2012.5h15a1.5%201.5%200%200%201%200%203H5A1.5%201.5%200%200%201%203.5%2014m0%204A1.5%201.5%200%200%201%205%2016.5h15a1.5%201.5%200%200%201%200%203H5A1.5%201.5%200%200%201%203.5%2018M15%204.5a1.5%201.5%200%200%200%200%203h5a1.5%201.5%200%200%200%200-3z%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%22M5.465%207.054c.239-.39.604-.824%201.164-1.276A1%201%200%201%200%205.37%204.222c-1.117.903-1.747%201.848-2.073%202.732a4.8%204.8%200%200%200-.292%201.892Q3%208.922%203%209a2%202%200%201%200%202.465-1.946m6.313-2.683a1%201%200%200%201-.15%201.407c-.559.452-.924.886-1.163%201.276a2%202%200%201%201-2.46%201.792c-.024-.492.02-1.15.293-1.892c.326-.884.956-1.829%202.073-2.732a1%201%200%200%201%201.407.15M15%208.5a1.5%201.5%200%200%200%200%203h5a1.5%201.5%200%200%200%200-3zM3.5%2014A1.5%201.5%200%200%201%205%2012.5h15a1.5%201.5%200%200%201%200%203H5A1.5%201.5%200%200%201%203.5%2014m0%204A1.5%201.5%200%200%201%205%2016.5h15a1.5%201.5%200%200%201%200%203H5A1.5%201.5%200%200%201%203.5%2018M15%204.5a1.5%201.5%200%200%200%200%203h5a1.5%201.5%200%200%200%200-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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