reply 2 icon

reply-2-bold-duotone from Solar by 480 Design · Bold Duotone · Arrows Action · CC-BY-4.0 Attribution required.

Name
reply-2-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Arrows Action
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More arrows action icons from Solar

Use the reply 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.0303 17.5303C9.73744 17.8232 9.26256 17.8232 8.96967 17.5303L3.96967 12.5303C3.67678 12.2374 3.67678 11.7626 3.96967 11.4697L8.96967 6.46967C9.26256 6.17678 9.73744 6.17678 10.0303 6.46967C10.3232 6.76256 10.3232 7.23744 10.0303 7.53033L5.56066 12L10.0303 16.4697C10.3232 16.7626 10.3232 17.2374 10.0303 17.5303Z" clip-rule="evenodd"/><g opacity=".5"><path d="M6.31066 12.75H14.5C15.4534 12.75 16.8667 12.4702 18.0632 11.6086C19.298 10.7196 20.25 9.24444 20.25 7C20.25 6.58578 19.9142 6.25 19.5 6.25C19.0858 6.25 18.75 6.58578 18.75 7C18.75 8.75556 18.0353 9.7804 17.1868 10.3913C16.3 11.0298 15.2133 11.25 14.5 11.25L6.31066 11.25L5.56066 12L6.31066 12.75Z"/><path d="M3.80691 12.2871C3.77024 12.1987 3.75 12.1017 3.75 12C3.75 12.0977 3.76897 12.1954 3.80691 12.2871Z"/></g></g></svg>

React

import type { SVGProps } from "react";

export function SolarReply2BoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M10.0303 17.5303C9.73744 17.8232 9.26256 17.8232 8.96967 17.5303L3.96967 12.5303C3.67678 12.2374 3.67678 11.7626 3.96967 11.4697L8.96967 6.46967C9.26256 6.17678 9.73744 6.17678 10.0303 6.46967C10.3232 6.76256 10.3232 7.23744 10.0303 7.53033L5.56066 12L10.0303 16.4697C10.3232 16.7626 10.3232 17.2374 10.0303 17.5303Z" clipRule="evenodd"/><g opacity=".5"><path d="M6.31066 12.75H14.5C15.4534 12.75 16.8667 12.4702 18.0632 11.6086C19.298 10.7196 20.25 9.24444 20.25 7C20.25 6.58578 19.9142 6.25 19.5 6.25C19.0858 6.25 18.75 6.58578 18.75 7C18.75 8.75556 18.0353 9.7804 17.1868 10.3913C16.3 11.0298 15.2133 11.25 14.5 11.25L6.31066 11.25L5.56066 12L6.31066 12.75Z"/><path d="M3.80691 12.2871C3.77024 12.1987 3.75 12.1017 3.75 12C3.75 12.0977 3.76897 12.1954 3.80691 12.2871Z"/></g></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.0303 17.5303C9.73744 17.8232 9.26256 17.8232 8.96967 17.5303L3.96967 12.5303C3.67678 12.2374 3.67678 11.7626 3.96967 11.4697L8.96967 6.46967C9.26256 6.17678 9.73744 6.17678 10.0303 6.46967C10.3232 6.76256 10.3232 7.23744 10.0303 7.53033L5.56066 12L10.0303 16.4697C10.3232 16.7626 10.3232 17.2374 10.0303 17.5303Z" clip-rule="evenodd"/><g opacity=".5"><path d="M6.31066 12.75H14.5C15.4534 12.75 16.8667 12.4702 18.0632 11.6086C19.298 10.7196 20.25 9.24444 20.25 7C20.25 6.58578 19.9142 6.25 19.5 6.25C19.0858 6.25 18.75 6.58578 18.75 7C18.75 8.75556 18.0353 9.7804 17.1868 10.3913C16.3 11.0298 15.2133 11.25 14.5 11.25L6.31066 11.25L5.56066 12L6.31066 12.75Z"/><path d="M3.80691 12.2871C3.77024 12.1987 3.75 12.1017 3.75 12C3.75 12.0977 3.76897 12.1954 3.80691 12.2871Z"/></g></g></svg>
</template>

CSS

.icon-reply-2-bold-duotone {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.0303%2017.5303C9.73744%2017.8232%209.26256%2017.8232%208.96967%2017.5303L3.96967%2012.5303C3.67678%2012.2374%203.67678%2011.7626%203.96967%2011.4697L8.96967%206.46967C9.26256%206.17678%209.73744%206.17678%2010.0303%206.46967C10.3232%206.76256%2010.3232%207.23744%2010.0303%207.53033L5.56066%2012L10.0303%2016.4697C10.3232%2016.7626%2010.3232%2017.2374%2010.0303%2017.5303Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M6.31066%2012.75H14.5C15.4534%2012.75%2016.8667%2012.4702%2018.0632%2011.6086C19.298%2010.7196%2020.25%209.24444%2020.25%207C20.25%206.58578%2019.9142%206.25%2019.5%206.25C19.0858%206.25%2018.75%206.58578%2018.75%207C18.75%208.75556%2018.0353%209.7804%2017.1868%2010.3913C16.3%2011.0298%2015.2133%2011.25%2014.5%2011.25L6.31066%2011.25L5.56066%2012L6.31066%2012.75Z%22%2F%3E%3Cpath%20d%3D%22M3.80691%2012.2871C3.77024%2012.1987%203.75%2012.1017%203.75%2012C3.75%2012.0977%203.76897%2012.1954%203.80691%2012.2871Z%22%2F%3E%3C%2Fg%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.0303%2017.5303C9.73744%2017.8232%209.26256%2017.8232%208.96967%2017.5303L3.96967%2012.5303C3.67678%2012.2374%203.67678%2011.7626%203.96967%2011.4697L8.96967%206.46967C9.26256%206.17678%209.73744%206.17678%2010.0303%206.46967C10.3232%206.76256%2010.3232%207.23744%2010.0303%207.53033L5.56066%2012L10.0303%2016.4697C10.3232%2016.7626%2010.3232%2017.2374%2010.0303%2017.5303Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M6.31066%2012.75H14.5C15.4534%2012.75%2016.8667%2012.4702%2018.0632%2011.6086C19.298%2010.7196%2020.25%209.24444%2020.25%207C20.25%206.58578%2019.9142%206.25%2019.5%206.25C19.0858%206.25%2018.75%206.58578%2018.75%207C18.75%208.75556%2018.0353%209.7804%2017.1868%2010.3913C16.3%2011.0298%2015.2133%2011.25%2014.5%2011.25L6.31066%2011.25L5.56066%2012L6.31066%2012.75Z%22%2F%3E%3Cpath%20d%3D%22M3.80691%2012.2871C3.77024%2012.1987%203.75%2012.1017%203.75%2012C3.75%2012.0977%203.76897%2012.1954%203.80691%2012.2871Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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