message reply icon

message-reply from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
message-reply
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the message reply 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-linejoin="round" stroke-width="1.5"><path d="M3.464 16.828C2 15.657 2 14.771 2 11s0-5.657 1.464-6.828C4.93 3 7.286 3 12 3s7.071 0 8.535 1.172S22 7.229 22 11s0 4.657-1.465 5.828C19.072 18 16.714 18 12 18c-2.51 0-3.8 1.738-6 3v-3.212c-1.094-.163-1.899-.45-2.536-.96"/><path d="M8 9.514h6a2 2 0 0 1 2 2V14m-5.61-7L8 9.514l2.39 2.513"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiMessageReply(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M3.464 16.828C2 15.657 2 14.771 2 11s0-5.657 1.464-6.828C4.93 3 7.286 3 12 3s7.071 0 8.535 1.172S22 7.229 22 11s0 4.657-1.465 5.828C19.072 18 16.714 18 12 18c-2.51 0-3.8 1.738-6 3v-3.212c-1.094-.163-1.899-.45-2.536-.96"/><path d="M8 9.514h6a2 2 0 0 1 2 2V14m-5.61-7L8 9.514l2.39 2.513"/></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-linejoin="round" stroke-width="1.5"><path d="M3.464 16.828C2 15.657 2 14.771 2 11s0-5.657 1.464-6.828C4.93 3 7.286 3 12 3s7.071 0 8.535 1.172S22 7.229 22 11s0 4.657-1.465 5.828C19.072 18 16.714 18 12 18c-2.51 0-3.8 1.738-6 3v-3.212c-1.094-.163-1.899-.45-2.536-.96"/><path d="M8 9.514h6a2 2 0 0 1 2 2V14m-5.61-7L8 9.514l2.39 2.513"/></g></svg>
</template>

CSS

.icon-message-reply {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.464%2016.828C2%2015.657%202%2014.771%202%2011s0-5.657%201.464-6.828C4.93%203%207.286%203%2012%203s7.071%200%208.535%201.172S22%207.229%2022%2011s0%204.657-1.465%205.828C19.072%2018%2016.714%2018%2012%2018c-2.51%200-3.8%201.738-6%203v-3.212c-1.094-.163-1.899-.45-2.536-.96%22%2F%3E%3Cpath%20d%3D%22M8%209.514h6a2%202%200%200%201%202%202V14m-5.61-7L8%209.514l2.39%202.513%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.464%2016.828C2%2015.657%202%2014.771%202%2011s0-5.657%201.464-6.828C4.93%203%207.286%203%2012%203s7.071%200%208.535%201.172S22%207.229%2022%2011s0%204.657-1.465%205.828C19.072%2018%2016.714%2018%2012%2018c-2.51%200-3.8%201.738-6%203v-3.212c-1.094-.163-1.899-.45-2.536-.96%22%2F%3E%3Cpath%20d%3D%22M8%209.514h6a2%202%200%200%201%202%202V14m-5.61-7L8%209.514l2.39%202.513%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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