reply all icon
reply-all-outline from Flowbite Icons by Themesberg · Outline · Arrows · MIT Free for personal and commercial use.
- Name
- reply-all-outline
- Set
- Flowbite Icons
- Style
- Outline
- 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.757 6L3.24 10.95a1.05 1.05 0 0 0 0 1.549l5.611 5.088m5.73-3.214v1.615a.948.948 0 0 1-1.524.845l-5.108-4.251a1.1 1.1 0 0 1 0-1.646l5.108-4.251a.95.95 0 0 1 1.524.846v1.7c3.312 0 6 2.979 6 6.654v1.329a.7.7 0 0 1-1.345.353a5.17 5.17 0 0 0-4.652-3.191z"/></svg>
React
import type { SVGProps } from "react";
export function FlowbiteReplyAllOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M8.757 6L3.24 10.95a1.05 1.05 0 0 0 0 1.549l5.611 5.088m5.73-3.214v1.615a.948.948 0 0 1-1.524.845l-5.108-4.251a1.1 1.1 0 0 1 0-1.646l5.108-4.251a.95.95 0 0 1 1.524.846v1.7c3.312 0 6 2.979 6 6.654v1.329a.7.7 0 0 1-1.345.353a5.17 5.17 0 0 0-4.652-3.191z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.757 6L3.24 10.95a1.05 1.05 0 0 0 0 1.549l5.611 5.088m5.73-3.214v1.615a.948.948 0 0 1-1.524.845l-5.108-4.251a1.1 1.1 0 0 1 0-1.646l5.108-4.251a.95.95 0 0 1 1.524.846v1.7c3.312 0 6 2.979 6 6.654v1.329a.7.7 0 0 1-1.345.353a5.17 5.17 0 0 0-4.652-3.191z"/></svg> </template>
CSS
.icon-reply-all-outline {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8.757%206L3.24%2010.95a1.05%201.05%200%200%200%200%201.549l5.611%205.088m5.73-3.214v1.615a.948.948%200%200%201-1.524.845l-5.108-4.251a1.1%201.1%200%200%201%200-1.646l5.108-4.251a.95.95%200%200%201%201.524.846v1.7c3.312%200%206%202.979%206%206.654v1.329a.7.7%200%200%201-1.345.353a5.17%205.17%200%200%200-4.652-3.191z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8.757%206L3.24%2010.95a1.05%201.05%200%200%200%200%201.549l5.611%205.088m5.73-3.214v1.615a.948.948%200%200%201-1.524.845l-5.108-4.251a1.1%201.1%200%200%201%200-1.646l5.108-4.251a.95.95%200%200%201%201.524.846v1.7c3.312%200%206%202.979%206%206.654v1.329a.7.7%200%200%201-1.345.353a5.17%205.17%200%200%200-4.652-3.191z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/reply-all-outline.svg?color=%231a73e8&size=48