reply icon
reply-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.
- Name
- reply-line
- Set
- Majesticons
- Style
- Line
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
The same icon in other sets
replyAkar IconsreplyBootstrap IconsreplyBoxIcons v2replyCarbonreplyCodiconsreplyFont Awesome 6 SolidreplyFont Awesome Solidreply-outlineFlowbite IconsreplyHuge IconsreplyIconoirreplyIonIconsreplyLine AwesomereplyLucidereplyMaterial SymbolsreplyMaterial Symbols LightreplyMaterial Design IconsreplyOcticonsreplyPixelarticonsreplyPrime Iconsreply-fillRemix Iconreply-boldSolar
Related icons in Majesticons
Use the reply icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.383 4.076A1 1 0 0 1 11 5v3.028c4.117.23 6.861 1.885 8.58 4.035C21.403 14.339 22 17.075 22 19a1 1 0 1 1-2 0c0-.502-.235-.942-.802-1.366c-.592-.443-1.477-.805-2.565-1.076c-1.804-.45-3.941-.594-5.633-.583V19a1 1 0 0 1-1.707.707l-7-7a1 1 0 0 1 0-1.414l7-7a1 1 0 0 1 1.09-.217zm8.843 11.267a8.762 8.762 0 0 0-1.207-2.03C16.574 11.505 14.122 10 10 10a1 1 0 0 1-1-1V7.414L4.414 12L9 16.586V15a1 1 0 0 1 .955-.999c1.888-.086 4.743.014 7.162.616a11.6 11.6 0 0 1 2.11.726z"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsReplyLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.383 4.076A1 1 0 0 1 11 5v3.028c4.117.23 6.861 1.885 8.58 4.035C21.403 14.339 22 17.075 22 19a1 1 0 1 1-2 0c0-.502-.235-.942-.802-1.366c-.592-.443-1.477-.805-2.565-1.076c-1.804-.45-3.941-.594-5.633-.583V19a1 1 0 0 1-1.707.707l-7-7a1 1 0 0 1 0-1.414l7-7a1 1 0 0 1 1.09-.217zm8.843 11.267a8.762 8.762 0 0 0-1.207-2.03C16.574 11.505 14.122 10 10 10a1 1 0 0 1-1-1V7.414L4.414 12L9 16.586V15a1 1 0 0 1 .955-.999c1.888-.086 4.743.014 7.162.616a11.6 11.6 0 0 1 2.11.726z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.383 4.076A1 1 0 0 1 11 5v3.028c4.117.23 6.861 1.885 8.58 4.035C21.403 14.339 22 17.075 22 19a1 1 0 1 1-2 0c0-.502-.235-.942-.802-1.366c-.592-.443-1.477-.805-2.565-1.076c-1.804-.45-3.941-.594-5.633-.583V19a1 1 0 0 1-1.707.707l-7-7a1 1 0 0 1 0-1.414l7-7a1 1 0 0 1 1.09-.217zm8.843 11.267a8.762 8.762 0 0 0-1.207-2.03C16.574 11.505 14.122 10 10 10a1 1 0 0 1-1-1V7.414L4.414 12L9 16.586V15a1 1 0 0 1 .955-.999c1.888-.086 4.743.014 7.162.616a11.6 11.6 0 0 1 2.11.726z"/></g></svg> </template>
CSS
.icon-reply-line {
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%22currentColor%22%3E%3Cpath%20d%3D%22M10.383%204.076A1%201%200%200%201%2011%205v3.028c4.117.23%206.861%201.885%208.58%204.035C21.403%2014.339%2022%2017.075%2022%2019a1%201%200%201%201-2%200c0-.502-.235-.942-.802-1.366c-.592-.443-1.477-.805-2.565-1.076c-1.804-.45-3.941-.594-5.633-.583V19a1%201%200%200%201-1.707.707l-7-7a1%201%200%200%201%200-1.414l7-7a1%201%200%200%201%201.09-.217zm8.843%2011.267a8.762%208.762%200%200%200-1.207-2.03C16.574%2011.505%2014.122%2010%2010%2010a1%201%200%200%201-1-1V7.414L4.414%2012L9%2016.586V15a1%201%200%200%201%20.955-.999c1.888-.086%204.743.014%207.162.616a11.6%2011.6%200%200%201%202.11.726z%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%22currentColor%22%3E%3Cpath%20d%3D%22M10.383%204.076A1%201%200%200%201%2011%205v3.028c4.117.23%206.861%201.885%208.58%204.035C21.403%2014.339%2022%2017.075%2022%2019a1%201%200%201%201-2%200c0-.502-.235-.942-.802-1.366c-.592-.443-1.477-.805-2.565-1.076c-1.804-.45-3.941-.594-5.633-.583V19a1%201%200%200%201-1.707.707l-7-7a1%201%200%200%201%200-1.414l7-7a1%201%200%200%201%201.09-.217zm8.843%2011.267a8.762%208.762%200%200%200-1.207-2.03C16.574%2011.505%2014.122%2010%2010%2010a1%201%200%200%201-1-1V7.414L4.414%2012L9%2016.586V15a1%201%200%200%201%20.955-.999c1.888-.086%204.743.014%207.162.616a11.6%2011.6%200%200%201%202.11.726z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/reply-line.svg?color=%231a73e8&size=48