backward end icon
backward-end from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- backward-end
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
Use the backward end icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M11.91 47.36c1.102 0 1.992-.844 1.992-1.946v-16.5a4 4 0 0 1-.117-.914c0-.328.047-.633.117-.914V10.609a1.97 1.97 0 0 0-1.992-1.968c-1.101 0-2.015.867-2.015 1.968v34.805c0 1.102.914 1.945 2.015 1.945m30.82-.938c1.852 0 3.376-1.406 3.376-4.031V13.609c0-2.625-1.524-4.03-3.376-4.03c-.937 0-1.734.304-2.695.866L16.152 24.508c-1.265.75-1.968 1.617-2.25 2.578v1.828c.282.961.985 1.828 2.25 2.578l23.883 14.063c.961.562 1.758.867 2.696.867m-1.007-4.336c-.164 0-.352-.07-.586-.211L18.87 28.656c-.328-.187-.515-.351-.515-.656c0-.328.187-.469.515-.656l22.266-13.219c.234-.14.422-.21.586-.21c.328 0 .633.233.633.702v26.766c0 .469-.305.703-.633.703"/></svg>
React
import type { SVGProps } from "react";
export function F7BackwardEnd(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="M11.91 47.36c1.102 0 1.992-.844 1.992-1.946v-16.5a4 4 0 0 1-.117-.914c0-.328.047-.633.117-.914V10.609a1.97 1.97 0 0 0-1.992-1.968c-1.101 0-2.015.867-2.015 1.968v34.805c0 1.102.914 1.945 2.015 1.945m30.82-.938c1.852 0 3.376-1.406 3.376-4.031V13.609c0-2.625-1.524-4.03-3.376-4.03c-.937 0-1.734.304-2.695.866L16.152 24.508c-1.265.75-1.968 1.617-2.25 2.578v1.828c.282.961.985 1.828 2.25 2.578l23.883 14.063c.961.562 1.758.867 2.696.867m-1.007-4.336c-.164 0-.352-.07-.586-.211L18.87 28.656c-.328-.187-.515-.351-.515-.656c0-.328.187-.469.515-.656l22.266-13.219c.234-.14.422-.21.586-.21c.328 0 .633.233.633.702v26.766c0 .469-.305.703-.633.703"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M11.91 47.36c1.102 0 1.992-.844 1.992-1.946v-16.5a4 4 0 0 1-.117-.914c0-.328.047-.633.117-.914V10.609a1.97 1.97 0 0 0-1.992-1.968c-1.101 0-2.015.867-2.015 1.968v34.805c0 1.102.914 1.945 2.015 1.945m30.82-.938c1.852 0 3.376-1.406 3.376-4.031V13.609c0-2.625-1.524-4.03-3.376-4.03c-.937 0-1.734.304-2.695.866L16.152 24.508c-1.265.75-1.968 1.617-2.25 2.578v1.828c.282.961.985 1.828 2.25 2.578l23.883 14.063c.961.562 1.758.867 2.696.867m-1.007-4.336c-.164 0-.352-.07-.586-.211L18.87 28.656c-.328-.187-.515-.351-.515-.656c0-.328.187-.469.515-.656l22.266-13.219c.234-.14.422-.21.586-.21c.328 0 .633.233.633.702v26.766c0 .469-.305.703-.633.703"/></svg> </template>
CSS
.icon-backward-end {
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%22M11.91%2047.36c1.102%200%201.992-.844%201.992-1.946v-16.5a4%204%200%200%201-.117-.914c0-.328.047-.633.117-.914V10.609a1.97%201.97%200%200%200-1.992-1.968c-1.101%200-2.015.867-2.015%201.968v34.805c0%201.102.914%201.945%202.015%201.945m30.82-.938c1.852%200%203.376-1.406%203.376-4.031V13.609c0-2.625-1.524-4.03-3.376-4.03c-.937%200-1.734.304-2.695.866L16.152%2024.508c-1.265.75-1.968%201.617-2.25%202.578v1.828c.282.961.985%201.828%202.25%202.578l23.883%2014.063c.961.562%201.758.867%202.696.867m-1.007-4.336c-.164%200-.352-.07-.586-.211L18.87%2028.656c-.328-.187-.515-.351-.515-.656c0-.328.187-.469.515-.656l22.266-13.219c.234-.14.422-.21.586-.21c.328%200%20.633.233.633.702v26.766c0%20.469-.305.703-.633.703%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%22M11.91%2047.36c1.102%200%201.992-.844%201.992-1.946v-16.5a4%204%200%200%201-.117-.914c0-.328.047-.633.117-.914V10.609a1.97%201.97%200%200%200-1.992-1.968c-1.101%200-2.015.867-2.015%201.968v34.805c0%201.102.914%201.945%202.015%201.945m30.82-.938c1.852%200%203.376-1.406%203.376-4.031V13.609c0-2.625-1.524-4.03-3.376-4.03c-.937%200-1.734.304-2.695.866L16.152%2024.508c-1.265.75-1.968%201.617-2.25%202.578v1.828c.282.961.985%201.828%202.25%202.578l23.883%2014.063c.961.562%201.758.867%202.696.867m-1.007-4.336c-.164%200-.352-.07-.586-.211L18.87%2028.656c-.328-.187-.515-.351-.515-.656c0-.328.187-.469.515-.656l22.266-13.219c.234-.14.422-.21.586-.21c.328%200%20.633.233.633.702v26.766c0%20.469-.305.703-.633.703%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/backward-end.svg?color=%231a73e8&size=48