quote right icon

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

Name
quote-right-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

Related icons in MingCute Icon

Use the quote right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.6 17.8a1 1 0 0 1-1.2-1.6c1.564-1.172 2.46-2.313 2.971-3.31a3.503 3.503 0 0 1-4.37-3.39a3.5 3.5 0 0 1 6.998-.062a7.6 7.6 0 0 1-.507 3.619c-.597 1.505-1.764 3.147-3.891 4.743m-9 0a1 1 0 0 1-1.2-1.6c1.564-1.172 2.46-2.313 2.971-3.31a3.504 3.504 0 0 1-4.37-3.39A3.5 3.5 0 0 1 11 9.438a7.6 7.6 0 0 1-.507 3.619c-.597 1.505-1.764 3.147-3.891 4.743"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteQuoteRightFill(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="M15.6 17.8a1 1 0 0 1-1.2-1.6c1.564-1.172 2.46-2.313 2.971-3.31a3.503 3.503 0 0 1-4.37-3.39a3.5 3.5 0 0 1 6.998-.062a7.6 7.6 0 0 1-.507 3.619c-.597 1.505-1.764 3.147-3.891 4.743m-9 0a1 1 0 0 1-1.2-1.6c1.564-1.172 2.46-2.313 2.971-3.31a3.504 3.504 0 0 1-4.37-3.39A3.5 3.5 0 0 1 11 9.438a7.6 7.6 0 0 1-.507 3.619c-.597 1.505-1.764 3.147-3.891 4.743"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.6 17.8a1 1 0 0 1-1.2-1.6c1.564-1.172 2.46-2.313 2.971-3.31a3.503 3.503 0 0 1-4.37-3.39a3.5 3.5 0 0 1 6.998-.062a7.6 7.6 0 0 1-.507 3.619c-.597 1.505-1.764 3.147-3.891 4.743m-9 0a1 1 0 0 1-1.2-1.6c1.564-1.172 2.46-2.313 2.971-3.31a3.504 3.504 0 0 1-4.37-3.39A3.5 3.5 0 0 1 11 9.438a7.6 7.6 0 0 1-.507 3.619c-.597 1.505-1.764 3.147-3.891 4.743"/></svg>
</template>

CSS

.icon-quote-right-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%22M15.6%2017.8a1%201%200%200%201-1.2-1.6c1.564-1.172%202.46-2.313%202.971-3.31a3.503%203.503%200%200%201-4.37-3.39a3.5%203.5%200%200%201%206.998-.062a7.6%207.6%200%200%201-.507%203.619c-.597%201.505-1.764%203.147-3.891%204.743m-9%200a1%201%200%200%201-1.2-1.6c1.564-1.172%202.46-2.313%202.971-3.31a3.504%203.504%200%200%201-4.37-3.39A3.5%203.5%200%200%201%2011%209.438a7.6%207.6%200%200%201-.507%203.619c-.597%201.505-1.764%203.147-3.891%204.743%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%22M15.6%2017.8a1%201%200%200%201-1.2-1.6c1.564-1.172%202.46-2.313%202.971-3.31a3.503%203.503%200%200%201-4.37-3.39a3.5%203.5%200%200%201%206.998-.062a7.6%207.6%200%200%201-.507%203.619c-.597%201.505-1.764%203.147-3.891%204.743m-9%200a1%201%200%200%201-1.2-1.6c1.564-1.172%202.46-2.313%202.971-3.31a3.504%203.504%200%200%201-4.37-3.39A3.5%203.5%200%200%201%2011%209.438a7.6%207.6%200%200%201-.507%203.619c-.597%201.505-1.764%203.147-3.891%204.743%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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