gobackward 45 icon

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

Name
gobackward-45
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the gobackward 45 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-11.531-8.437-21.305-19.383-23.46v-3.33c0-1.664-1.148-2.11-2.437-1.195l-7.477 5.226c-1.054.75-1.078 1.875 0 2.649l7.453 5.25c1.313.937 2.461.492 2.461-1.196v-3.35c8.86 2.015 15.375 9.914 15.375 19.406A19.84 19.84 0 0 1 28 50.418c-11.063 0-19.945-8.86-19.922-19.922c.023-6.656 3.258-12.539 8.25-16.101c.961-.727 1.266-1.829.656-2.813c-.562-.96-1.851-1.219-2.883-.422C8.055 15.543 4.094 22.621 4.094 30.496c0 13.078 10.828 23.906 23.906 23.906m-4.97-14.086c.914 0 1.453-.656 1.453-1.757v-1.946h1.149c.797 0 1.312-.515 1.312-1.336c0-.797-.515-1.312-1.312-1.312h-1.149v-9.961c0-1.453-.984-2.133-2.32-2.133c-1.266 0-1.992.469-2.719 1.711c-1.687 2.813-3.797 6.422-5.39 9.305c-.399.703-.493 1.172-.493 1.851c0 1.125.704 1.875 1.899 1.875h6.14v1.946c0 1.101.54 1.757 1.43 1.757m11.883.07c3.89 0 6.469-2.507 6.469-6.28c0-3.446-2.32-5.907-5.672-5.907c-1.383 0-2.883.633-3.586 1.688l.398-5.063h7.032c.68 0 1.265-.562 1.265-1.36c0-.796-.586-1.312-1.265-1.312h-7.5c-1.22 0-1.899.703-2.016 1.946l-.516 6.75c-.093 1.172.516 1.734 1.547 1.734c.774 0 1.102-.14 1.781-.656c.891-.82 1.618-1.149 2.532-1.149c1.828 0 3.047 1.336 3.047 3.375c0 2.063-1.43 3.563-3.375 3.563c-1.383 0-2.578-.797-3.188-2.016c-.352-.61-.773-.937-1.36-.937c-.773 0-1.312.562-1.312 1.36c0 .327.07.632.188.937c.633 1.687 2.695 3.328 5.531 3.328m-18.305-6.421v-.07c1.664-3.07 3.281-6.118 4.922-9.165h.07v9.235Z"/></svg>

React

import type { SVGProps } from "react";

export function F7Gobackward45(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-11.531-8.437-21.305-19.383-23.46v-3.33c0-1.664-1.148-2.11-2.437-1.195l-7.477 5.226c-1.054.75-1.078 1.875 0 2.649l7.453 5.25c1.313.937 2.461.492 2.461-1.196v-3.35c8.86 2.015 15.375 9.914 15.375 19.406A19.84 19.84 0 0 1 28 50.418c-11.063 0-19.945-8.86-19.922-19.922c.023-6.656 3.258-12.539 8.25-16.101c.961-.727 1.266-1.829.656-2.813c-.562-.96-1.851-1.219-2.883-.422C8.055 15.543 4.094 22.621 4.094 30.496c0 13.078 10.828 23.906 23.906 23.906m-4.97-14.086c.914 0 1.453-.656 1.453-1.757v-1.946h1.149c.797 0 1.312-.515 1.312-1.336c0-.797-.515-1.312-1.312-1.312h-1.149v-9.961c0-1.453-.984-2.133-2.32-2.133c-1.266 0-1.992.469-2.719 1.711c-1.687 2.813-3.797 6.422-5.39 9.305c-.399.703-.493 1.172-.493 1.851c0 1.125.704 1.875 1.899 1.875h6.14v1.946c0 1.101.54 1.757 1.43 1.757m11.883.07c3.89 0 6.469-2.507 6.469-6.28c0-3.446-2.32-5.907-5.672-5.907c-1.383 0-2.883.633-3.586 1.688l.398-5.063h7.032c.68 0 1.265-.562 1.265-1.36c0-.796-.586-1.312-1.265-1.312h-7.5c-1.22 0-1.899.703-2.016 1.946l-.516 6.75c-.093 1.172.516 1.734 1.547 1.734c.774 0 1.102-.14 1.781-.656c.891-.82 1.618-1.149 2.532-1.149c1.828 0 3.047 1.336 3.047 3.375c0 2.063-1.43 3.563-3.375 3.563c-1.383 0-2.578-.797-3.188-2.016c-.352-.61-.773-.937-1.36-.937c-.773 0-1.312.562-1.312 1.36c0 .327.07.632.188.937c.633 1.687 2.695 3.328 5.531 3.328m-18.305-6.421v-.07c1.664-3.07 3.281-6.118 4.922-9.165h.07v9.235Z"/></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-11.531-8.437-21.305-19.383-23.46v-3.33c0-1.664-1.148-2.11-2.437-1.195l-7.477 5.226c-1.054.75-1.078 1.875 0 2.649l7.453 5.25c1.313.937 2.461.492 2.461-1.196v-3.35c8.86 2.015 15.375 9.914 15.375 19.406A19.84 19.84 0 0 1 28 50.418c-11.063 0-19.945-8.86-19.922-19.922c.023-6.656 3.258-12.539 8.25-16.101c.961-.727 1.266-1.829.656-2.813c-.562-.96-1.851-1.219-2.883-.422C8.055 15.543 4.094 22.621 4.094 30.496c0 13.078 10.828 23.906 23.906 23.906m-4.97-14.086c.914 0 1.453-.656 1.453-1.757v-1.946h1.149c.797 0 1.312-.515 1.312-1.336c0-.797-.515-1.312-1.312-1.312h-1.149v-9.961c0-1.453-.984-2.133-2.32-2.133c-1.266 0-1.992.469-2.719 1.711c-1.687 2.813-3.797 6.422-5.39 9.305c-.399.703-.493 1.172-.493 1.851c0 1.125.704 1.875 1.899 1.875h6.14v1.946c0 1.101.54 1.757 1.43 1.757m11.883.07c3.89 0 6.469-2.507 6.469-6.28c0-3.446-2.32-5.907-5.672-5.907c-1.383 0-2.883.633-3.586 1.688l.398-5.063h7.032c.68 0 1.265-.562 1.265-1.36c0-.796-.586-1.312-1.265-1.312h-7.5c-1.22 0-1.899.703-2.016 1.946l-.516 6.75c-.093 1.172.516 1.734 1.547 1.734c.774 0 1.102-.14 1.781-.656c.891-.82 1.618-1.149 2.532-1.149c1.828 0 3.047 1.336 3.047 3.375c0 2.063-1.43 3.563-3.375 3.563c-1.383 0-2.578-.797-3.188-2.016c-.352-.61-.773-.937-1.36-.937c-.773 0-1.312.562-1.312 1.36c0 .327.07.632.188.937c.633 1.687 2.695 3.328 5.531 3.328m-18.305-6.421v-.07c1.664-3.07 3.281-6.118 4.922-9.165h.07v9.235Z"/></svg>
</template>

CSS

.icon-gobackward-45 {
  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-11.531-8.437-21.305-19.383-23.46v-3.33c0-1.664-1.148-2.11-2.437-1.195l-7.477%205.226c-1.054.75-1.078%201.875%200%202.649l7.453%205.25c1.313.937%202.461.492%202.461-1.196v-3.35c8.86%202.015%2015.375%209.914%2015.375%2019.406A19.84%2019.84%200%200%201%2028%2050.418c-11.063%200-19.945-8.86-19.922-19.922c.023-6.656%203.258-12.539%208.25-16.101c.961-.727%201.266-1.829.656-2.813c-.562-.96-1.851-1.219-2.883-.422C8.055%2015.543%204.094%2022.621%204.094%2030.496c0%2013.078%2010.828%2023.906%2023.906%2023.906m-4.97-14.086c.914%200%201.453-.656%201.453-1.757v-1.946h1.149c.797%200%201.312-.515%201.312-1.336c0-.797-.515-1.312-1.312-1.312h-1.149v-9.961c0-1.453-.984-2.133-2.32-2.133c-1.266%200-1.992.469-2.719%201.711c-1.687%202.813-3.797%206.422-5.39%209.305c-.399.703-.493%201.172-.493%201.851c0%201.125.704%201.875%201.899%201.875h6.14v1.946c0%201.101.54%201.757%201.43%201.757m11.883.07c3.89%200%206.469-2.507%206.469-6.28c0-3.446-2.32-5.907-5.672-5.907c-1.383%200-2.883.633-3.586%201.688l.398-5.063h7.032c.68%200%201.265-.562%201.265-1.36c0-.796-.586-1.312-1.265-1.312h-7.5c-1.22%200-1.899.703-2.016%201.946l-.516%206.75c-.093%201.172.516%201.734%201.547%201.734c.774%200%201.102-.14%201.781-.656c.891-.82%201.618-1.149%202.532-1.149c1.828%200%203.047%201.336%203.047%203.375c0%202.063-1.43%203.563-3.375%203.563c-1.383%200-2.578-.797-3.188-2.016c-.352-.61-.773-.937-1.36-.937c-.773%200-1.312.562-1.312%201.36c0%20.327.07.632.188.937c.633%201.687%202.695%203.328%205.531%203.328m-18.305-6.421v-.07c1.664-3.07%203.281-6.118%204.922-9.165h.07v9.235Z%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-11.531-8.437-21.305-19.383-23.46v-3.33c0-1.664-1.148-2.11-2.437-1.195l-7.477%205.226c-1.054.75-1.078%201.875%200%202.649l7.453%205.25c1.313.937%202.461.492%202.461-1.196v-3.35c8.86%202.015%2015.375%209.914%2015.375%2019.406A19.84%2019.84%200%200%201%2028%2050.418c-11.063%200-19.945-8.86-19.922-19.922c.023-6.656%203.258-12.539%208.25-16.101c.961-.727%201.266-1.829.656-2.813c-.562-.96-1.851-1.219-2.883-.422C8.055%2015.543%204.094%2022.621%204.094%2030.496c0%2013.078%2010.828%2023.906%2023.906%2023.906m-4.97-14.086c.914%200%201.453-.656%201.453-1.757v-1.946h1.149c.797%200%201.312-.515%201.312-1.336c0-.797-.515-1.312-1.312-1.312h-1.149v-9.961c0-1.453-.984-2.133-2.32-2.133c-1.266%200-1.992.469-2.719%201.711c-1.687%202.813-3.797%206.422-5.39%209.305c-.399.703-.493%201.172-.493%201.851c0%201.125.704%201.875%201.899%201.875h6.14v1.946c0%201.101.54%201.757%201.43%201.757m11.883.07c3.89%200%206.469-2.507%206.469-6.28c0-3.446-2.32-5.907-5.672-5.907c-1.383%200-2.883.633-3.586%201.688l.398-5.063h7.032c.68%200%201.265-.562%201.265-1.36c0-.796-.586-1.312-1.265-1.312h-7.5c-1.22%200-1.899.703-2.016%201.946l-.516%206.75c-.093%201.172.516%201.734%201.547%201.734c.774%200%201.102-.14%201.781-.656c.891-.82%201.618-1.149%202.532-1.149c1.828%200%203.047%201.336%203.047%203.375c0%202.063-1.43%203.563-3.375%203.563c-1.383%200-2.578-.797-3.188-2.016c-.352-.61-.773-.937-1.36-.937c-.773%200-1.312.562-1.312%201.36c0%20.327.07.632.188.937c.633%201.687%202.695%203.328%205.531%203.328m-18.305-6.421v-.07c1.664-3.07%203.281-6.118%204.922-9.165h.07v9.235Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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