goforward-60 from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
goforward-60
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the goforward 60 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.906m7.898-14.039c3.867 0 6.422-3.68 6.422-9.304c0-5.672-2.554-9.399-6.422-9.399c-3.914 0-6.445 3.727-6.445 9.422c0 5.625 2.555 9.281 6.445 9.281m-15.445 0c3.774 0 6.211-2.508 6.211-6.351c0-3.399-2.344-5.813-5.508-5.813c-2.086 0-3.703 1.008-4.383 2.508c0-3.75 1.594-6.305 4.008-6.305c1.219 0 1.969.47 2.531 1.36c.375.61.774.867 1.477.867s1.172-.54 1.172-1.29c0-.327-.047-.632-.164-.89c-.633-1.57-2.414-2.765-4.899-2.765c-4.476 0-6.984 3.515-6.984 9.796c0 2.485.398 4.5 1.195 5.954c1.055 1.945 2.977 2.93 5.344 2.93m15.445-2.836c-2.086 0-3.398-2.46-3.398-6.468c0-4.079 1.289-6.563 3.398-6.563c2.086 0 3.352 2.461 3.352 6.563c0 4.007-1.29 6.468-3.352 6.468m-15.586.235c-1.898 0-3.304-1.5-3.304-3.61c0-2.062 1.383-3.492 3.304-3.492c1.97 0 3.328 1.406 3.328 3.492c0 2.227-1.312 3.61-3.328 3.61"/></svg>

React

import type { SVGProps } from "react";

export function F7Goforward60(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.906m7.898-14.039c3.867 0 6.422-3.68 6.422-9.304c0-5.672-2.554-9.399-6.422-9.399c-3.914 0-6.445 3.727-6.445 9.422c0 5.625 2.555 9.281 6.445 9.281m-15.445 0c3.774 0 6.211-2.508 6.211-6.351c0-3.399-2.344-5.813-5.508-5.813c-2.086 0-3.703 1.008-4.383 2.508c0-3.75 1.594-6.305 4.008-6.305c1.219 0 1.969.47 2.531 1.36c.375.61.774.867 1.477.867s1.172-.54 1.172-1.29c0-.327-.047-.632-.164-.89c-.633-1.57-2.414-2.765-4.899-2.765c-4.476 0-6.984 3.515-6.984 9.796c0 2.485.398 4.5 1.195 5.954c1.055 1.945 2.977 2.93 5.344 2.93m15.445-2.836c-2.086 0-3.398-2.46-3.398-6.468c0-4.079 1.289-6.563 3.398-6.563c2.086 0 3.352 2.461 3.352 6.563c0 4.007-1.29 6.468-3.352 6.468m-15.586.235c-1.898 0-3.304-1.5-3.304-3.61c0-2.062 1.383-3.492 3.304-3.492c1.97 0 3.328 1.406 3.328 3.492c0 2.227-1.312 3.61-3.328 3.61"/></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.906m7.898-14.039c3.867 0 6.422-3.68 6.422-9.304c0-5.672-2.554-9.399-6.422-9.399c-3.914 0-6.445 3.727-6.445 9.422c0 5.625 2.555 9.281 6.445 9.281m-15.445 0c3.774 0 6.211-2.508 6.211-6.351c0-3.399-2.344-5.813-5.508-5.813c-2.086 0-3.703 1.008-4.383 2.508c0-3.75 1.594-6.305 4.008-6.305c1.219 0 1.969.47 2.531 1.36c.375.61.774.867 1.477.867s1.172-.54 1.172-1.29c0-.327-.047-.632-.164-.89c-.633-1.57-2.414-2.765-4.899-2.765c-4.476 0-6.984 3.515-6.984 9.796c0 2.485.398 4.5 1.195 5.954c1.055 1.945 2.977 2.93 5.344 2.93m15.445-2.836c-2.086 0-3.398-2.46-3.398-6.468c0-4.079 1.289-6.563 3.398-6.563c2.086 0 3.352 2.461 3.352 6.563c0 4.007-1.29 6.468-3.352 6.468m-15.586.235c-1.898 0-3.304-1.5-3.304-3.61c0-2.062 1.383-3.492 3.304-3.492c1.97 0 3.328 1.406 3.328 3.492c0 2.227-1.312 3.61-3.328 3.61"/></svg>
</template>

CSS

.icon-goforward-60 {
  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.906m7.898-14.039c3.867%200%206.422-3.68%206.422-9.304c0-5.672-2.554-9.399-6.422-9.399c-3.914%200-6.445%203.727-6.445%209.422c0%205.625%202.555%209.281%206.445%209.281m-15.445%200c3.774%200%206.211-2.508%206.211-6.351c0-3.399-2.344-5.813-5.508-5.813c-2.086%200-3.703%201.008-4.383%202.508c0-3.75%201.594-6.305%204.008-6.305c1.219%200%201.969.47%202.531%201.36c.375.61.774.867%201.477.867s1.172-.54%201.172-1.29c0-.327-.047-.632-.164-.89c-.633-1.57-2.414-2.765-4.899-2.765c-4.476%200-6.984%203.515-6.984%209.796c0%202.485.398%204.5%201.195%205.954c1.055%201.945%202.977%202.93%205.344%202.93m15.445-2.836c-2.086%200-3.398-2.46-3.398-6.468c0-4.079%201.289-6.563%203.398-6.563c2.086%200%203.352%202.461%203.352%206.563c0%204.007-1.29%206.468-3.352%206.468m-15.586.235c-1.898%200-3.304-1.5-3.304-3.61c0-2.062%201.383-3.492%203.304-3.492c1.97%200%203.328%201.406%203.328%203.492c0%202.227-1.312%203.61-3.328%203.61%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.906m7.898-14.039c3.867%200%206.422-3.68%206.422-9.304c0-5.672-2.554-9.399-6.422-9.399c-3.914%200-6.445%203.727-6.445%209.422c0%205.625%202.555%209.281%206.445%209.281m-15.445%200c3.774%200%206.211-2.508%206.211-6.351c0-3.399-2.344-5.813-5.508-5.813c-2.086%200-3.703%201.008-4.383%202.508c0-3.75%201.594-6.305%204.008-6.305c1.219%200%201.969.47%202.531%201.36c.375.61.774.867%201.477.867s1.172-.54%201.172-1.29c0-.327-.047-.632-.164-.89c-.633-1.57-2.414-2.765-4.899-2.765c-4.476%200-6.984%203.515-6.984%209.796c0%202.485.398%204.5%201.195%205.954c1.055%201.945%202.977%202.93%205.344%202.93m15.445-2.836c-2.086%200-3.398-2.46-3.398-6.468c0-4.079%201.289-6.563%203.398-6.563c2.086%200%203.352%202.461%203.352%206.563c0%204.007-1.29%206.468-3.352%206.468m-15.586.235c-1.898%200-3.304-1.5-3.304-3.61c0-2.062%201.383-3.492%203.304-3.492c1.97%200%203.328%201.406%203.328%203.492c0%202.227-1.312%203.61-3.328%203.61%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/goforward-60.svg?color=%231a73e8&size=48