reply all icon
reply-all-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- reply-all-fill
- Set
- Bootstrap Icons
- Style
- Fill
- 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.021 11.9L3.453 8.62a.72.72 0 0 1 0-1.238L8.021 4.1a.716.716 0 0 1 1.079.619V6c1.5 0 6 0 7 8c-2.5-4.5-7-4-7-4v1.281c0 .56-.606.898-1.079.62z"/><path d="M5.232 4.293a.5.5 0 0 1-.106.7L1.114 7.945l-.042.028a.147.147 0 0 0 0 .252l.042.028l4.012 2.954a.5.5 0 1 1-.593.805L.539 9.073a1.147 1.147 0 0 1 0-1.946l3.994-2.94a.5.5 0 0 1 .699.106"/></g></svg>
React
import type { SVGProps } from "react";
export function BiReplyAllFill(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.021 11.9L3.453 8.62a.72.72 0 0 1 0-1.238L8.021 4.1a.716.716 0 0 1 1.079.619V6c1.5 0 6 0 7 8c-2.5-4.5-7-4-7-4v1.281c0 .56-.606.898-1.079.62z"/><path d="M5.232 4.293a.5.5 0 0 1-.106.7L1.114 7.945l-.042.028a.147.147 0 0 0 0 .252l.042.028l4.012 2.954a.5.5 0 1 1-.593.805L.539 9.073a1.147 1.147 0 0 1 0-1.946l3.994-2.94a.5.5 0 0 1 .699.106"/></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.021 11.9L3.453 8.62a.72.72 0 0 1 0-1.238L8.021 4.1a.716.716 0 0 1 1.079.619V6c1.5 0 6 0 7 8c-2.5-4.5-7-4-7-4v1.281c0 .56-.606.898-1.079.62z"/><path d="M5.232 4.293a.5.5 0 0 1-.106.7L1.114 7.945l-.042.028a.147.147 0 0 0 0 .252l.042.028l4.012 2.954a.5.5 0 1 1-.593.805L.539 9.073a1.147 1.147 0 0 1 0-1.946l3.994-2.94a.5.5 0 0 1 .699.106"/></g></svg> </template>
CSS
.icon-reply-all-fill {
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.021%2011.9L3.453%208.62a.72.72%200%200%201%200-1.238L8.021%204.1a.716.716%200%200%201%201.079.619V6c1.5%200%206%200%207%208c-2.5-4.5-7-4-7-4v1.281c0%20.56-.606.898-1.079.62z%22%2F%3E%3Cpath%20d%3D%22M5.232%204.293a.5.5%200%200%201-.106.7L1.114%207.945l-.042.028a.147.147%200%200%200%200%20.252l.042.028l4.012%202.954a.5.5%200%201%201-.593.805L.539%209.073a1.147%201.147%200%200%201%200-1.946l3.994-2.94a.5.5%200%200%201%20.699.106%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.021%2011.9L3.453%208.62a.72.72%200%200%201%200-1.238L8.021%204.1a.716.716%200%200%201%201.079.619V6c1.5%200%206%200%207%208c-2.5-4.5-7-4-7-4v1.281c0%20.56-.606.898-1.079.62z%22%2F%3E%3Cpath%20d%3D%22M5.232%204.293a.5.5%200%200%201-.106.7L1.114%207.945l-.042.028a.147.147%200%200%200%200%20.252l.042.028l4.012%202.954a.5.5%200%201%201-.593.805L.539%209.073a1.147%201.147%200%200%201%200-1.946l3.994-2.94a.5.5%200%200%201%20.699.106%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-fill.svg?color=%231a73e8&size=48