quote down circle icon

quote-down-circle from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
quote-down-circle
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the quote down circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="12" cy="12" r="10"/><path stroke-linecap="round" d="M10.746 10c0-.943 0-1.414-.311-1.707S9.624 8 8.623 8s-1.501 0-1.812.293S6.5 9.057 6.5 10s0 1.414.31 1.707c.312.293.812.293 1.813.293s1.5 0 1.812-.293c.31-.293.31-.764.31-1.707Zm0 0v2.069c0 1.833-1.335 3.388-3.185 3.931m9.939-6c0-.943 0-1.414-.31-1.707C16.877 8 16.377 8 15.376 8s-1.5 0-1.812.293c-.31.293-.31.764-.31 1.707s0 1.414.31 1.707c.311.293.812.293 1.812.293s1.501 0 1.812-.293s.311-.764.311-1.707Zm0 0v2.069c0 1.833-1.335 3.388-3.184 3.931"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsQuoteDownCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><circle cx="12" cy="12" r="10"/><path strokeLinecap="round" d="M10.746 10c0-.943 0-1.414-.311-1.707S9.624 8 8.623 8s-1.501 0-1.812.293S6.5 9.057 6.5 10s0 1.414.31 1.707c.312.293.812.293 1.813.293s1.5 0 1.812-.293c.31-.293.31-.764.31-1.707Zm0 0v2.069c0 1.833-1.335 3.388-3.185 3.931m9.939-6c0-.943 0-1.414-.31-1.707C16.877 8 16.377 8 15.376 8s-1.5 0-1.812.293c-.31.293-.31.764-.31 1.707s0 1.414.31 1.707c.311.293.812.293 1.812.293s1.501 0 1.812-.293s.311-.764.311-1.707Zm0 0v2.069c0 1.833-1.335 3.388-3.184 3.931"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="12" cy="12" r="10"/><path stroke-linecap="round" d="M10.746 10c0-.943 0-1.414-.311-1.707S9.624 8 8.623 8s-1.501 0-1.812.293S6.5 9.057 6.5 10s0 1.414.31 1.707c.312.293.812.293 1.813.293s1.5 0 1.812-.293c.31-.293.31-.764.31-1.707Zm0 0v2.069c0 1.833-1.335 3.388-3.185 3.931m9.939-6c0-.943 0-1.414-.31-1.707C16.877 8 16.377 8 15.376 8s-1.5 0-1.812.293c-.31.293-.31.764-.31 1.707s0 1.414.31 1.707c.311.293.812.293 1.812.293s1.501 0 1.812-.293s.311-.764.311-1.707Zm0 0v2.069c0 1.833-1.335 3.388-3.184 3.931"/></g></svg>
</template>

CSS

.icon-quote-down-circle {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.746%2010c0-.943%200-1.414-.311-1.707S9.624%208%208.623%208s-1.501%200-1.812.293S6.5%209.057%206.5%2010s0%201.414.31%201.707c.312.293.812.293%201.813.293s1.5%200%201.812-.293c.31-.293.31-.764.31-1.707Zm0%200v2.069c0%201.833-1.335%203.388-3.185%203.931m9.939-6c0-.943%200-1.414-.31-1.707C16.877%208%2016.377%208%2015.376%208s-1.5%200-1.812.293c-.31.293-.31.764-.31%201.707s0%201.414.31%201.707c.311.293.812.293%201.812.293s1.501%200%201.812-.293s.311-.764.311-1.707Zm0%200v2.069c0%201.833-1.335%203.388-3.184%203.931%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.746%2010c0-.943%200-1.414-.311-1.707S9.624%208%208.623%208s-1.501%200-1.812.293S6.5%209.057%206.5%2010s0%201.414.31%201.707c.312.293.812.293%201.813.293s1.5%200%201.812-.293c.31-.293.31-.764.31-1.707Zm0%200v2.069c0%201.833-1.335%203.388-3.185%203.931m9.939-6c0-.943%200-1.414-.31-1.707C16.877%208%2016.377%208%2015.376%208s-1.5%200-1.812.293c-.31.293-.31.764-.31%201.707s0%201.414.31%201.707c.311.293.812.293%201.812.293s1.501%200%201.812-.293s.311-.764.311-1.707Zm0%200v2.069c0%201.833-1.335%203.388-3.184%203.931%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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