chat round replay icon

chat-round-replay-outline from Solar by 480 Design · Outline · Messages · CC-BY-4.0 Attribution required.

Name
chat-round-replay-outline
Set
Solar
Style
Outline
Category
Messages
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More messages icons from Solar

Use the chat round replay 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="M22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 13.7183 1.65371 15.3445 2.37213 16.7869C2.47933 17.0021 2.50208 17.2219 2.4526 17.4068L1.857 19.6328C1.44927 21.1566 2.84337 22.5507 4.3672 22.143L6.59324 21.5474C6.77814 21.4979 6.99791 21.5207 7.21315 21.6279C8.65553 22.3463 10.2817 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12ZM12 2.75C17.1086 2.75 21.25 6.89137 21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C10.5189 21.25 9.12121 20.9025 7.88191 20.2852C7.38451 20.0375 6.78973 19.9421 6.20553 20.0984L3.97949 20.694C3.57066 20.8034 3.19663 20.4293 3.30602 20.0205L3.90163 17.7945C4.05794 17.2103 3.96254 16.6155 3.7148 16.1181C3.09752 14.8788 2.75 13.4811 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75Z" clip-rule="evenodd"/><path d="M15.7549 15.0019C15.7549 14.0453 15.3728 13.5193 14.9404 13.2079C14.4699 12.8691 13.8824 12.749 13.502 12.7489H9.30664L11.0293 14.4716C11.3219 14.7645 11.3221 15.2393 11.0293 15.5321C10.7365 15.8249 10.2616 15.8248 9.96875 15.5321L6.96582 12.5292C6.82521 12.3886 6.74614 12.1978 6.74609 11.9989C6.74609 11.8001 6.82522 11.6093 6.96582 11.4687L9.96875 8.46572C10.2616 8.17291 10.7364 8.17286 11.0293 8.46572C11.3221 8.7586 11.3221 9.2334 11.0293 9.52627L9.30664 11.2489H13.502C14.1224 11.249 15.0361 11.4293 15.8164 11.9911C16.6351 12.5806 17.2549 13.5564 17.2549 15.0019C17.2547 15.4158 16.9188 15.7516 16.5049 15.7519C16.0908 15.7519 15.7551 15.4159 15.7549 15.0019Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarChatRoundReplayOutline(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="M22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 13.7183 1.65371 15.3445 2.37213 16.7869C2.47933 17.0021 2.50208 17.2219 2.4526 17.4068L1.857 19.6328C1.44927 21.1566 2.84337 22.5507 4.3672 22.143L6.59324 21.5474C6.77814 21.4979 6.99791 21.5207 7.21315 21.6279C8.65553 22.3463 10.2817 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12ZM12 2.75C17.1086 2.75 21.25 6.89137 21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C10.5189 21.25 9.12121 20.9025 7.88191 20.2852C7.38451 20.0375 6.78973 19.9421 6.20553 20.0984L3.97949 20.694C3.57066 20.8034 3.19663 20.4293 3.30602 20.0205L3.90163 17.7945C4.05794 17.2103 3.96254 16.6155 3.7148 16.1181C3.09752 14.8788 2.75 13.4811 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75Z" clipRule="evenodd"/><path d="M15.7549 15.0019C15.7549 14.0453 15.3728 13.5193 14.9404 13.2079C14.4699 12.8691 13.8824 12.749 13.502 12.7489H9.30664L11.0293 14.4716C11.3219 14.7645 11.3221 15.2393 11.0293 15.5321C10.7365 15.8249 10.2616 15.8248 9.96875 15.5321L6.96582 12.5292C6.82521 12.3886 6.74614 12.1978 6.74609 11.9989C6.74609 11.8001 6.82522 11.6093 6.96582 11.4687L9.96875 8.46572C10.2616 8.17291 10.7364 8.17286 11.0293 8.46572C11.3221 8.7586 11.3221 9.2334 11.0293 9.52627L9.30664 11.2489H13.502C14.1224 11.249 15.0361 11.4293 15.8164 11.9911C16.6351 12.5806 17.2549 13.5564 17.2549 15.0019C17.2547 15.4158 16.9188 15.7516 16.5049 15.7519C16.0908 15.7519 15.7551 15.4159 15.7549 15.0019Z"/></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="M22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 13.7183 1.65371 15.3445 2.37213 16.7869C2.47933 17.0021 2.50208 17.2219 2.4526 17.4068L1.857 19.6328C1.44927 21.1566 2.84337 22.5507 4.3672 22.143L6.59324 21.5474C6.77814 21.4979 6.99791 21.5207 7.21315 21.6279C8.65553 22.3463 10.2817 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12ZM12 2.75C17.1086 2.75 21.25 6.89137 21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C10.5189 21.25 9.12121 20.9025 7.88191 20.2852C7.38451 20.0375 6.78973 19.9421 6.20553 20.0984L3.97949 20.694C3.57066 20.8034 3.19663 20.4293 3.30602 20.0205L3.90163 17.7945C4.05794 17.2103 3.96254 16.6155 3.7148 16.1181C3.09752 14.8788 2.75 13.4811 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75Z" clip-rule="evenodd"/><path d="M15.7549 15.0019C15.7549 14.0453 15.3728 13.5193 14.9404 13.2079C14.4699 12.8691 13.8824 12.749 13.502 12.7489H9.30664L11.0293 14.4716C11.3219 14.7645 11.3221 15.2393 11.0293 15.5321C10.7365 15.8249 10.2616 15.8248 9.96875 15.5321L6.96582 12.5292C6.82521 12.3886 6.74614 12.1978 6.74609 11.9989C6.74609 11.8001 6.82522 11.6093 6.96582 11.4687L9.96875 8.46572C10.2616 8.17291 10.7364 8.17286 11.0293 8.46572C11.3221 8.7586 11.3221 9.2334 11.0293 9.52627L9.30664 11.2489H13.502C14.1224 11.249 15.0361 11.4293 15.8164 11.9911C16.6351 12.5806 17.2549 13.5564 17.2549 15.0019C17.2547 15.4158 16.9188 15.7516 16.5049 15.7519C16.0908 15.7519 15.7551 15.4159 15.7549 15.0019Z"/></g></svg>
</template>

CSS

.icon-chat-round-replay-outline {
  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%22M22.75%2012C22.75%206.06294%2017.9371%201.25%2012%201.25C6.06294%201.25%201.25%206.06294%201.25%2012C1.25%2013.7183%201.65371%2015.3445%202.37213%2016.7869C2.47933%2017.0021%202.50208%2017.2219%202.4526%2017.4068L1.857%2019.6328C1.44927%2021.1566%202.84337%2022.5507%204.3672%2022.143L6.59324%2021.5474C6.77814%2021.4979%206.99791%2021.5207%207.21315%2021.6279C8.65553%2022.3463%2010.2817%2022.75%2012%2022.75C17.9371%2022.75%2022.75%2017.9371%2022.75%2012ZM12%202.75C17.1086%202.75%2021.25%206.89137%2021.25%2012C21.25%2017.1086%2017.1086%2021.25%2012%2021.25C10.5189%2021.25%209.12121%2020.9025%207.88191%2020.2852C7.38451%2020.0375%206.78973%2019.9421%206.20553%2020.0984L3.97949%2020.694C3.57066%2020.8034%203.19663%2020.4293%203.30602%2020.0205L3.90163%2017.7945C4.05794%2017.2103%203.96254%2016.6155%203.7148%2016.1181C3.09752%2014.8788%202.75%2013.4811%202.75%2012C2.75%206.89137%206.89137%202.75%2012%202.75Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.7549%2015.0019C15.7549%2014.0453%2015.3728%2013.5193%2014.9404%2013.2079C14.4699%2012.8691%2013.8824%2012.749%2013.502%2012.7489H9.30664L11.0293%2014.4716C11.3219%2014.7645%2011.3221%2015.2393%2011.0293%2015.5321C10.7365%2015.8249%2010.2616%2015.8248%209.96875%2015.5321L6.96582%2012.5292C6.82521%2012.3886%206.74614%2012.1978%206.74609%2011.9989C6.74609%2011.8001%206.82522%2011.6093%206.96582%2011.4687L9.96875%208.46572C10.2616%208.17291%2010.7364%208.17286%2011.0293%208.46572C11.3221%208.7586%2011.3221%209.2334%2011.0293%209.52627L9.30664%2011.2489H13.502C14.1224%2011.249%2015.0361%2011.4293%2015.8164%2011.9911C16.6351%2012.5806%2017.2549%2013.5564%2017.2549%2015.0019C17.2547%2015.4158%2016.9188%2015.7516%2016.5049%2015.7519C16.0908%2015.7519%2015.7551%2015.4159%2015.7549%2015.0019Z%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22.75%2012C22.75%206.06294%2017.9371%201.25%2012%201.25C6.06294%201.25%201.25%206.06294%201.25%2012C1.25%2013.7183%201.65371%2015.3445%202.37213%2016.7869C2.47933%2017.0021%202.50208%2017.2219%202.4526%2017.4068L1.857%2019.6328C1.44927%2021.1566%202.84337%2022.5507%204.3672%2022.143L6.59324%2021.5474C6.77814%2021.4979%206.99791%2021.5207%207.21315%2021.6279C8.65553%2022.3463%2010.2817%2022.75%2012%2022.75C17.9371%2022.75%2022.75%2017.9371%2022.75%2012ZM12%202.75C17.1086%202.75%2021.25%206.89137%2021.25%2012C21.25%2017.1086%2017.1086%2021.25%2012%2021.25C10.5189%2021.25%209.12121%2020.9025%207.88191%2020.2852C7.38451%2020.0375%206.78973%2019.9421%206.20553%2020.0984L3.97949%2020.694C3.57066%2020.8034%203.19663%2020.4293%203.30602%2020.0205L3.90163%2017.7945C4.05794%2017.2103%203.96254%2016.6155%203.7148%2016.1181C3.09752%2014.8788%202.75%2013.4811%202.75%2012C2.75%206.89137%206.89137%202.75%2012%202.75Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.7549%2015.0019C15.7549%2014.0453%2015.3728%2013.5193%2014.9404%2013.2079C14.4699%2012.8691%2013.8824%2012.749%2013.502%2012.7489H9.30664L11.0293%2014.4716C11.3219%2014.7645%2011.3221%2015.2393%2011.0293%2015.5321C10.7365%2015.8249%2010.2616%2015.8248%209.96875%2015.5321L6.96582%2012.5292C6.82521%2012.3886%206.74614%2012.1978%206.74609%2011.9989C6.74609%2011.8001%206.82522%2011.6093%206.96582%2011.4687L9.96875%208.46572C10.2616%208.17291%2010.7364%208.17286%2011.0293%208.46572C11.3221%208.7586%2011.3221%209.2334%2011.0293%209.52627L9.30664%2011.2489H13.502C14.1224%2011.249%2015.0361%2011.4293%2015.8164%2011.9911C16.6351%2012.5806%2017.2549%2013.5564%2017.2549%2015.0019C17.2547%2015.4158%2016.9188%2015.7516%2016.5049%2015.7519C16.0908%2015.7519%2015.7551%2015.4159%2015.7549%2015.0019Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/chat-round-replay-outline.svg?color=%231a73e8&size=48