gobackward 90 icon
gobackward-90 from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- gobackward-90
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the gobackward 90 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.875-14.039c3.89 0 6.445-3.68 6.445-9.304c0-5.672-2.554-9.399-6.445-9.399c-3.914 0-6.445 3.727-6.445 9.422c0 5.625 2.554 9.281 6.445 9.281m-15.938.024c4.336 0 6.703-3.492 6.703-9.82c0-3.07-.656-5.438-1.921-6.868c-1.055-1.289-2.602-1.992-4.5-1.992c-3.727 0-6.118 2.461-6.118 6.328c0 3.422 2.274 5.836 5.438 5.836c1.992 0 3.516-.96 4.289-2.484c0 3.773-1.547 6.304-3.914 6.304c-1.125 0-2.063-.562-2.602-1.523c-.398-.633-.797-.89-1.406-.89c-.726 0-1.336.632-1.336 1.359c0 .281.024.515.188.843c.469.961 2.086 2.907 5.18 2.907m.399-9c-1.945 0-3.281-1.383-3.281-3.492c0-2.204 1.312-3.586 3.28-3.586c1.923 0 3.259 1.5 3.259 3.632c0 2.04-1.36 3.446-3.258 3.446m15.539 6.14c-2.063 0-3.398-2.46-3.398-6.468c0-4.079 1.312-6.563 3.398-6.563c2.11 0 3.375 2.461 3.375 6.563c0 4.007-1.29 6.468-3.375 6.468"/></svg>
React
import type { SVGProps } from "react";
export function F7Gobackward90(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.875-14.039c3.89 0 6.445-3.68 6.445-9.304c0-5.672-2.554-9.399-6.445-9.399c-3.914 0-6.445 3.727-6.445 9.422c0 5.625 2.554 9.281 6.445 9.281m-15.938.024c4.336 0 6.703-3.492 6.703-9.82c0-3.07-.656-5.438-1.921-6.868c-1.055-1.289-2.602-1.992-4.5-1.992c-3.727 0-6.118 2.461-6.118 6.328c0 3.422 2.274 5.836 5.438 5.836c1.992 0 3.516-.96 4.289-2.484c0 3.773-1.547 6.304-3.914 6.304c-1.125 0-2.063-.562-2.602-1.523c-.398-.633-.797-.89-1.406-.89c-.726 0-1.336.632-1.336 1.359c0 .281.024.515.188.843c.469.961 2.086 2.907 5.18 2.907m.399-9c-1.945 0-3.281-1.383-3.281-3.492c0-2.204 1.312-3.586 3.28-3.586c1.923 0 3.259 1.5 3.259 3.632c0 2.04-1.36 3.446-3.258 3.446m15.539 6.14c-2.063 0-3.398-2.46-3.398-6.468c0-4.079 1.312-6.563 3.398-6.563c2.11 0 3.375 2.461 3.375 6.563c0 4.007-1.29 6.468-3.375 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.875-14.039c3.89 0 6.445-3.68 6.445-9.304c0-5.672-2.554-9.399-6.445-9.399c-3.914 0-6.445 3.727-6.445 9.422c0 5.625 2.554 9.281 6.445 9.281m-15.938.024c4.336 0 6.703-3.492 6.703-9.82c0-3.07-.656-5.438-1.921-6.868c-1.055-1.289-2.602-1.992-4.5-1.992c-3.727 0-6.118 2.461-6.118 6.328c0 3.422 2.274 5.836 5.438 5.836c1.992 0 3.516-.96 4.289-2.484c0 3.773-1.547 6.304-3.914 6.304c-1.125 0-2.063-.562-2.602-1.523c-.398-.633-.797-.89-1.406-.89c-.726 0-1.336.632-1.336 1.359c0 .281.024.515.188.843c.469.961 2.086 2.907 5.18 2.907m.399-9c-1.945 0-3.281-1.383-3.281-3.492c0-2.204 1.312-3.586 3.28-3.586c1.923 0 3.259 1.5 3.259 3.632c0 2.04-1.36 3.446-3.258 3.446m15.539 6.14c-2.063 0-3.398-2.46-3.398-6.468c0-4.079 1.312-6.563 3.398-6.563c2.11 0 3.375 2.461 3.375 6.563c0 4.007-1.29 6.468-3.375 6.468"/></svg> </template>
CSS
.icon-gobackward-90 {
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.875-14.039c3.89%200%206.445-3.68%206.445-9.304c0-5.672-2.554-9.399-6.445-9.399c-3.914%200-6.445%203.727-6.445%209.422c0%205.625%202.554%209.281%206.445%209.281m-15.938.024c4.336%200%206.703-3.492%206.703-9.82c0-3.07-.656-5.438-1.921-6.868c-1.055-1.289-2.602-1.992-4.5-1.992c-3.727%200-6.118%202.461-6.118%206.328c0%203.422%202.274%205.836%205.438%205.836c1.992%200%203.516-.96%204.289-2.484c0%203.773-1.547%206.304-3.914%206.304c-1.125%200-2.063-.562-2.602-1.523c-.398-.633-.797-.89-1.406-.89c-.726%200-1.336.632-1.336%201.359c0%20.281.024.515.188.843c.469.961%202.086%202.907%205.18%202.907m.399-9c-1.945%200-3.281-1.383-3.281-3.492c0-2.204%201.312-3.586%203.28-3.586c1.923%200%203.259%201.5%203.259%203.632c0%202.04-1.36%203.446-3.258%203.446m15.539%206.14c-2.063%200-3.398-2.46-3.398-6.468c0-4.079%201.312-6.563%203.398-6.563c2.11%200%203.375%202.461%203.375%206.563c0%204.007-1.29%206.468-3.375%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.875-14.039c3.89%200%206.445-3.68%206.445-9.304c0-5.672-2.554-9.399-6.445-9.399c-3.914%200-6.445%203.727-6.445%209.422c0%205.625%202.554%209.281%206.445%209.281m-15.938.024c4.336%200%206.703-3.492%206.703-9.82c0-3.07-.656-5.438-1.921-6.868c-1.055-1.289-2.602-1.992-4.5-1.992c-3.727%200-6.118%202.461-6.118%206.328c0%203.422%202.274%205.836%205.438%205.836c1.992%200%203.516-.96%204.289-2.484c0%203.773-1.547%206.304-3.914%206.304c-1.125%200-2.063-.562-2.602-1.523c-.398-.633-.797-.89-1.406-.89c-.726%200-1.336.632-1.336%201.359c0%20.281.024.515.188.843c.469.961%202.086%202.907%205.18%202.907m.399-9c-1.945%200-3.281-1.383-3.281-3.492c0-2.204%201.312-3.586%203.28-3.586c1.923%200%203.259%201.5%203.259%203.632c0%202.04-1.36%203.446-3.258%203.446m15.539%206.14c-2.063%200-3.398-2.46-3.398-6.468c0-4.079%201.312-6.563%203.398-6.563c2.11%200%203.375%202.461%203.375%206.563c0%204.007-1.29%206.468-3.375%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-90.svg?color=%231a73e8&size=48