reply all icon

reply-all from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
reply-all
Set
Huge Icons
Style
Stroke
Viewbox
24×24
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 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M7.992 10h5c3.771 0 5.657 0 6.829 1.172s1.171 3.057 1.171 6.828"/><path stroke-linejoin="round" d="m6.992 6l-1.154.877C3.941 8.318 2.992 9.039 2.992 10s.949 1.682 2.846 3.124L6.992 14m5-8l-1.154.877C8.941 8.318 7.992 9.039 7.992 10s.949 1.682 2.846 3.124l1.154.876"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsReplyAll(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M7.992 10h5c3.771 0 5.657 0 6.829 1.172s1.171 3.057 1.171 6.828"/><path strokeLinejoin="round" d="m6.992 6l-1.154.877C3.941 8.318 2.992 9.039 2.992 10s.949 1.682 2.846 3.124L6.992 14m5-8l-1.154.877C8.941 8.318 7.992 9.039 7.992 10s.949 1.682 2.846 3.124l1.154.876"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M7.992 10h5c3.771 0 5.657 0 6.829 1.172s1.171 3.057 1.171 6.828"/><path stroke-linejoin="round" d="m6.992 6l-1.154.877C3.941 8.318 2.992 9.039 2.992 10s.949 1.682 2.846 3.124L6.992 14m5-8l-1.154.877C8.941 8.318 7.992 9.039 7.992 10s.949 1.682 2.846 3.124l1.154.876"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7.992%2010h5c3.771%200%205.657%200%206.829%201.172s1.171%203.057%201.171%206.828%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m6.992%206l-1.154.877C3.941%208.318%202.992%209.039%202.992%2010s.949%201.682%202.846%203.124L6.992%2014m5-8l-1.154.877C8.941%208.318%207.992%209.039%207.992%2010s.949%201.682%202.846%203.124l1.154.876%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7.992%2010h5c3.771%200%205.657%200%206.829%201.172s1.171%203.057%201.171%206.828%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m6.992%206l-1.154.877C3.941%208.318%202.992%209.039%202.992%2010s.949%201.682%202.846%203.124L6.992%2014m5-8l-1.154.877C8.941%208.318%207.992%209.039%207.992%2010s.949%201.682%202.846%203.124l1.154.876%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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