quote up icon

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

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

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the quote up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.09 11.631H3.4c.08-4.67 1-5.44 3.87-7.14c.33-.2.44-.62.24-.96a.687.687 0 0 0-.95-.24c-3.38 2-4.56 3.22-4.56 9.03v5.39c0 1.71 1.39 3.09 3.09 3.09h3c1.76 0 3.09-1.33 3.09-3.09v-3c0-1.75-1.33-3.08-3.09-3.08m10.819 0h-4.69c.08-4.67 1-5.44 3.87-7.14c.33-.2.44-.62.24-.96a.7.7 0 0 0-.96-.24c-3.38 2-4.56 3.22-4.56 9.04v5.39c0 1.71 1.39 3.09 3.09 3.09h3c1.76 0 3.09-1.33 3.09-3.09v-3c.01-1.76-1.32-3.09-3.08-3.09"/></svg>

React

import type { SVGProps } from "react";

export function ReiconQuoteUpFilled(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="M8.09 11.631H3.4c.08-4.67 1-5.44 3.87-7.14c.33-.2.44-.62.24-.96a.687.687 0 0 0-.95-.24c-3.38 2-4.56 3.22-4.56 9.03v5.39c0 1.71 1.39 3.09 3.09 3.09h3c1.76 0 3.09-1.33 3.09-3.09v-3c0-1.75-1.33-3.08-3.09-3.08m10.819 0h-4.69c.08-4.67 1-5.44 3.87-7.14c.33-.2.44-.62.24-.96a.7.7 0 0 0-.96-.24c-3.38 2-4.56 3.22-4.56 9.04v5.39c0 1.71 1.39 3.09 3.09 3.09h3c1.76 0 3.09-1.33 3.09-3.09v-3c.01-1.76-1.32-3.09-3.08-3.09"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.09 11.631H3.4c.08-4.67 1-5.44 3.87-7.14c.33-.2.44-.62.24-.96a.687.687 0 0 0-.95-.24c-3.38 2-4.56 3.22-4.56 9.03v5.39c0 1.71 1.39 3.09 3.09 3.09h3c1.76 0 3.09-1.33 3.09-3.09v-3c0-1.75-1.33-3.08-3.09-3.08m10.819 0h-4.69c.08-4.67 1-5.44 3.87-7.14c.33-.2.44-.62.24-.96a.7.7 0 0 0-.96-.24c-3.38 2-4.56 3.22-4.56 9.04v5.39c0 1.71 1.39 3.09 3.09 3.09h3c1.76 0 3.09-1.33 3.09-3.09v-3c.01-1.76-1.32-3.09-3.08-3.09"/></svg>
</template>

CSS

.icon-quote-up-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%22M8.09%2011.631H3.4c.08-4.67%201-5.44%203.87-7.14c.33-.2.44-.62.24-.96a.687.687%200%200%200-.95-.24c-3.38%202-4.56%203.22-4.56%209.03v5.39c0%201.71%201.39%203.09%203.09%203.09h3c1.76%200%203.09-1.33%203.09-3.09v-3c0-1.75-1.33-3.08-3.09-3.08m10.819%200h-4.69c.08-4.67%201-5.44%203.87-7.14c.33-.2.44-.62.24-.96a.7.7%200%200%200-.96-.24c-3.38%202-4.56%203.22-4.56%209.04v5.39c0%201.71%201.39%203.09%203.09%203.09h3c1.76%200%203.09-1.33%203.09-3.09v-3c.01-1.76-1.32-3.09-3.08-3.09%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%22M8.09%2011.631H3.4c.08-4.67%201-5.44%203.87-7.14c.33-.2.44-.62.24-.96a.687.687%200%200%200-.95-.24c-3.38%202-4.56%203.22-4.56%209.03v5.39c0%201.71%201.39%203.09%203.09%203.09h3c1.76%200%203.09-1.33%203.09-3.09v-3c0-1.75-1.33-3.08-3.09-3.08m10.819%200h-4.69c.08-4.67%201-5.44%203.87-7.14c.33-.2.44-.62.24-.96a.7.7%200%200%200-.96-.24c-3.38%202-4.56%203.22-4.56%209.04v5.39c0%201.71%201.39%203.09%203.09%203.09h3c1.76%200%203.09-1.33%203.09-3.09v-3c.01-1.76-1.32-3.09-3.08-3.09%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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