reply all icon
reply-all-solid from Flowbite Icons by Themesberg · Solid · Arrows · MIT Free for personal and commercial use.
- Name
- reply-all-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
reply-allBootstrap Iconsreply-allBoxIcons v2reply-allCarbonreply-allFont Awesome 6 Solidreply-allFont Awesome Solidreply-allHuge Iconsreply-allIonIconsreply-allLine Awesomereply-allLucidereply-allMajesticonsreply-allMaterial Symbolsreply-allMaterial Symbols Lightreply-allMaterial Design Iconsreply-allPixelarticonsreply-all-fillRemix Icon
More arrows icons from Flowbite Icons
angle-down-outlineangle-left-outlineangle-right-outlineangle-up-outlinearrow-down-outlinearrow-down-to-bracket-outlinearrow-left-outlinearrow-left-to-bracket-outlinearrow-right-alt-outlinearrow-right-outlinearrow-right-to-bracket-outlinearrow-sort-letters-outlinearrow-up-down-outlinearrow-up-from-bracket-outlinearrow-up-outlinearrow-up-right-down-left-outlinearrows-repeat-count-outlinearrows-repeat-outlinecaret-down-outlinecaret-left-outlinecaret-right-outlinecaret-sort-outlinecaret-up-outlinechevron-double-down-outline
Use the reply all icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.484 6.743c.41-.368.443-1 .077-1.41a.99.99 0 0 0-1.405-.078L2.67 10.203l-.007.006A2.05 2.05 0 0 0 2 11.721a2.06 2.06 0 0 0 .662 1.51l5.584 5.09a.99.99 0 0 0 1.405-.07a1.003 1.003 0 0 0-.07-1.412l-5.577-5.082a.05.05 0 0 1 0-.072zm6.543 9.199v-.42a4.17 4.17 0 0 1 2.715 2.415c.154.382.44.695.806.88a1.683 1.683 0 0 0 2.167-.571c.214-.322.312-.707.279-1.092V15.88c0-3.77-2.526-7.039-5.966-7.573V7.57a1.96 1.96 0 0 0-.994-1.838a1.93 1.93 0 0 0-2.153.184L7.8 10.164l-.012.011l-.011.01a2.1 2.1 0 0 0-.703 1.57a2.1 2.1 0 0 0 .726 1.59l5.08 4.25a1.933 1.933 0 0 0 2.929-.614c.167-.32.242-.68.218-1.04Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function FlowbiteReplyAllSolid(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" fillRule="evenodd" d="M9.484 6.743c.41-.368.443-1 .077-1.41a.99.99 0 0 0-1.405-.078L2.67 10.203l-.007.006A2.05 2.05 0 0 0 2 11.721a2.06 2.06 0 0 0 .662 1.51l5.584 5.09a.99.99 0 0 0 1.405-.07a1.003 1.003 0 0 0-.07-1.412l-5.577-5.082a.05.05 0 0 1 0-.072zm6.543 9.199v-.42a4.17 4.17 0 0 1 2.715 2.415c.154.382.44.695.806.88a1.683 1.683 0 0 0 2.167-.571c.214-.322.312-.707.279-1.092V15.88c0-3.77-2.526-7.039-5.966-7.573V7.57a1.96 1.96 0 0 0-.994-1.838a1.93 1.93 0 0 0-2.153.184L7.8 10.164l-.012.011l-.011.01a2.1 2.1 0 0 0-.703 1.57a2.1 2.1 0 0 0 .726 1.59l5.08 4.25a1.933 1.933 0 0 0 2.929-.614c.167-.32.242-.68.218-1.04Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.484 6.743c.41-.368.443-1 .077-1.41a.99.99 0 0 0-1.405-.078L2.67 10.203l-.007.006A2.05 2.05 0 0 0 2 11.721a2.06 2.06 0 0 0 .662 1.51l5.584 5.09a.99.99 0 0 0 1.405-.07a1.003 1.003 0 0 0-.07-1.412l-5.577-5.082a.05.05 0 0 1 0-.072zm6.543 9.199v-.42a4.17 4.17 0 0 1 2.715 2.415c.154.382.44.695.806.88a1.683 1.683 0 0 0 2.167-.571c.214-.322.312-.707.279-1.092V15.88c0-3.77-2.526-7.039-5.966-7.573V7.57a1.96 1.96 0 0 0-.994-1.838a1.93 1.93 0 0 0-2.153.184L7.8 10.164l-.012.011l-.011.01a2.1 2.1 0 0 0-.703 1.57a2.1 2.1 0 0 0 .726 1.59l5.08 4.25a1.933 1.933 0 0 0 2.929-.614c.167-.32.242-.68.218-1.04Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-reply-all-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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.484%206.743c.41-.368.443-1%20.077-1.41a.99.99%200%200%200-1.405-.078L2.67%2010.203l-.007.006A2.05%202.05%200%200%200%202%2011.721a2.06%202.06%200%200%200%20.662%201.51l5.584%205.09a.99.99%200%200%200%201.405-.07a1.003%201.003%200%200%200-.07-1.412l-5.577-5.082a.05.05%200%200%201%200-.072zm6.543%209.199v-.42a4.17%204.17%200%200%201%202.715%202.415c.154.382.44.695.806.88a1.683%201.683%200%200%200%202.167-.571c.214-.322.312-.707.279-1.092V15.88c0-3.77-2.526-7.039-5.966-7.573V7.57a1.96%201.96%200%200%200-.994-1.838a1.93%201.93%200%200%200-2.153.184L7.8%2010.164l-.012.011l-.011.01a2.1%202.1%200%200%200-.703%201.57a2.1%202.1%200%200%200%20.726%201.59l5.08%204.25a1.933%201.933%200%200%200%202.929-.614c.167-.32.242-.68.218-1.04Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.484%206.743c.41-.368.443-1%20.077-1.41a.99.99%200%200%200-1.405-.078L2.67%2010.203l-.007.006A2.05%202.05%200%200%200%202%2011.721a2.06%202.06%200%200%200%20.662%201.51l5.584%205.09a.99.99%200%200%200%201.405-.07a1.003%201.003%200%200%200-.07-1.412l-5.577-5.082a.05.05%200%200%201%200-.072zm6.543%209.199v-.42a4.17%204.17%200%200%201%202.715%202.415c.154.382.44.695.806.88a1.683%201.683%200%200%200%202.167-.571c.214-.322.312-.707.279-1.092V15.88c0-3.77-2.526-7.039-5.966-7.573V7.57a1.96%201.96%200%200%200-.994-1.838a1.93%201.93%200%200%200-2.153.184L7.8%2010.164l-.012.011l-.011.01a2.1%202.1%200%200%200-.703%201.57a2.1%202.1%200%200%200%20.726%201.59l5.08%204.25a1.933%201.933%200%200%200%202.929-.614c.167-.32.242-.68.218-1.04Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/reply-all-solid.svg?color=%231a73e8&size=48