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

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

Related icons in Huge Icons

Use the quote up 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"><path d="M14 16c0-1.886 0-2.828.586-3.414S16.114 12 18 12s2.828 0 3.414.586S22 14.114 22 16s0 2.828-.586 3.414S19.886 20 18 20s-2.828 0-3.414-.586S14 17.886 14 16Z"/><path stroke-linecap="round" d="M14 16v-4.137C14 8.196 16.516 5.086 20 4"/><path d="M2 16c0-1.886 0-2.828.586-3.414S4.114 12 6 12s2.828 0 3.414.586S10 14.114 10 16s0 2.828-.586 3.414S7.886 20 6 20s-2.828 0-3.414-.586S2 17.886 2 16Z"/><path stroke-linecap="round" d="M2 16v-4.137C2 8.196 4.516 5.086 8 4"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsQuoteUp(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"><path d="M14 16c0-1.886 0-2.828.586-3.414S16.114 12 18 12s2.828 0 3.414.586S22 14.114 22 16s0 2.828-.586 3.414S19.886 20 18 20s-2.828 0-3.414-.586S14 17.886 14 16Z"/><path strokeLinecap="round" d="M14 16v-4.137C14 8.196 16.516 5.086 20 4"/><path d="M2 16c0-1.886 0-2.828.586-3.414S4.114 12 6 12s2.828 0 3.414.586S10 14.114 10 16s0 2.828-.586 3.414S7.886 20 6 20s-2.828 0-3.414-.586S2 17.886 2 16Z"/><path strokeLinecap="round" d="M2 16v-4.137C2 8.196 4.516 5.086 8 4"/></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"><path d="M14 16c0-1.886 0-2.828.586-3.414S16.114 12 18 12s2.828 0 3.414.586S22 14.114 22 16s0 2.828-.586 3.414S19.886 20 18 20s-2.828 0-3.414-.586S14 17.886 14 16Z"/><path stroke-linecap="round" d="M14 16v-4.137C14 8.196 16.516 5.086 20 4"/><path d="M2 16c0-1.886 0-2.828.586-3.414S4.114 12 6 12s2.828 0 3.414.586S10 14.114 10 16s0 2.828-.586 3.414S7.886 20 6 20s-2.828 0-3.414-.586S2 17.886 2 16Z"/><path stroke-linecap="round" d="M2 16v-4.137C2 8.196 4.516 5.086 8 4"/></g></svg>
</template>

CSS

.icon-quote-up {
  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%3Cpath%20d%3D%22M14%2016c0-1.886%200-2.828.586-3.414S16.114%2012%2018%2012s2.828%200%203.414.586S22%2014.114%2022%2016s0%202.828-.586%203.414S19.886%2020%2018%2020s-2.828%200-3.414-.586S14%2017.886%2014%2016Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%2016v-4.137C14%208.196%2016.516%205.086%2020%204%22%2F%3E%3Cpath%20d%3D%22M2%2016c0-1.886%200-2.828.586-3.414S4.114%2012%206%2012s2.828%200%203.414.586S10%2014.114%2010%2016s0%202.828-.586%203.414S7.886%2020%206%2020s-2.828%200-3.414-.586S2%2017.886%202%2016Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2016v-4.137C2%208.196%204.516%205.086%208%204%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%3Cpath%20d%3D%22M14%2016c0-1.886%200-2.828.586-3.414S16.114%2012%2018%2012s2.828%200%203.414.586S22%2014.114%2022%2016s0%202.828-.586%203.414S19.886%2020%2018%2020s-2.828%200-3.414-.586S14%2017.886%2014%2016Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%2016v-4.137C14%208.196%2016.516%205.086%2020%204%22%2F%3E%3Cpath%20d%3D%22M2%2016c0-1.886%200-2.828.586-3.414S4.114%2012%206%2012s2.828%200%203.414.586S10%2014.114%2010%2016s0%202.828-.586%203.414S7.886%2020%206%2020s-2.828%200-3.414-.586S2%2017.886%202%2016Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2016v-4.137C2%208.196%204.516%205.086%208%204%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.svg?color=%231a73e8&size=48