goforward 15 icon
goforward-15 from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- goforward-15
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the goforward 15 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.906m-6.961-14.297c.914 0 1.476-.632 1.476-1.617V23.7c0-1.195-.585-1.828-1.64-1.828c-.656 0-1.125.211-1.969.774l-3.21 2.18c-.54.398-.798.82-.798 1.359c0 .773.61 1.43 1.36 1.43c.469 0 .703-.095 1.125-.446l2.203-1.617v12.937c0 .961.562 1.617 1.453 1.617m11.906.282c3.89 0 6.446-2.508 6.446-6.282c0-3.445-2.32-5.906-5.649-5.906c-1.406 0-2.906.633-3.586 1.688l.399-5.063h7.007c.704 0 1.29-.562 1.29-1.36c0-.796-.586-1.312-1.29-1.312h-7.476c-1.242 0-1.922.703-2.016 1.946l-.515 6.75c-.094 1.172.515 1.734 1.546 1.734c.774 0 1.102-.14 1.758-.656c.914-.82 1.617-1.149 2.555-1.149c1.828 0 3.047 1.336 3.047 3.375c0 2.063-1.453 3.563-3.375 3.563c-1.406 0-2.578-.797-3.188-2.016c-.351-.61-.773-.937-1.359-.937c-.774 0-1.312.562-1.312 1.36c0 .327.07.632.187.937c.633 1.687 2.695 3.328 5.531 3.328"/></svg>
React
import type { SVGProps } from "react";
export function F7Goforward15(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.906m-6.961-14.297c.914 0 1.476-.632 1.476-1.617V23.7c0-1.195-.585-1.828-1.64-1.828c-.656 0-1.125.211-1.969.774l-3.21 2.18c-.54.398-.798.82-.798 1.359c0 .773.61 1.43 1.36 1.43c.469 0 .703-.095 1.125-.446l2.203-1.617v12.937c0 .961.562 1.617 1.453 1.617m11.906.282c3.89 0 6.446-2.508 6.446-6.282c0-3.445-2.32-5.906-5.649-5.906c-1.406 0-2.906.633-3.586 1.688l.399-5.063h7.007c.704 0 1.29-.562 1.29-1.36c0-.796-.586-1.312-1.29-1.312h-7.476c-1.242 0-1.922.703-2.016 1.946l-.515 6.75c-.094 1.172.515 1.734 1.546 1.734c.774 0 1.102-.14 1.758-.656c.914-.82 1.617-1.149 2.555-1.149c1.828 0 3.047 1.336 3.047 3.375c0 2.063-1.453 3.563-3.375 3.563c-1.406 0-2.578-.797-3.188-2.016c-.351-.61-.773-.937-1.359-.937c-.774 0-1.312.562-1.312 1.36c0 .327.07.632.187.937c.633 1.687 2.695 3.328 5.531 3.328"/></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.906m-6.961-14.297c.914 0 1.476-.632 1.476-1.617V23.7c0-1.195-.585-1.828-1.64-1.828c-.656 0-1.125.211-1.969.774l-3.21 2.18c-.54.398-.798.82-.798 1.359c0 .773.61 1.43 1.36 1.43c.469 0 .703-.095 1.125-.446l2.203-1.617v12.937c0 .961.562 1.617 1.453 1.617m11.906.282c3.89 0 6.446-2.508 6.446-6.282c0-3.445-2.32-5.906-5.649-5.906c-1.406 0-2.906.633-3.586 1.688l.399-5.063h7.007c.704 0 1.29-.562 1.29-1.36c0-.796-.586-1.312-1.29-1.312h-7.476c-1.242 0-1.922.703-2.016 1.946l-.515 6.75c-.094 1.172.515 1.734 1.546 1.734c.774 0 1.102-.14 1.758-.656c.914-.82 1.617-1.149 2.555-1.149c1.828 0 3.047 1.336 3.047 3.375c0 2.063-1.453 3.563-3.375 3.563c-1.406 0-2.578-.797-3.188-2.016c-.351-.61-.773-.937-1.359-.937c-.774 0-1.312.562-1.312 1.36c0 .327.07.632.187.937c.633 1.687 2.695 3.328 5.531 3.328"/></svg> </template>
CSS
.icon-goforward-15 {
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.906m-6.961-14.297c.914%200%201.476-.632%201.476-1.617V23.7c0-1.195-.585-1.828-1.64-1.828c-.656%200-1.125.211-1.969.774l-3.21%202.18c-.54.398-.798.82-.798%201.359c0%20.773.61%201.43%201.36%201.43c.469%200%20.703-.095%201.125-.446l2.203-1.617v12.937c0%20.961.562%201.617%201.453%201.617m11.906.282c3.89%200%206.446-2.508%206.446-6.282c0-3.445-2.32-5.906-5.649-5.906c-1.406%200-2.906.633-3.586%201.688l.399-5.063h7.007c.704%200%201.29-.562%201.29-1.36c0-.796-.586-1.312-1.29-1.312h-7.476c-1.242%200-1.922.703-2.016%201.946l-.515%206.75c-.094%201.172.515%201.734%201.546%201.734c.774%200%201.102-.14%201.758-.656c.914-.82%201.617-1.149%202.555-1.149c1.828%200%203.047%201.336%203.047%203.375c0%202.063-1.453%203.563-3.375%203.563c-1.406%200-2.578-.797-3.188-2.016c-.351-.61-.773-.937-1.359-.937c-.774%200-1.312.562-1.312%201.36c0%20.327.07.632.187.937c.633%201.687%202.695%203.328%205.531%203.328%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.906m-6.961-14.297c.914%200%201.476-.632%201.476-1.617V23.7c0-1.195-.585-1.828-1.64-1.828c-.656%200-1.125.211-1.969.774l-3.21%202.18c-.54.398-.798.82-.798%201.359c0%20.773.61%201.43%201.36%201.43c.469%200%20.703-.095%201.125-.446l2.203-1.617v12.937c0%20.961.562%201.617%201.453%201.617m11.906.282c3.89%200%206.446-2.508%206.446-6.282c0-3.445-2.32-5.906-5.649-5.906c-1.406%200-2.906.633-3.586%201.688l.399-5.063h7.007c.704%200%201.29-.562%201.29-1.36c0-.796-.586-1.312-1.29-1.312h-7.476c-1.242%200-1.922.703-2.016%201.946l-.515%206.75c-.094%201.172.515%201.734%201.546%201.734c.774%200%201.102-.14%201.758-.656c.914-.82%201.617-1.149%202.555-1.149c1.828%200%203.047%201.336%203.047%203.375c0%202.063-1.453%203.563-3.375%203.563c-1.406%200-2.578-.797-3.188-2.016c-.351-.61-.773-.937-1.359-.937c-.774%200-1.312.562-1.312%201.36c0%20.327.07.632.187.937c.633%201.687%202.695%203.328%205.531%203.328%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/goforward-15.svg?color=%231a73e8&size=48