quote up circle icon
quote-up-circle from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- quote-up-circle
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the quote up 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="M13.254 14c0 .943 0 1.414.311 1.707s.812.293 1.812.293s1.501 0 1.812-.293s.311-.764.311-1.707s0-1.414-.31-1.707C16.877 12 16.377 12 15.376 12s-1.5 0-1.812.293c-.31.293-.31.764-.31 1.707Zm0 0v-2.069c0-1.833 1.335-3.388 3.185-3.931M6.5 14c0 .943 0 1.414.31 1.707c.312.293.812.293 1.813.293s1.5 0 1.812-.293c.31-.293.31-.764.31-1.707s0-1.414-.31-1.707C10.124 12 9.624 12 8.623 12s-1.501 0-1.812.293S6.5 13.057 6.5 14Zm0 0v-2.069C6.5 10.098 7.835 8.543 9.684 8"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsQuoteUpCircle(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="M13.254 14c0 .943 0 1.414.311 1.707s.812.293 1.812.293s1.501 0 1.812-.293s.311-.764.311-1.707s0-1.414-.31-1.707C16.877 12 16.377 12 15.376 12s-1.5 0-1.812.293c-.31.293-.31.764-.31 1.707Zm0 0v-2.069c0-1.833 1.335-3.388 3.185-3.931M6.5 14c0 .943 0 1.414.31 1.707c.312.293.812.293 1.813.293s1.5 0 1.812-.293c.31-.293.31-.764.31-1.707s0-1.414-.31-1.707C10.124 12 9.624 12 8.623 12s-1.501 0-1.812.293S6.5 13.057 6.5 14Zm0 0v-2.069C6.5 10.098 7.835 8.543 9.684 8"/></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="M13.254 14c0 .943 0 1.414.311 1.707s.812.293 1.812.293s1.501 0 1.812-.293s.311-.764.311-1.707s0-1.414-.31-1.707C16.877 12 16.377 12 15.376 12s-1.5 0-1.812.293c-.31.293-.31.764-.31 1.707Zm0 0v-2.069c0-1.833 1.335-3.388 3.185-3.931M6.5 14c0 .943 0 1.414.31 1.707c.312.293.812.293 1.813.293s1.5 0 1.812-.293c.31-.293.31-.764.31-1.707s0-1.414-.31-1.707C10.124 12 9.624 12 8.623 12s-1.501 0-1.812.293S6.5 13.057 6.5 14Zm0 0v-2.069C6.5 10.098 7.835 8.543 9.684 8"/></g></svg> </template>
CSS
.icon-quote-up-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%22M13.254%2014c0%20.943%200%201.414.311%201.707s.812.293%201.812.293s1.501%200%201.812-.293s.311-.764.311-1.707s0-1.414-.31-1.707C16.877%2012%2016.377%2012%2015.376%2012s-1.5%200-1.812.293c-.31.293-.31.764-.31%201.707Zm0%200v-2.069c0-1.833%201.335-3.388%203.185-3.931M6.5%2014c0%20.943%200%201.414.31%201.707c.312.293.812.293%201.813.293s1.5%200%201.812-.293c.31-.293.31-.764.31-1.707s0-1.414-.31-1.707C10.124%2012%209.624%2012%208.623%2012s-1.501%200-1.812.293S6.5%2013.057%206.5%2014Zm0%200v-2.069C6.5%2010.098%207.835%208.543%209.684%208%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%22M13.254%2014c0%20.943%200%201.414.311%201.707s.812.293%201.812.293s1.501%200%201.812-.293s.311-.764.311-1.707s0-1.414-.31-1.707C16.877%2012%2016.377%2012%2015.376%2012s-1.5%200-1.812.293c-.31.293-.31.764-.31%201.707Zm0%200v-2.069c0-1.833%201.335-3.388%203.185-3.931M6.5%2014c0%20.943%200%201.414.31%201.707c.312.293.812.293%201.813.293s1.5%200%201.812-.293c.31-.293.31-.764.31-1.707s0-1.414-.31-1.707C10.124%2012%209.624%2012%208.623%2012s-1.501%200-1.812.293S6.5%2013.057%206.5%2014Zm0%200v-2.069C6.5%2010.098%207.835%208.543%209.684%208%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-up-circle.svg?color=%231a73e8&size=48