reply icon
reply-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- reply-fill
- Set
- Bootstrap Icons
- Style
- Fill
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
The same icon in other sets
replyAkar IconsreplyBoxIcons v2replyCarbonreplyCodiconsreplyFont Awesome 6 SolidreplyFont Awesome Solidreply-outlineFlowbite IconsreplyHuge IconsreplyIconoirreplyIonIconsreplyLine AwesomereplyLucidereplyMajesticonsreplyMaterial SymbolsreplyMaterial Symbols LightreplyMaterial Design IconsreplyOcticonsreplyPixelarticonsreplyPrime Iconsreply-fillRemix Iconreply-boldSolar
Related icons in Bootstrap Icons
Use the reply icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.921 11.9L1.353 8.62a.72.72 0 0 1 0-1.238L5.921 4.1A.716.716 0 0 1 7 4.719V6c1.5 0 6 0 7 8c-2.5-4.5-7-4-7-4v1.281c0 .56-.606.898-1.079.62z"/></svg>
React
import type { SVGProps } from "react";
export function BiReplyFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.921 11.9L1.353 8.62a.72.72 0 0 1 0-1.238L5.921 4.1A.716.716 0 0 1 7 4.719V6c1.5 0 6 0 7 8c-2.5-4.5-7-4-7-4v1.281c0 .56-.606.898-1.079.62z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.921 11.9L1.353 8.62a.72.72 0 0 1 0-1.238L5.921 4.1A.716.716 0 0 1 7 4.719V6c1.5 0 6 0 7 8c-2.5-4.5-7-4-7-4v1.281c0 .56-.606.898-1.079.62z"/></svg> </template>
CSS
.icon-reply-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.921%2011.9L1.353%208.62a.72.72%200%200%201%200-1.238L5.921%204.1A.716.716%200%200%201%207%204.719V6c1.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%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.921%2011.9L1.353%208.62a.72.72%200%200%201%200-1.238L5.921%204.1A.716.716%200%200%201%207%204.719V6c1.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%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/reply-fill.svg?color=%231a73e8&size=48