arrow 2 circlepath circle icon

arrow-2-circlepath-circle-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
arrow-2-circlepath-circle-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the arrow 2 circlepath circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.851 23.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.922 4.095 28c0 13.055 10.828 23.906 23.906 23.906m-8.484-31.43c-.82-.867-.563-2.085.562-2.953c2.04-1.687 4.969-2.718 7.899-2.718c6.937 0 12.374 4.875 13.218 11.789h1.594c.938 0 1.195.914.61 1.617l-3.188 4.031c-.61.774-1.453.703-2.04 0l-3.234-4.031c-.562-.68-.304-1.617.633-1.617h2.157c-.704-4.547-4.805-8.086-9.75-8.086c-2.274 0-3.962.703-5.649 2.015c-.937.704-2.016.844-2.812-.046m-7.079 7.172l3.188-4.03c.61-.774 1.453-.704 2.039 0l3.258 4.03c.562.68.281 1.641-.633 1.641h-2.016c.704 4.523 4.782 8.086 9.75 8.086c2.274 0 3.961-.727 5.649-2.04c.914-.679 1.992-.843 2.812.048c.797.867.54 2.086-.562 2.976c-2.04 1.688-4.992 2.696-7.899 2.696c-6.96 0-12.398-4.875-13.242-11.766h-1.734c-.938 0-1.172-.937-.61-1.64"/></svg>

React

import type { SVGProps } from "react";

export function F7Arrow2CirclepathCircleFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.851 23.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.922 4.095 28c0 13.055 10.828 23.906 23.906 23.906m-8.484-31.43c-.82-.867-.563-2.085.562-2.953c2.04-1.687 4.969-2.718 7.899-2.718c6.937 0 12.374 4.875 13.218 11.789h1.594c.938 0 1.195.914.61 1.617l-3.188 4.031c-.61.774-1.453.703-2.04 0l-3.234-4.031c-.562-.68-.304-1.617.633-1.617h2.157c-.704-4.547-4.805-8.086-9.75-8.086c-2.274 0-3.962.703-5.649 2.015c-.937.704-2.016.844-2.812-.046m-7.079 7.172l3.188-4.03c.61-.774 1.453-.704 2.039 0l3.258 4.03c.562.68.281 1.641-.633 1.641h-2.016c.704 4.523 4.782 8.086 9.75 8.086c2.274 0 3.961-.727 5.649-2.04c.914-.679 1.992-.843 2.812.048c.797.867.54 2.086-.562 2.976c-2.04 1.688-4.992 2.696-7.899 2.696c-6.96 0-12.398-4.875-13.242-11.766h-1.734c-.938 0-1.172-.937-.61-1.64"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.851 23.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.922 4.095 28c0 13.055 10.828 23.906 23.906 23.906m-8.484-31.43c-.82-.867-.563-2.085.562-2.953c2.04-1.687 4.969-2.718 7.899-2.718c6.937 0 12.374 4.875 13.218 11.789h1.594c.938 0 1.195.914.61 1.617l-3.188 4.031c-.61.774-1.453.703-2.04 0l-3.234-4.031c-.562-.68-.304-1.617.633-1.617h2.157c-.704-4.547-4.805-8.086-9.75-8.086c-2.274 0-3.962.703-5.649 2.015c-.937.704-2.016.844-2.812-.046m-7.079 7.172l3.188-4.03c.61-.774 1.453-.704 2.039 0l3.258 4.03c.562.68.281 1.641-.633 1.641h-2.016c.704 4.523 4.782 8.086 9.75 8.086c2.274 0 3.961-.727 5.649-2.04c.914-.679 1.992-.843 2.812.048c.797.867.54 2.086-.562 2.976c-2.04 1.688-4.992 2.696-7.899 2.696c-6.96 0-12.398-4.875-13.242-11.766h-1.734c-.938 0-1.172-.937-.61-1.64"/></svg>
</template>

CSS

.icon-arrow-2-circlepath-circle-fill {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2051.906c13.055%200%2023.906-10.851%2023.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899%204.094%204.095%2014.922%204.095%2028c0%2013.055%2010.828%2023.906%2023.906%2023.906m-8.484-31.43c-.82-.867-.563-2.085.562-2.953c2.04-1.687%204.969-2.718%207.899-2.718c6.937%200%2012.374%204.875%2013.218%2011.789h1.594c.938%200%201.195.914.61%201.617l-3.188%204.031c-.61.774-1.453.703-2.04%200l-3.234-4.031c-.562-.68-.304-1.617.633-1.617h2.157c-.704-4.547-4.805-8.086-9.75-8.086c-2.274%200-3.962.703-5.649%202.015c-.937.704-2.016.844-2.812-.046m-7.079%207.172l3.188-4.03c.61-.774%201.453-.704%202.039%200l3.258%204.03c.562.68.281%201.641-.633%201.641h-2.016c.704%204.523%204.782%208.086%209.75%208.086c2.274%200%203.961-.727%205.649-2.04c.914-.679%201.992-.843%202.812.048c.797.867.54%202.086-.562%202.976c-2.04%201.688-4.992%202.696-7.899%202.696c-6.96%200-12.398-4.875-13.242-11.766h-1.734c-.938%200-1.172-.937-.61-1.64%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2051.906c13.055%200%2023.906-10.851%2023.906-23.906c0-13.078-10.875-23.906-23.93-23.906C14.899%204.094%204.095%2014.922%204.095%2028c0%2013.055%2010.828%2023.906%2023.906%2023.906m-8.484-31.43c-.82-.867-.563-2.085.562-2.953c2.04-1.687%204.969-2.718%207.899-2.718c6.937%200%2012.374%204.875%2013.218%2011.789h1.594c.938%200%201.195.914.61%201.617l-3.188%204.031c-.61.774-1.453.703-2.04%200l-3.234-4.031c-.562-.68-.304-1.617.633-1.617h2.157c-.704-4.547-4.805-8.086-9.75-8.086c-2.274%200-3.962.703-5.649%202.015c-.937.704-2.016.844-2.812-.046m-7.079%207.172l3.188-4.03c.61-.774%201.453-.704%202.039%200l3.258%204.03c.562.68.281%201.641-.633%201.641h-2.016c.704%204.523%204.782%208.086%209.75%208.086c2.274%200%203.961-.727%205.649-2.04c.914-.679%201.992-.843%202.812.048c.797.867.54%202.086-.562%202.976c-2.04%201.688-4.992%202.696-7.899%202.696c-6.96%200-12.398-4.875-13.242-11.766h-1.734c-.938%200-1.172-.937-.61-1.64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/arrow-2-circlepath-circle-fill.svg?color=%231a73e8&size=48