reply-solid from Flowbite Icons by Themesberg · Solid · Arrows · MIT Free for personal and commercial use.

Name
reply-solid
Set
Flowbite Icons
Style
Solid
Category
Arrows
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More arrows icons from Flowbite Icons

Use the reply icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.502 7.046h-2.5v-.928a2.12 2.12 0 0 0-1.199-1.954a1.83 1.83 0 0 0-1.984.311L3.71 8.965a2.2 2.2 0 0 0 0 3.24L8.82 16.7a1.83 1.83 0 0 0 1.985.31a2.12 2.12 0 0 0 1.199-1.959v-.928h1a2.025 2.025 0 0 1 1.999 2.047V19a1 1 0 0 0 1.275.961a6.59 6.59 0 0 0 4.662-7.22a6.59 6.59 0 0 0-6.437-5.695Z"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteReplySolid(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="M14.502 7.046h-2.5v-.928a2.12 2.12 0 0 0-1.199-1.954a1.83 1.83 0 0 0-1.984.311L3.71 8.965a2.2 2.2 0 0 0 0 3.24L8.82 16.7a1.83 1.83 0 0 0 1.985.31a2.12 2.12 0 0 0 1.199-1.959v-.928h1a2.025 2.025 0 0 1 1.999 2.047V19a1 1 0 0 0 1.275.961a6.59 6.59 0 0 0 4.662-7.22a6.59 6.59 0 0 0-6.437-5.695Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.502 7.046h-2.5v-.928a2.12 2.12 0 0 0-1.199-1.954a1.83 1.83 0 0 0-1.984.311L3.71 8.965a2.2 2.2 0 0 0 0 3.24L8.82 16.7a1.83 1.83 0 0 0 1.985.31a2.12 2.12 0 0 0 1.199-1.959v-.928h1a2.025 2.025 0 0 1 1.999 2.047V19a1 1 0 0 0 1.275.961a6.59 6.59 0 0 0 4.662-7.22a6.59 6.59 0 0 0-6.437-5.695Z"/></svg>
</template>

CSS

.icon-reply-solid {
  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%22M14.502%207.046h-2.5v-.928a2.12%202.12%200%200%200-1.199-1.954a1.83%201.83%200%200%200-1.984.311L3.71%208.965a2.2%202.2%200%200%200%200%203.24L8.82%2016.7a1.83%201.83%200%200%200%201.985.31a2.12%202.12%200%200%200%201.199-1.959v-.928h1a2.025%202.025%200%200%201%201.999%202.047V19a1%201%200%200%200%201.275.961a6.59%206.59%200%200%200%204.662-7.22a6.59%206.59%200%200%200-6.437-5.695Z%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%22M14.502%207.046h-2.5v-.928a2.12%202.12%200%200%200-1.199-1.954a1.83%201.83%200%200%200-1.984.311L3.71%208.965a2.2%202.2%200%200%200%200%203.24L8.82%2016.7a1.83%201.83%200%200%200%201.985.31a2.12%202.12%200%200%200%201.199-1.959v-.928h1a2.025%202.025%200%200%201%201.999%202.047V19a1%201%200%200%200%201.275.961a6.59%206.59%200%200%200%204.662-7.22a6.59%206.59%200%200%200-6.437-5.695Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/reply-solid.svg?color=%231a73e8&size=48