gobackward 30 icon

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

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

Related icons in Framework7 Icons

Use the gobackward 30 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.906m7.71-14.039c3.891 0 6.423-3.68 6.423-9.304c0-5.672-2.532-9.399-6.422-9.399c-3.914 0-6.445 3.703-6.445 9.399c0 5.625 2.554 9.304 6.445 9.304m-15.116 0c3.68 0 6.304-2.226 6.304-5.39c0-2.18-1.453-3.985-3.515-4.36c1.64-.468 2.93-2.203 2.93-4.172c0-2.812-2.297-4.78-5.579-4.78c-2.836 0-5.203 1.593-5.719 3.866c-.046.282-.07.516-.07.774c0 .844.54 1.43 1.336 1.43c.656 0 1.078-.352 1.36-1.102c.468-1.477 1.453-2.25 3.023-2.25c1.64 0 2.766.984 2.766 2.414c0 1.5-1.149 2.602-2.79 2.602h-1.007c-.797 0-1.313.539-1.313 1.359c0 .773.54 1.36 1.313 1.36h1.101c1.992 0 3.235 1.1 3.235 2.742c0 1.593-1.407 2.812-3.352 2.812c-1.64 0-2.812-.82-3.328-2.273c-.305-.774-.703-1.102-1.36-1.102c-.773 0-1.335.61-1.335 1.43c0 .258.023.515.093.773c.493 2.203 3.024 3.867 5.907 3.867m15.117-2.836c-2.086 0-3.399-2.46-3.399-6.468c0-4.079 1.29-6.563 3.399-6.563c2.086 0 3.351 2.461 3.351 6.563c0 4.007-1.289 6.468-3.351 6.468"/></svg>

React

import type { SVGProps } from "react";

export function F7Gobackward30(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.906m7.71-14.039c3.891 0 6.423-3.68 6.423-9.304c0-5.672-2.532-9.399-6.422-9.399c-3.914 0-6.445 3.703-6.445 9.399c0 5.625 2.554 9.304 6.445 9.304m-15.116 0c3.68 0 6.304-2.226 6.304-5.39c0-2.18-1.453-3.985-3.515-4.36c1.64-.468 2.93-2.203 2.93-4.172c0-2.812-2.297-4.78-5.579-4.78c-2.836 0-5.203 1.593-5.719 3.866c-.046.282-.07.516-.07.774c0 .844.54 1.43 1.336 1.43c.656 0 1.078-.352 1.36-1.102c.468-1.477 1.453-2.25 3.023-2.25c1.64 0 2.766.984 2.766 2.414c0 1.5-1.149 2.602-2.79 2.602h-1.007c-.797 0-1.313.539-1.313 1.359c0 .773.54 1.36 1.313 1.36h1.101c1.992 0 3.235 1.1 3.235 2.742c0 1.593-1.407 2.812-3.352 2.812c-1.64 0-2.812-.82-3.328-2.273c-.305-.774-.703-1.102-1.36-1.102c-.773 0-1.335.61-1.335 1.43c0 .258.023.515.093.773c.493 2.203 3.024 3.867 5.907 3.867m15.117-2.836c-2.086 0-3.399-2.46-3.399-6.468c0-4.079 1.29-6.563 3.399-6.563c2.086 0 3.351 2.461 3.351 6.563c0 4.007-1.289 6.468-3.351 6.468"/></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.906m7.71-14.039c3.891 0 6.423-3.68 6.423-9.304c0-5.672-2.532-9.399-6.422-9.399c-3.914 0-6.445 3.703-6.445 9.399c0 5.625 2.554 9.304 6.445 9.304m-15.116 0c3.68 0 6.304-2.226 6.304-5.39c0-2.18-1.453-3.985-3.515-4.36c1.64-.468 2.93-2.203 2.93-4.172c0-2.812-2.297-4.78-5.579-4.78c-2.836 0-5.203 1.593-5.719 3.866c-.046.282-.07.516-.07.774c0 .844.54 1.43 1.336 1.43c.656 0 1.078-.352 1.36-1.102c.468-1.477 1.453-2.25 3.023-2.25c1.64 0 2.766.984 2.766 2.414c0 1.5-1.149 2.602-2.79 2.602h-1.007c-.797 0-1.313.539-1.313 1.359c0 .773.54 1.36 1.313 1.36h1.101c1.992 0 3.235 1.1 3.235 2.742c0 1.593-1.407 2.812-3.352 2.812c-1.64 0-2.812-.82-3.328-2.273c-.305-.774-.703-1.102-1.36-1.102c-.773 0-1.335.61-1.335 1.43c0 .258.023.515.093.773c.493 2.203 3.024 3.867 5.907 3.867m15.117-2.836c-2.086 0-3.399-2.46-3.399-6.468c0-4.079 1.29-6.563 3.399-6.563c2.086 0 3.351 2.461 3.351 6.563c0 4.007-1.289 6.468-3.351 6.468"/></svg>
</template>

CSS

.icon-gobackward-30 {
  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.906m7.71-14.039c3.891%200%206.423-3.68%206.423-9.304c0-5.672-2.532-9.399-6.422-9.399c-3.914%200-6.445%203.703-6.445%209.399c0%205.625%202.554%209.304%206.445%209.304m-15.116%200c3.68%200%206.304-2.226%206.304-5.39c0-2.18-1.453-3.985-3.515-4.36c1.64-.468%202.93-2.203%202.93-4.172c0-2.812-2.297-4.78-5.579-4.78c-2.836%200-5.203%201.593-5.719%203.866c-.046.282-.07.516-.07.774c0%20.844.54%201.43%201.336%201.43c.656%200%201.078-.352%201.36-1.102c.468-1.477%201.453-2.25%203.023-2.25c1.64%200%202.766.984%202.766%202.414c0%201.5-1.149%202.602-2.79%202.602h-1.007c-.797%200-1.313.539-1.313%201.359c0%20.773.54%201.36%201.313%201.36h1.101c1.992%200%203.235%201.1%203.235%202.742c0%201.593-1.407%202.812-3.352%202.812c-1.64%200-2.812-.82-3.328-2.273c-.305-.774-.703-1.102-1.36-1.102c-.773%200-1.335.61-1.335%201.43c0%20.258.023.515.093.773c.493%202.203%203.024%203.867%205.907%203.867m15.117-2.836c-2.086%200-3.399-2.46-3.399-6.468c0-4.079%201.29-6.563%203.399-6.563c2.086%200%203.351%202.461%203.351%206.563c0%204.007-1.289%206.468-3.351%206.468%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.906m7.71-14.039c3.891%200%206.423-3.68%206.423-9.304c0-5.672-2.532-9.399-6.422-9.399c-3.914%200-6.445%203.703-6.445%209.399c0%205.625%202.554%209.304%206.445%209.304m-15.116%200c3.68%200%206.304-2.226%206.304-5.39c0-2.18-1.453-3.985-3.515-4.36c1.64-.468%202.93-2.203%202.93-4.172c0-2.812-2.297-4.78-5.579-4.78c-2.836%200-5.203%201.593-5.719%203.866c-.046.282-.07.516-.07.774c0%20.844.54%201.43%201.336%201.43c.656%200%201.078-.352%201.36-1.102c.468-1.477%201.453-2.25%203.023-2.25c1.64%200%202.766.984%202.766%202.414c0%201.5-1.149%202.602-2.79%202.602h-1.007c-.797%200-1.313.539-1.313%201.359c0%20.773.54%201.36%201.313%201.36h1.101c1.992%200%203.235%201.1%203.235%202.742c0%201.593-1.407%202.812-3.352%202.812c-1.64%200-2.812-.82-3.328-2.273c-.305-.774-.703-1.102-1.36-1.102c-.773%200-1.335.61-1.335%201.43c0%20.258.023.515.093.773c.493%202.203%203.024%203.867%205.907%203.867m15.117-2.836c-2.086%200-3.399-2.46-3.399-6.468c0-4.079%201.29-6.563%203.399-6.563c2.086%200%203.351%202.461%203.351%206.563c0%204.007-1.289%206.468-3.351%206.468%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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