reply all icon
reply-all-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.
- Name
- reply-all-line
- Set
- Majesticons
- Style
- Line
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
The same icon in other sets
reply-allBootstrap Iconsreply-allBoxIcons v2reply-allCarbonreply-allFont Awesome 6 Solidreply-allFont Awesome Solidreply-all-outlineFlowbite Iconsreply-allHuge Iconsreply-allIonIconsreply-allLine Awesomereply-allLucidereply-allMaterial Symbolsreply-allMaterial Symbols Lightreply-allMaterial Design Iconsreply-allPixelarticonsreply-all-fillRemix Icon
Use the reply all icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.383 4.076A1 1 0 0 1 10 5v1.586l2.293-2.293A1 1 0 0 1 14 5v3.029c1.859.109 3.371.526 4.593 1.184a7.556 7.556 0 0 1 3.082 3.054C22.965 14.602 23 17.348 23 19a1 1 0 1 1-2 0c0-.621-.218-1.081-.597-1.46c-.404-.403-1.021-.741-1.832-1c-1.344-.428-3.02-.574-4.571-.565V19a1 1 0 0 1-1.707.707L10 17.414V19a1 1 0 0 1-1.707.707l-7-7a1 1 0 0 1 0-1.414l7-7a1 1 0 0 1 1.09-.217zM8 15.414l-2.707-2.707a1 1 0 0 1 0-1.414L8 8.586V7.414L3.414 12L8 16.586v-1.172zm12.677-.14a7.768 7.768 0 0 0-.753-2.04a5.556 5.556 0 0 0-2.28-2.26C16.566 10.393 15.075 10 13 10a1 1 0 0 1-1-1V7.414L7.414 12L12 16.586V15a1 1 0 0 1 .955-.999c1.879-.085 4.266.01 6.224.634a7.97 7.97 0 0 1 1.498.64z"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsReplyAllLine(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="M9.383 4.076A1 1 0 0 1 10 5v1.586l2.293-2.293A1 1 0 0 1 14 5v3.029c1.859.109 3.371.526 4.593 1.184a7.556 7.556 0 0 1 3.082 3.054C22.965 14.602 23 17.348 23 19a1 1 0 1 1-2 0c0-.621-.218-1.081-.597-1.46c-.404-.403-1.021-.741-1.832-1c-1.344-.428-3.02-.574-4.571-.565V19a1 1 0 0 1-1.707.707L10 17.414V19a1 1 0 0 1-1.707.707l-7-7a1 1 0 0 1 0-1.414l7-7a1 1 0 0 1 1.09-.217zM8 15.414l-2.707-2.707a1 1 0 0 1 0-1.414L8 8.586V7.414L3.414 12L8 16.586v-1.172zm12.677-.14a7.768 7.768 0 0 0-.753-2.04a5.556 5.556 0 0 0-2.28-2.26C16.566 10.393 15.075 10 13 10a1 1 0 0 1-1-1V7.414L7.414 12L12 16.586V15a1 1 0 0 1 .955-.999c1.879-.085 4.266.01 6.224.634a7.97 7.97 0 0 1 1.498.64z"/></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="M9.383 4.076A1 1 0 0 1 10 5v1.586l2.293-2.293A1 1 0 0 1 14 5v3.029c1.859.109 3.371.526 4.593 1.184a7.556 7.556 0 0 1 3.082 3.054C22.965 14.602 23 17.348 23 19a1 1 0 1 1-2 0c0-.621-.218-1.081-.597-1.46c-.404-.403-1.021-.741-1.832-1c-1.344-.428-3.02-.574-4.571-.565V19a1 1 0 0 1-1.707.707L10 17.414V19a1 1 0 0 1-1.707.707l-7-7a1 1 0 0 1 0-1.414l7-7a1 1 0 0 1 1.09-.217zM8 15.414l-2.707-2.707a1 1 0 0 1 0-1.414L8 8.586V7.414L3.414 12L8 16.586v-1.172zm12.677-.14a7.768 7.768 0 0 0-.753-2.04a5.556 5.556 0 0 0-2.28-2.26C16.566 10.393 15.075 10 13 10a1 1 0 0 1-1-1V7.414L7.414 12L12 16.586V15a1 1 0 0 1 .955-.999c1.879-.085 4.266.01 6.224.634a7.97 7.97 0 0 1 1.498.64z"/></g></svg> </template>
CSS
.icon-reply-all-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%22M9.383%204.076A1%201%200%200%201%2010%205v1.586l2.293-2.293A1%201%200%200%201%2014%205v3.029c1.859.109%203.371.526%204.593%201.184a7.556%207.556%200%200%201%203.082%203.054C22.965%2014.602%2023%2017.348%2023%2019a1%201%200%201%201-2%200c0-.621-.218-1.081-.597-1.46c-.404-.403-1.021-.741-1.832-1c-1.344-.428-3.02-.574-4.571-.565V19a1%201%200%200%201-1.707.707L10%2017.414V19a1%201%200%200%201-1.707.707l-7-7a1%201%200%200%201%200-1.414l7-7a1%201%200%200%201%201.09-.217zM8%2015.414l-2.707-2.707a1%201%200%200%201%200-1.414L8%208.586V7.414L3.414%2012L8%2016.586v-1.172zm12.677-.14a7.768%207.768%200%200%200-.753-2.04a5.556%205.556%200%200%200-2.28-2.26C16.566%2010.393%2015.075%2010%2013%2010a1%201%200%200%201-1-1V7.414L7.414%2012L12%2016.586V15a1%201%200%200%201%20.955-.999c1.879-.085%204.266.01%206.224.634a7.97%207.97%200%200%201%201.498.64z%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%22M9.383%204.076A1%201%200%200%201%2010%205v1.586l2.293-2.293A1%201%200%200%201%2014%205v3.029c1.859.109%203.371.526%204.593%201.184a7.556%207.556%200%200%201%203.082%203.054C22.965%2014.602%2023%2017.348%2023%2019a1%201%200%201%201-2%200c0-.621-.218-1.081-.597-1.46c-.404-.403-1.021-.741-1.832-1c-1.344-.428-3.02-.574-4.571-.565V19a1%201%200%200%201-1.707.707L10%2017.414V19a1%201%200%200%201-1.707.707l-7-7a1%201%200%200%201%200-1.414l7-7a1%201%200%200%201%201.09-.217zM8%2015.414l-2.707-2.707a1%201%200%200%201%200-1.414L8%208.586V7.414L3.414%2012L8%2016.586v-1.172zm12.677-.14a7.768%207.768%200%200%200-.753-2.04a5.556%205.556%200%200%200-2.28-2.26C16.566%2010.393%2015.075%2010%2013%2010a1%201%200%200%201-1-1V7.414L7.414%2012L12%2016.586V15a1%201%200%200%201%20.955-.999c1.879-.085%204.266.01%206.224.634a7.97%207.97%200%200%201%201.498.64z%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-all-line.svg?color=%231a73e8&size=48