reply icon
reply from Font Awesome 6 Solid by Dave Gandy · Regular · Arrows · CC-BY-4.0 Attribution required.
- Name
- reply
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Arrows
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
More arrows icons from Font Awesome 6 Solid
Use the reply icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M205 34.8c11.5 5.1 19 16.6 19 29.2v64h112c97.2 0 176 78.8 176 176c0 113.3-81.5 163.9-100.2 174.1c-2.5 1.4-5.3 1.9-8.1 1.9c-10.9 0-19.7-8.9-19.7-19.7c0-7.5 4.3-14.4 9.8-19.5c9.4-8.8 22.2-26.4 22.2-56.7c0-53-43-96-96-96h-96v64c0 12.6-7.4 24.1-19 29.2s-25 3-34.4-5.4l-160-144C3.9 225.7 0 217.1 0 208s3.9-17.7 10.6-23.8l160-144c9.4-8.5 22.9-10.6 34.4-5.4"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidReply(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M205 34.8c11.5 5.1 19 16.6 19 29.2v64h112c97.2 0 176 78.8 176 176c0 113.3-81.5 163.9-100.2 174.1c-2.5 1.4-5.3 1.9-8.1 1.9c-10.9 0-19.7-8.9-19.7-19.7c0-7.5 4.3-14.4 9.8-19.5c9.4-8.8 22.2-26.4 22.2-56.7c0-53-43-96-96-96h-96v64c0 12.6-7.4 24.1-19 29.2s-25 3-34.4-5.4l-160-144C3.9 225.7 0 217.1 0 208s3.9-17.7 10.6-23.8l160-144c9.4-8.5 22.9-10.6 34.4-5.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M205 34.8c11.5 5.1 19 16.6 19 29.2v64h112c97.2 0 176 78.8 176 176c0 113.3-81.5 163.9-100.2 174.1c-2.5 1.4-5.3 1.9-8.1 1.9c-10.9 0-19.7-8.9-19.7-19.7c0-7.5 4.3-14.4 9.8-19.5c9.4-8.8 22.2-26.4 22.2-56.7c0-53-43-96-96-96h-96v64c0 12.6-7.4 24.1-19 29.2s-25 3-34.4-5.4l-160-144C3.9 225.7 0 217.1 0 208s3.9-17.7 10.6-23.8l160-144c9.4-8.5 22.9-10.6 34.4-5.4"/></svg> </template>
CSS
.icon-reply {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M205%2034.8c11.5%205.1%2019%2016.6%2019%2029.2v64h112c97.2%200%20176%2078.8%20176%20176c0%20113.3-81.5%20163.9-100.2%20174.1c-2.5%201.4-5.3%201.9-8.1%201.9c-10.9%200-19.7-8.9-19.7-19.7c0-7.5%204.3-14.4%209.8-19.5c9.4-8.8%2022.2-26.4%2022.2-56.7c0-53-43-96-96-96h-96v64c0%2012.6-7.4%2024.1-19%2029.2s-25%203-34.4-5.4l-160-144C3.9%20225.7%200%20217.1%200%20208s3.9-17.7%2010.6-23.8l160-144c9.4-8.5%2022.9-10.6%2034.4-5.4%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M205%2034.8c11.5%205.1%2019%2016.6%2019%2029.2v64h112c97.2%200%20176%2078.8%20176%20176c0%20113.3-81.5%20163.9-100.2%20174.1c-2.5%201.4-5.3%201.9-8.1%201.9c-10.9%200-19.7-8.9-19.7-19.7c0-7.5%204.3-14.4%209.8-19.5c9.4-8.8%2022.2-26.4%2022.2-56.7c0-53-43-96-96-96h-96v64c0%2012.6-7.4%2024.1-19%2029.2s-25%203-34.4-5.4l-160-144C3.9%20225.7%200%20217.1%200%20208s3.9-17.7%2010.6-23.8l160-144c9.4-8.5%2022.9-10.6%2034.4-5.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/reply.svg?color=%231a73e8&size=48