chat round replay icon

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

Name
chat-round-replay-bold
Set
Solar
Style
Bold
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"><path fill="currentColor" fill-rule="evenodd" d="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C10.4003 22 8.88867 21.6239 7.54785 20.9561C7.19153 20.7786 6.78396 20.7204 6.39941 20.8232L4.17383 21.4189C3.20749 21.6775 2.3225 20.7925 2.58105 19.8262L3.17676 17.6006C3.27965 17.216 3.22142 16.8085 3.04395 16.4521C2.37612 15.1113 2 13.5997 2 12C2 6.47715 6.47715 2 12 2ZM11.0293 8.46582C10.7364 8.17295 10.2617 8.17301 9.96875 8.46582L6.96582 11.4688C6.82525 11.6094 6.74609 11.8002 6.74609 11.999C6.74616 12.1978 6.82523 12.3887 6.96582 12.5293L9.96875 15.5322C10.2616 15.8248 10.7365 15.8249 11.0293 15.5322C11.3221 15.2394 11.3219 14.7646 11.0293 14.4717L9.30664 12.749H13.502C13.8824 12.7491 14.4699 12.8692 14.9404 13.208C15.3728 13.5194 15.7549 14.0454 15.7549 15.002C15.7551 15.416 16.0908 15.752 16.5049 15.752C16.9187 15.7517 17.2547 15.4158 17.2549 15.002C17.2549 13.5565 16.635 12.5807 15.8164 11.9912C15.0361 11.4294 14.1224 11.2491 13.502 11.249H9.30664L11.0293 9.52637C11.3221 9.23351 11.322 8.7587 11.0293 8.46582Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarChatRoundReplayBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C10.4003 22 8.88867 21.6239 7.54785 20.9561C7.19153 20.7786 6.78396 20.7204 6.39941 20.8232L4.17383 21.4189C3.20749 21.6775 2.3225 20.7925 2.58105 19.8262L3.17676 17.6006C3.27965 17.216 3.22142 16.8085 3.04395 16.4521C2.37612 15.1113 2 13.5997 2 12C2 6.47715 6.47715 2 12 2ZM11.0293 8.46582C10.7364 8.17295 10.2617 8.17301 9.96875 8.46582L6.96582 11.4688C6.82525 11.6094 6.74609 11.8002 6.74609 11.999C6.74616 12.1978 6.82523 12.3887 6.96582 12.5293L9.96875 15.5322C10.2616 15.8248 10.7365 15.8249 11.0293 15.5322C11.3221 15.2394 11.3219 14.7646 11.0293 14.4717L9.30664 12.749H13.502C13.8824 12.7491 14.4699 12.8692 14.9404 13.208C15.3728 13.5194 15.7549 14.0454 15.7549 15.002C15.7551 15.416 16.0908 15.752 16.5049 15.752C16.9187 15.7517 17.2547 15.4158 17.2549 15.002C17.2549 13.5565 16.635 12.5807 15.8164 11.9912C15.0361 11.4294 14.1224 11.2491 13.502 11.249H9.30664L11.0293 9.52637C11.3221 9.23351 11.322 8.7587 11.0293 8.46582Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C10.4003 22 8.88867 21.6239 7.54785 20.9561C7.19153 20.7786 6.78396 20.7204 6.39941 20.8232L4.17383 21.4189C3.20749 21.6775 2.3225 20.7925 2.58105 19.8262L3.17676 17.6006C3.27965 17.216 3.22142 16.8085 3.04395 16.4521C2.37612 15.1113 2 13.5997 2 12C2 6.47715 6.47715 2 12 2ZM11.0293 8.46582C10.7364 8.17295 10.2617 8.17301 9.96875 8.46582L6.96582 11.4688C6.82525 11.6094 6.74609 11.8002 6.74609 11.999C6.74616 12.1978 6.82523 12.3887 6.96582 12.5293L9.96875 15.5322C10.2616 15.8248 10.7365 15.8249 11.0293 15.5322C11.3221 15.2394 11.3219 14.7646 11.0293 14.4717L9.30664 12.749H13.502C13.8824 12.7491 14.4699 12.8692 14.9404 13.208C15.3728 13.5194 15.7549 14.0454 15.7549 15.002C15.7551 15.416 16.0908 15.752 16.5049 15.752C16.9187 15.7517 17.2547 15.4158 17.2549 15.002C17.2549 13.5565 16.635 12.5807 15.8164 11.9912C15.0361 11.4294 14.1224 11.2491 13.502 11.249H9.30664L11.0293 9.52637C11.3221 9.23351 11.322 8.7587 11.0293 8.46582Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-chat-round-replay-bold {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202C17.5228%202%2022%206.47715%2022%2012C22%2017.5228%2017.5228%2022%2012%2022C10.4003%2022%208.88867%2021.6239%207.54785%2020.9561C7.19153%2020.7786%206.78396%2020.7204%206.39941%2020.8232L4.17383%2021.4189C3.20749%2021.6775%202.3225%2020.7925%202.58105%2019.8262L3.17676%2017.6006C3.27965%2017.216%203.22142%2016.8085%203.04395%2016.4521C2.37612%2015.1113%202%2013.5997%202%2012C2%206.47715%206.47715%202%2012%202ZM11.0293%208.46582C10.7364%208.17295%2010.2617%208.17301%209.96875%208.46582L6.96582%2011.4688C6.82525%2011.6094%206.74609%2011.8002%206.74609%2011.999C6.74616%2012.1978%206.82523%2012.3887%206.96582%2012.5293L9.96875%2015.5322C10.2616%2015.8248%2010.7365%2015.8249%2011.0293%2015.5322C11.3221%2015.2394%2011.3219%2014.7646%2011.0293%2014.4717L9.30664%2012.749H13.502C13.8824%2012.7491%2014.4699%2012.8692%2014.9404%2013.208C15.3728%2013.5194%2015.7549%2014.0454%2015.7549%2015.002C15.7551%2015.416%2016.0908%2015.752%2016.5049%2015.752C16.9187%2015.7517%2017.2547%2015.4158%2017.2549%2015.002C17.2549%2013.5565%2016.635%2012.5807%2015.8164%2011.9912C15.0361%2011.4294%2014.1224%2011.2491%2013.502%2011.249H9.30664L11.0293%209.52637C11.3221%209.23351%2011.322%208.7587%2011.0293%208.46582Z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202C17.5228%202%2022%206.47715%2022%2012C22%2017.5228%2017.5228%2022%2012%2022C10.4003%2022%208.88867%2021.6239%207.54785%2020.9561C7.19153%2020.7786%206.78396%2020.7204%206.39941%2020.8232L4.17383%2021.4189C3.20749%2021.6775%202.3225%2020.7925%202.58105%2019.8262L3.17676%2017.6006C3.27965%2017.216%203.22142%2016.8085%203.04395%2016.4521C2.37612%2015.1113%202%2013.5997%202%2012C2%206.47715%206.47715%202%2012%202ZM11.0293%208.46582C10.7364%208.17295%2010.2617%208.17301%209.96875%208.46582L6.96582%2011.4688C6.82525%2011.6094%206.74609%2011.8002%206.74609%2011.999C6.74616%2012.1978%206.82523%2012.3887%206.96582%2012.5293L9.96875%2015.5322C10.2616%2015.8248%2010.7365%2015.8249%2011.0293%2015.5322C11.3221%2015.2394%2011.3219%2014.7646%2011.0293%2014.4717L9.30664%2012.749H13.502C13.8824%2012.7491%2014.4699%2012.8692%2014.9404%2013.208C15.3728%2013.5194%2015.7549%2014.0454%2015.7549%2015.002C15.7551%2015.416%2016.0908%2015.752%2016.5049%2015.752C16.9187%2015.7517%2017.2547%2015.4158%2017.2549%2015.002C17.2549%2013.5565%2016.635%2012.5807%2015.8164%2011.9912C15.0361%2011.4294%2014.1224%2011.2491%2013.502%2011.249H9.30664L11.0293%209.52637C11.3221%209.23351%2011.322%208.7587%2011.0293%208.46582Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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