backward icon
backward from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- backward
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
Related icons in Framework7 Icons
Use the backward icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M25.122 44.5c1.586 0 2.929-1.22 2.929-3.477V29.306c.224.854.854 1.586 1.953 2.237l20.728 12.205c.813.489 1.505.753 2.339.753c1.587 0 2.929-1.22 2.929-3.478v-25c0-2.258-1.342-3.479-2.93-3.479c-.833 0-1.504.265-2.338.753L30.004 25.502c-1.12.65-1.73 1.383-1.953 2.238V16.023c0-2.258-1.343-3.479-2.93-3.479c-.833 0-1.505.265-2.338.753L2.054 25.502C.61 26.356 0 27.353 0 28.512c0 1.18.61 2.177 2.055 3.031l20.728 12.205c.813.489 1.505.753 2.339.753m-.895-3.762a.87.87 0 0 1-.488-.163L4.394 29.102c-.285-.162-.448-.305-.448-.59c0-.264.163-.406.448-.57L23.739 16.47c.203-.101.345-.162.488-.162c.305 0 .549.183.549.61v23.21c0 .427-.244.61-.55.61m27.95 0c-.123 0-.286-.041-.49-.163L32.344 29.102c-.285-.162-.427-.305-.427-.59c0-.264.142-.406.427-.57L51.688 16.47c.203-.101.366-.162.488-.162c.305 0 .55.183.55.61v23.21c0 .427-.245.61-.55.61"/></svg>
React
import type { SVGProps } from "react";
export function F7Backward(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="M25.122 44.5c1.586 0 2.929-1.22 2.929-3.477V29.306c.224.854.854 1.586 1.953 2.237l20.728 12.205c.813.489 1.505.753 2.339.753c1.587 0 2.929-1.22 2.929-3.478v-25c0-2.258-1.342-3.479-2.93-3.479c-.833 0-1.504.265-2.338.753L30.004 25.502c-1.12.65-1.73 1.383-1.953 2.238V16.023c0-2.258-1.343-3.479-2.93-3.479c-.833 0-1.505.265-2.338.753L2.054 25.502C.61 26.356 0 27.353 0 28.512c0 1.18.61 2.177 2.055 3.031l20.728 12.205c.813.489 1.505.753 2.339.753m-.895-3.762a.87.87 0 0 1-.488-.163L4.394 29.102c-.285-.162-.448-.305-.448-.59c0-.264.163-.406.448-.57L23.739 16.47c.203-.101.345-.162.488-.162c.305 0 .549.183.549.61v23.21c0 .427-.244.61-.55.61m27.95 0c-.123 0-.286-.041-.49-.163L32.344 29.102c-.285-.162-.427-.305-.427-.59c0-.264.142-.406.427-.57L51.688 16.47c.203-.101.366-.162.488-.162c.305 0 .55.183.55.61v23.21c0 .427-.245.61-.55.61"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M25.122 44.5c1.586 0 2.929-1.22 2.929-3.477V29.306c.224.854.854 1.586 1.953 2.237l20.728 12.205c.813.489 1.505.753 2.339.753c1.587 0 2.929-1.22 2.929-3.478v-25c0-2.258-1.342-3.479-2.93-3.479c-.833 0-1.504.265-2.338.753L30.004 25.502c-1.12.65-1.73 1.383-1.953 2.238V16.023c0-2.258-1.343-3.479-2.93-3.479c-.833 0-1.505.265-2.338.753L2.054 25.502C.61 26.356 0 27.353 0 28.512c0 1.18.61 2.177 2.055 3.031l20.728 12.205c.813.489 1.505.753 2.339.753m-.895-3.762a.87.87 0 0 1-.488-.163L4.394 29.102c-.285-.162-.448-.305-.448-.59c0-.264.163-.406.448-.57L23.739 16.47c.203-.101.345-.162.488-.162c.305 0 .549.183.549.61v23.21c0 .427-.244.61-.55.61m27.95 0c-.123 0-.286-.041-.49-.163L32.344 29.102c-.285-.162-.427-.305-.427-.59c0-.264.142-.406.427-.57L51.688 16.47c.203-.101.366-.162.488-.162c.305 0 .55.183.55.61v23.21c0 .427-.245.61-.55.61"/></svg> </template>
CSS
.icon-backward {
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%22M25.122%2044.5c1.586%200%202.929-1.22%202.929-3.477V29.306c.224.854.854%201.586%201.953%202.237l20.728%2012.205c.813.489%201.505.753%202.339.753c1.587%200%202.929-1.22%202.929-3.478v-25c0-2.258-1.342-3.479-2.93-3.479c-.833%200-1.504.265-2.338.753L30.004%2025.502c-1.12.65-1.73%201.383-1.953%202.238V16.023c0-2.258-1.343-3.479-2.93-3.479c-.833%200-1.505.265-2.338.753L2.054%2025.502C.61%2026.356%200%2027.353%200%2028.512c0%201.18.61%202.177%202.055%203.031l20.728%2012.205c.813.489%201.505.753%202.339.753m-.895-3.762a.87.87%200%200%201-.488-.163L4.394%2029.102c-.285-.162-.448-.305-.448-.59c0-.264.163-.406.448-.57L23.739%2016.47c.203-.101.345-.162.488-.162c.305%200%20.549.183.549.61v23.21c0%20.427-.244.61-.55.61m27.95%200c-.123%200-.286-.041-.49-.163L32.344%2029.102c-.285-.162-.427-.305-.427-.59c0-.264.142-.406.427-.57L51.688%2016.47c.203-.101.366-.162.488-.162c.305%200%20.55.183.55.61v23.21c0%20.427-.245.61-.55.61%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%22M25.122%2044.5c1.586%200%202.929-1.22%202.929-3.477V29.306c.224.854.854%201.586%201.953%202.237l20.728%2012.205c.813.489%201.505.753%202.339.753c1.587%200%202.929-1.22%202.929-3.478v-25c0-2.258-1.342-3.479-2.93-3.479c-.833%200-1.504.265-2.338.753L30.004%2025.502c-1.12.65-1.73%201.383-1.953%202.238V16.023c0-2.258-1.343-3.479-2.93-3.479c-.833%200-1.505.265-2.338.753L2.054%2025.502C.61%2026.356%200%2027.353%200%2028.512c0%201.18.61%202.177%202.055%203.031l20.728%2012.205c.813.489%201.505.753%202.339.753m-.895-3.762a.87.87%200%200%201-.488-.163L4.394%2029.102c-.285-.162-.448-.305-.448-.59c0-.264.163-.406.448-.57L23.739%2016.47c.203-.101.345-.162.488-.162c.305%200%20.549.183.549.61v23.21c0%20.427-.244.61-.55.61m27.95%200c-.123%200-.286-.041-.49-.163L32.344%2029.102c-.285-.162-.427-.305-.427-.59c0-.264.142-.406.427-.57L51.688%2016.47c.203-.101.366-.162.488-.162c.305%200%20.55.183.55.61v23.21c0%20.427-.245.61-.55.61%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/backward.svg?color=%231a73e8&size=48