reply all icon

reply-all from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
reply-all
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

The same icon in other sets

Use the reply all icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M304.5 192v-80L152.7 255.8 304.5 390v-91.9c68 0 107.9 8.9 159.1 101.9 0 0-6.1-208-159.1-208z" fill="currentColor"/><path d="M47.5 256l144 126.5V324l-82.2-68 82.2-78.6v-57z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonReplyAll(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M304.5 192v-80L152.7 255.8 304.5 390v-91.9c68 0 107.9 8.9 159.1 101.9 0 0-6.1-208-159.1-208z" fill="currentColor"/><path d="M47.5 256l144 126.5V324l-82.2-68 82.2-78.6v-57z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M304.5 192v-80L152.7 255.8 304.5 390v-91.9c68 0 107.9 8.9 159.1 101.9 0 0-6.1-208-159.1-208z" fill="currentColor"/><path d="M47.5 256l144 126.5V324l-82.2-68 82.2-78.6v-57z" fill="currentColor"/></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%20512%20512%22%3E%3Cpath%20d%3D%22M304.5%20192v-80L152.7%20255.8%20304.5%20390v-91.9c68%200%20107.9%208.9%20159.1%20101.9%200%200-6.1-208-159.1-208z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M47.5%20256l144%20126.5V324l-82.2-68%2082.2-78.6v-57z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M304.5%20192v-80L152.7%20255.8%20304.5%20390v-91.9c68%200%20107.9%208.9%20159.1%20101.9%200%200-6.1-208-159.1-208z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M47.5%20256l144%20126.5V324l-82.2-68%2082.2-78.6v-57z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/reply-all.svg?color=%231a73e8&size=48