reply all icon
reply-all from Majesticons by Gerrit Halfmann · Solid · MIT Free for personal and commercial use.
- Name
- reply-all
- Set
- Majesticons
- Style
- Solid
- 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="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.383 4.076A1 1 0 0 1 14 5v3.028c1.855.106 3.365.513 4.586 1.158a7.46 7.46 0 0 1 3.087 3.014C22.966 14.518 23 17.27 23 19a1 1 0 1 1-2 0c0-.622-.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.707l-7-7a1 1 0 0 1 0-1.414l7-7a1 1 0 0 1 1.09-.217zM10 5v.586l-5.707 5.707a.997.997 0 0 0 0 1.414L10 18.414V19a1 1 0 0 1-1.707.707l-7-7a1 1 0 0 1 0-1.414l7-7A1 1 0 0 1 10 5zm9 15h-.008h.016H19z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsReplyAll(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fillRule="evenodd" clipRule="evenodd" d="M13.383 4.076A1 1 0 0 1 14 5v3.028c1.855.106 3.365.513 4.586 1.158a7.46 7.46 0 0 1 3.087 3.014C22.966 14.518 23 17.27 23 19a1 1 0 1 1-2 0c0-.622-.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.707l-7-7a1 1 0 0 1 0-1.414l7-7a1 1 0 0 1 1.09-.217zM10 5v.586l-5.707 5.707a.997.997 0 0 0 0 1.414L10 18.414V19a1 1 0 0 1-1.707.707l-7-7a1 1 0 0 1 0-1.414l7-7A1 1 0 0 1 10 5zm9 15h-.008h.016H19z" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.383 4.076A1 1 0 0 1 14 5v3.028c1.855.106 3.365.513 4.586 1.158a7.46 7.46 0 0 1 3.087 3.014C22.966 14.518 23 17.27 23 19a1 1 0 1 1-2 0c0-.622-.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.707l-7-7a1 1 0 0 1 0-1.414l7-7a1 1 0 0 1 1.09-.217zM10 5v.586l-5.707 5.707a.997.997 0 0 0 0 1.414L10 18.414V19a1 1 0 0 1-1.707.707l-7-7a1 1 0 0 1 0-1.414l7-7A1 1 0 0 1 10 5zm9 15h-.008h.016H19z" fill="currentColor"/></g></svg> </template>
CSS
.icon-reply-all {
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%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.383%204.076A1%201%200%200%201%2014%205v3.028c1.855.106%203.365.513%204.586%201.158a7.46%207.46%200%200%201%203.087%203.014C22.966%2014.518%2023%2017.27%2023%2019a1%201%200%201%201-2%200c0-.622-.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.707l-7-7a1%201%200%200%201%200-1.414l7-7a1%201%200%200%201%201.09-.217zM10%205v.586l-5.707%205.707a.997.997%200%200%200%200%201.414L10%2018.414V19a1%201%200%200%201-1.707.707l-7-7a1%201%200%200%201%200-1.414l7-7A1%201%200%200%201%2010%205zm9%2015h-.008h.016H19z%22%20fill%3D%22currentColor%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%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.383%204.076A1%201%200%200%201%2014%205v3.028c1.855.106%203.365.513%204.586%201.158a7.46%207.46%200%200%201%203.087%203.014C22.966%2014.518%2023%2017.27%2023%2019a1%201%200%201%201-2%200c0-.622-.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.707l-7-7a1%201%200%200%201%200-1.414l7-7a1%201%200%200%201%201.09-.217zM10%205v.586l-5.707%205.707a.997.997%200%200%200%200%201.414L10%2018.414V19a1%201%200%200%201-1.707.707l-7-7a1%201%200%200%201%200-1.414l7-7A1%201%200%200%201%2010%205zm9%2015h-.008h.016H19z%22%20fill%3D%22currentColor%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.svg?color=%231a73e8&size=48