Quote Down icon in outline, twotone, bold and bulk. Free in all four styles, for editors, typography, links, translation. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconQuoteDown } from "@devigner-ui/icons";
<IconQuoteDown className="size-6" />
<script setup>
import { IconQuoteDown } from "@devigner-ui/icons-vue";
</script>
<template>
<IconQuoteDown class="size-6" />
</template>
<script>
import { IconQuoteDown } from "@devigner-ui/icons-svelte";
</script>
<IconQuoteDown class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.67 11.65h-5.8a2.5 2.5 0 0 1-2.58-2.58V5.85a2.5 2.5 0 0 1 2.58-2.58h3.22a2.6 2.6 0 0 1 2.58 2.58z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.67 11.65c0 6.05-1.13 7.05-4.53 9.07" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="M11.04 11.65h-5.8a2.5 2.5 0 0 1-2.58-2.58V5.85a2.5 2.5 0 0 1 2.58-2.58h3.23a2.6 2.6 0 0 1 2.58 2.58z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M11.04 11.65c0 6.05-1.13 7.05-4.53 9.07" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>