reply all icon
reply-all from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- reply-all
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
The same icon in other sets
reply-allBoxIcons v2reply-allCarbonreply-allFont Awesome 6 Solidreply-allFont Awesome Solidreply-all-outlineFlowbite Iconsreply-allHuge Iconsreply-allIonIconsreply-allLine Awesomereply-allLucidereply-allMajesticonsreply-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 16 16"><g fill="currentColor"><path d="M8.098 5.013a.144.144 0 0 1 .202.134V6.3a.5.5 0 0 0 .5.5c.667 0 2.013.005 3.3.822c.984.624 1.99 1.76 2.595 3.876c-1.02-.983-2.185-1.516-3.205-1.799a8.7 8.7 0 0 0-1.921-.306a7 7 0 0 0-.798.008h-.013l-.005.001h-.001L8.8 9.9l-.05-.498a.5.5 0 0 0-.45.498v1.153c0 .108-.11.176-.202.134L4.114 8.254l-.042-.028a.147.147 0 0 1 0-.252l.042-.028zM9.3 10.386q.102 0 .223.006c.434.02 1.034.086 1.7.271c1.326.368 2.896 1.202 3.94 3.08a.5.5 0 0 0 .933-.305c-.464-3.71-1.886-5.662-3.46-6.66c-1.245-.79-2.527-.942-3.336-.971v-.66a1.144 1.144 0 0 0-1.767-.96l-3.994 2.94a1.147 1.147 0 0 0 0 1.946l3.994 2.94a1.144 1.144 0 0 0 1.767-.96z"/><path d="M5.232 4.293a.5.5 0 0 0-.7-.106L.54 7.127a1.147 1.147 0 0 0 0 1.946l3.994 2.94a.5.5 0 1 0 .593-.805L1.114 8.254l-.042-.028a.147.147 0 0 1 0-.252l.042-.028l4.012-2.954a.5.5 0 0 0 .106-.699"/></g></svg>
React
import type { SVGProps } from "react";
export function BiReplyAll(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8.098 5.013a.144.144 0 0 1 .202.134V6.3a.5.5 0 0 0 .5.5c.667 0 2.013.005 3.3.822c.984.624 1.99 1.76 2.595 3.876c-1.02-.983-2.185-1.516-3.205-1.799a8.7 8.7 0 0 0-1.921-.306a7 7 0 0 0-.798.008h-.013l-.005.001h-.001L8.8 9.9l-.05-.498a.5.5 0 0 0-.45.498v1.153c0 .108-.11.176-.202.134L4.114 8.254l-.042-.028a.147.147 0 0 1 0-.252l.042-.028zM9.3 10.386q.102 0 .223.006c.434.02 1.034.086 1.7.271c1.326.368 2.896 1.202 3.94 3.08a.5.5 0 0 0 .933-.305c-.464-3.71-1.886-5.662-3.46-6.66c-1.245-.79-2.527-.942-3.336-.971v-.66a1.144 1.144 0 0 0-1.767-.96l-3.994 2.94a1.147 1.147 0 0 0 0 1.946l3.994 2.94a1.144 1.144 0 0 0 1.767-.96z"/><path d="M5.232 4.293a.5.5 0 0 0-.7-.106L.54 7.127a1.147 1.147 0 0 0 0 1.946l3.994 2.94a.5.5 0 1 0 .593-.805L1.114 8.254l-.042-.028a.147.147 0 0 1 0-.252l.042-.028l4.012-2.954a.5.5 0 0 0 .106-.699"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8.098 5.013a.144.144 0 0 1 .202.134V6.3a.5.5 0 0 0 .5.5c.667 0 2.013.005 3.3.822c.984.624 1.99 1.76 2.595 3.876c-1.02-.983-2.185-1.516-3.205-1.799a8.7 8.7 0 0 0-1.921-.306a7 7 0 0 0-.798.008h-.013l-.005.001h-.001L8.8 9.9l-.05-.498a.5.5 0 0 0-.45.498v1.153c0 .108-.11.176-.202.134L4.114 8.254l-.042-.028a.147.147 0 0 1 0-.252l.042-.028zM9.3 10.386q.102 0 .223.006c.434.02 1.034.086 1.7.271c1.326.368 2.896 1.202 3.94 3.08a.5.5 0 0 0 .933-.305c-.464-3.71-1.886-5.662-3.46-6.66c-1.245-.79-2.527-.942-3.336-.971v-.66a1.144 1.144 0 0 0-1.767-.96l-3.994 2.94a1.147 1.147 0 0 0 0 1.946l3.994 2.94a1.144 1.144 0 0 0 1.767-.96z"/><path d="M5.232 4.293a.5.5 0 0 0-.7-.106L.54 7.127a1.147 1.147 0 0 0 0 1.946l3.994 2.94a.5.5 0 1 0 .593-.805L1.114 8.254l-.042-.028a.147.147 0 0 1 0-.252l.042-.028l4.012-2.954a.5.5 0 0 0 .106-.699"/></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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.098%205.013a.144.144%200%200%201%20.202.134V6.3a.5.5%200%200%200%20.5.5c.667%200%202.013.005%203.3.822c.984.624%201.99%201.76%202.595%203.876c-1.02-.983-2.185-1.516-3.205-1.799a8.7%208.7%200%200%200-1.921-.306a7%207%200%200%200-.798.008h-.013l-.005.001h-.001L8.8%209.9l-.05-.498a.5.5%200%200%200-.45.498v1.153c0%20.108-.11.176-.202.134L4.114%208.254l-.042-.028a.147.147%200%200%201%200-.252l.042-.028zM9.3%2010.386q.102%200%20.223.006c.434.02%201.034.086%201.7.271c1.326.368%202.896%201.202%203.94%203.08a.5.5%200%200%200%20.933-.305c-.464-3.71-1.886-5.662-3.46-6.66c-1.245-.79-2.527-.942-3.336-.971v-.66a1.144%201.144%200%200%200-1.767-.96l-3.994%202.94a1.147%201.147%200%200%200%200%201.946l3.994%202.94a1.144%201.144%200%200%200%201.767-.96z%22%2F%3E%3Cpath%20d%3D%22M5.232%204.293a.5.5%200%200%200-.7-.106L.54%207.127a1.147%201.147%200%200%200%200%201.946l3.994%202.94a.5.5%200%201%200%20.593-.805L1.114%208.254l-.042-.028a.147.147%200%200%201%200-.252l.042-.028l4.012-2.954a.5.5%200%200%200%20.106-.699%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.098%205.013a.144.144%200%200%201%20.202.134V6.3a.5.5%200%200%200%20.5.5c.667%200%202.013.005%203.3.822c.984.624%201.99%201.76%202.595%203.876c-1.02-.983-2.185-1.516-3.205-1.799a8.7%208.7%200%200%200-1.921-.306a7%207%200%200%200-.798.008h-.013l-.005.001h-.001L8.8%209.9l-.05-.498a.5.5%200%200%200-.45.498v1.153c0%20.108-.11.176-.202.134L4.114%208.254l-.042-.028a.147.147%200%200%201%200-.252l.042-.028zM9.3%2010.386q.102%200%20.223.006c.434.02%201.034.086%201.7.271c1.326.368%202.896%201.202%203.94%203.08a.5.5%200%200%200%20.933-.305c-.464-3.71-1.886-5.662-3.46-6.66c-1.245-.79-2.527-.942-3.336-.971v-.66a1.144%201.144%200%200%200-1.767-.96l-3.994%202.94a1.147%201.147%200%200%200%200%201.946l3.994%202.94a1.144%201.144%200%200%200%201.767-.96z%22%2F%3E%3Cpath%20d%3D%22M5.232%204.293a.5.5%200%200%200-.7-.106L.54%207.127a1.147%201.147%200%200%200%200%201.946l3.994%202.94a.5.5%200%201%200%20.593-.805L1.114%208.254l-.042-.028a.147.147%200%200%201%200-.252l.042-.028l4.012-2.954a.5.5%200%200%200%20.106-.699%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/reply-all.svg?color=%231a73e8&size=48