reply all icon

reply-all from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
reply-all
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More actions icons from Carbon

Use the reply all icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 29a1 1 0 0 1-.768-.36l-10-12a1 1 0 0 1 0-1.28l10-12A1 1 0 0 1 20 4v7.033c7.007.462 11 5.86 11 14.967a1 1 0 0 1-1.8.6c-2.822-3.762-5.391-5.346-9.2-5.571V28a1 1 0 0 1-1 1m-8.698-13L18 25.238V20a1 1 0 0 1 1-1a12.71 12.71 0 0 1 9.841 4.09C28.086 16.556 24.66 13 19 13a1 1 0 0 1-1-1V6.762Z"/><path fill="currentColor" d="M11.464 28.918L1.232 16.64a1 1 0 0 1 0-1.28L11.464 3.08L13 4.36L3.302 16L13 27.638Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonReplyAll(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 29a1 1 0 0 1-.768-.36l-10-12a1 1 0 0 1 0-1.28l10-12A1 1 0 0 1 20 4v7.033c7.007.462 11 5.86 11 14.967a1 1 0 0 1-1.8.6c-2.822-3.762-5.391-5.346-9.2-5.571V28a1 1 0 0 1-1 1m-8.698-13L18 25.238V20a1 1 0 0 1 1-1a12.71 12.71 0 0 1 9.841 4.09C28.086 16.556 24.66 13 19 13a1 1 0 0 1-1-1V6.762Z"/><path fill="currentColor" d="M11.464 28.918L1.232 16.64a1 1 0 0 1 0-1.28L11.464 3.08L13 4.36L3.302 16L13 27.638Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 29a1 1 0 0 1-.768-.36l-10-12a1 1 0 0 1 0-1.28l10-12A1 1 0 0 1 20 4v7.033c7.007.462 11 5.86 11 14.967a1 1 0 0 1-1.8.6c-2.822-3.762-5.391-5.346-9.2-5.571V28a1 1 0 0 1-1 1m-8.698-13L18 25.238V20a1 1 0 0 1 1-1a12.71 12.71 0 0 1 9.841 4.09C28.086 16.556 24.66 13 19 13a1 1 0 0 1-1-1V6.762Z"/><path fill="currentColor" d="M11.464 28.918L1.232 16.64a1 1 0 0 1 0-1.28L11.464 3.08L13 4.36L3.302 16L13 27.638Z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2029a1%201%200%200%201-.768-.36l-10-12a1%201%200%200%201%200-1.28l10-12A1%201%200%200%201%2020%204v7.033c7.007.462%2011%205.86%2011%2014.967a1%201%200%200%201-1.8.6c-2.822-3.762-5.391-5.346-9.2-5.571V28a1%201%200%200%201-1%201m-8.698-13L18%2025.238V20a1%201%200%200%201%201-1a12.71%2012.71%200%200%201%209.841%204.09C28.086%2016.556%2024.66%2013%2019%2013a1%201%200%200%201-1-1V6.762Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.464%2028.918L1.232%2016.64a1%201%200%200%201%200-1.28L11.464%203.08L13%204.36L3.302%2016L13%2027.638Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2029a1%201%200%200%201-.768-.36l-10-12a1%201%200%200%201%200-1.28l10-12A1%201%200%200%201%2020%204v7.033c7.007.462%2011%205.86%2011%2014.967a1%201%200%200%201-1.8.6c-2.822-3.762-5.391-5.346-9.2-5.571V28a1%201%200%200%201-1%201m-8.698-13L18%2025.238V20a1%201%200%200%201%201-1a12.71%2012.71%200%200%201%209.841%204.09C28.086%2016.556%2024.66%2013%2019%2013a1%201%200%200%201-1-1V6.762Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.464%2028.918L1.232%2016.64a1%201%200%200%201%200-1.28L11.464%203.08L13%204.36L3.302%2016L13%2027.638Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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