leaf arrow circlepath icon
leaf-arrow-circlepath from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- leaf-arrow-circlepath
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Use the leaf arrow circlepath icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 54.402c13.055 0 23.906-10.828 23.906-23.906c0-7.875-3.984-14.953-10.008-19.336c-1.03-.797-2.32-.539-2.906.422c-.586.984-.281 2.086.656 2.813c4.993 3.562 8.25 9.445 8.274 16.101C47.945 41.56 39.039 50.418 28 50.418c-11.063 0-19.899-8.86-19.899-19.922c0-9.492 6.516-17.39 15.376-19.406v3.375c0 1.664 1.148 2.11 2.413 1.195l7.5-5.25c1.055-.726 1.079-1.851 0-2.625l-7.476-5.25c-1.29-.937-2.437-.492-2.437 1.196v3.304C12.507 9.168 4.094 18.965 4.094 30.496c0 13.078 10.828 23.906 23.906 23.906M15.906 21.895c-.117 1.101-.21 2.18-.21 3.234c0 7.992 5.296 14.18 12.14 14.18c3 0 5.789-1.29 7.008-3.422c1.078 1.406 1.617 3.093 2.484 5.718c.094.235.328.329.54.211l.82-.398c.609-.258.82-.586.82-1.219c0-1.758-2.227-4.36-3.375-5.414c-4.805-4.476-12.211-1.875-14.04-6.797c-.046-.093-.07-.14-.07-.21c0-.188.164-.329.305-.329c.164 0 .281.094.399.211c3.68 3.703 8.812.563 13.476 4.969c.328.305.82.164.844-.234c.023-.376.07-.844.07-1.336c0-5.368-3.797-7.664-9.258-7.664c-1.687 0-3.422.21-5.062.21c-2.297 0-4.36-.421-5.766-1.968c-.375-.399-1.078-.305-1.125.258"/></svg>
React
import type { SVGProps } from "react";
export function F7LeafArrowCirclepath(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 54.402c13.055 0 23.906-10.828 23.906-23.906c0-7.875-3.984-14.953-10.008-19.336c-1.03-.797-2.32-.539-2.906.422c-.586.984-.281 2.086.656 2.813c4.993 3.562 8.25 9.445 8.274 16.101C47.945 41.56 39.039 50.418 28 50.418c-11.063 0-19.899-8.86-19.899-19.922c0-9.492 6.516-17.39 15.376-19.406v3.375c0 1.664 1.148 2.11 2.413 1.195l7.5-5.25c1.055-.726 1.079-1.851 0-2.625l-7.476-5.25c-1.29-.937-2.437-.492-2.437 1.196v3.304C12.507 9.168 4.094 18.965 4.094 30.496c0 13.078 10.828 23.906 23.906 23.906M15.906 21.895c-.117 1.101-.21 2.18-.21 3.234c0 7.992 5.296 14.18 12.14 14.18c3 0 5.789-1.29 7.008-3.422c1.078 1.406 1.617 3.093 2.484 5.718c.094.235.328.329.54.211l.82-.398c.609-.258.82-.586.82-1.219c0-1.758-2.227-4.36-3.375-5.414c-4.805-4.476-12.211-1.875-14.04-6.797c-.046-.093-.07-.14-.07-.21c0-.188.164-.329.305-.329c.164 0 .281.094.399.211c3.68 3.703 8.812.563 13.476 4.969c.328.305.82.164.844-.234c.023-.376.07-.844.07-1.336c0-5.368-3.797-7.664-9.258-7.664c-1.687 0-3.422.21-5.062.21c-2.297 0-4.36-.421-5.766-1.968c-.375-.399-1.078-.305-1.125.258"/></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 54.402c13.055 0 23.906-10.828 23.906-23.906c0-7.875-3.984-14.953-10.008-19.336c-1.03-.797-2.32-.539-2.906.422c-.586.984-.281 2.086.656 2.813c4.993 3.562 8.25 9.445 8.274 16.101C47.945 41.56 39.039 50.418 28 50.418c-11.063 0-19.899-8.86-19.899-19.922c0-9.492 6.516-17.39 15.376-19.406v3.375c0 1.664 1.148 2.11 2.413 1.195l7.5-5.25c1.055-.726 1.079-1.851 0-2.625l-7.476-5.25c-1.29-.937-2.437-.492-2.437 1.196v3.304C12.507 9.168 4.094 18.965 4.094 30.496c0 13.078 10.828 23.906 23.906 23.906M15.906 21.895c-.117 1.101-.21 2.18-.21 3.234c0 7.992 5.296 14.18 12.14 14.18c3 0 5.789-1.29 7.008-3.422c1.078 1.406 1.617 3.093 2.484 5.718c.094.235.328.329.54.211l.82-.398c.609-.258.82-.586.82-1.219c0-1.758-2.227-4.36-3.375-5.414c-4.805-4.476-12.211-1.875-14.04-6.797c-.046-.093-.07-.14-.07-.21c0-.188.164-.329.305-.329c.164 0 .281.094.399.211c3.68 3.703 8.812.563 13.476 4.969c.328.305.82.164.844-.234c.023-.376.07-.844.07-1.336c0-5.368-3.797-7.664-9.258-7.664c-1.687 0-3.422.21-5.062.21c-2.297 0-4.36-.421-5.766-1.968c-.375-.399-1.078-.305-1.125.258"/></svg> </template>
CSS
.icon-leaf-arrow-circlepath {
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%2054.402c13.055%200%2023.906-10.828%2023.906-23.906c0-7.875-3.984-14.953-10.008-19.336c-1.03-.797-2.32-.539-2.906.422c-.586.984-.281%202.086.656%202.813c4.993%203.562%208.25%209.445%208.274%2016.101C47.945%2041.56%2039.039%2050.418%2028%2050.418c-11.063%200-19.899-8.86-19.899-19.922c0-9.492%206.516-17.39%2015.376-19.406v3.375c0%201.664%201.148%202.11%202.413%201.195l7.5-5.25c1.055-.726%201.079-1.851%200-2.625l-7.476-5.25c-1.29-.937-2.437-.492-2.437%201.196v3.304C12.507%209.168%204.094%2018.965%204.094%2030.496c0%2013.078%2010.828%2023.906%2023.906%2023.906M15.906%2021.895c-.117%201.101-.21%202.18-.21%203.234c0%207.992%205.296%2014.18%2012.14%2014.18c3%200%205.789-1.29%207.008-3.422c1.078%201.406%201.617%203.093%202.484%205.718c.094.235.328.329.54.211l.82-.398c.609-.258.82-.586.82-1.219c0-1.758-2.227-4.36-3.375-5.414c-4.805-4.476-12.211-1.875-14.04-6.797c-.046-.093-.07-.14-.07-.21c0-.188.164-.329.305-.329c.164%200%20.281.094.399.211c3.68%203.703%208.812.563%2013.476%204.969c.328.305.82.164.844-.234c.023-.376.07-.844.07-1.336c0-5.368-3.797-7.664-9.258-7.664c-1.687%200-3.422.21-5.062.21c-2.297%200-4.36-.421-5.766-1.968c-.375-.399-1.078-.305-1.125.258%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%2054.402c13.055%200%2023.906-10.828%2023.906-23.906c0-7.875-3.984-14.953-10.008-19.336c-1.03-.797-2.32-.539-2.906.422c-.586.984-.281%202.086.656%202.813c4.993%203.562%208.25%209.445%208.274%2016.101C47.945%2041.56%2039.039%2050.418%2028%2050.418c-11.063%200-19.899-8.86-19.899-19.922c0-9.492%206.516-17.39%2015.376-19.406v3.375c0%201.664%201.148%202.11%202.413%201.195l7.5-5.25c1.055-.726%201.079-1.851%200-2.625l-7.476-5.25c-1.29-.937-2.437-.492-2.437%201.196v3.304C12.507%209.168%204.094%2018.965%204.094%2030.496c0%2013.078%2010.828%2023.906%2023.906%2023.906M15.906%2021.895c-.117%201.101-.21%202.18-.21%203.234c0%207.992%205.296%2014.18%2012.14%2014.18c3%200%205.789-1.29%207.008-3.422c1.078%201.406%201.617%203.093%202.484%205.718c.094.235.328.329.54.211l.82-.398c.609-.258.82-.586.82-1.219c0-1.758-2.227-4.36-3.375-5.414c-4.805-4.476-12.211-1.875-14.04-6.797c-.046-.093-.07-.14-.07-.21c0-.188.164-.329.305-.329c.164%200%20.281.094.399.211c3.68%203.703%208.812.563%2013.476%204.969c.328.305.82.164.844-.234c.023-.376.07-.844.07-1.336c0-5.368-3.797-7.664-9.258-7.664c-1.687%200-3.422.21-5.062.21c-2.297%200-4.36-.421-5.766-1.968c-.375-.399-1.078-.305-1.125.258%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/leaf-arrow-circlepath.svg?color=%231a73e8&size=48