backward end alt icon

backward-end-alt from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
backward-end-alt
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 alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M1.65 44.51c.9 0 1.63-.69 1.63-1.591V29.417a3.3 3.3 0 0 1-.096-.748c0-.268.038-.518.095-.748V14.44c0-.901-.728-1.61-1.63-1.61S0 13.537 0 14.438v28.48c0 .9.748 1.591 1.65 1.591m25.219-.767c1.515 0 2.761-1.15 2.761-3.298V29.417c.23.786.806 1.496 1.841 2.11l19.543 11.507c.786.46 1.438.71 2.224.71c1.496 0 2.762-1.151 2.762-3.3v-23.55c0-2.148-1.266-3.299-2.762-3.299c-.786 0-1.438.25-2.224.71L31.47 25.812c-1.035.613-1.61 1.323-1.84 2.11V16.893c0-2.148-1.247-3.299-2.762-3.299c-.768 0-1.42.25-2.206.71L5.121 25.812c-1.036.613-1.611 1.323-1.842 2.11v1.495c.23.786.806 1.496 1.842 2.11l19.542 11.507c.786.46 1.438.71 2.206.71m-.825-3.548c-.134 0-.288-.057-.48-.172L7.345 29.206c-.268-.153-.422-.287-.422-.537c0-.268.154-.383.422-.537l18.22-10.816c.191-.115.345-.173.479-.173c.268 0 .518.192.518.575V39.62c0 .384-.25.575-.518.575m26.35 0c-.133 0-.287-.057-.479-.172L33.696 29.206c-.268-.153-.422-.287-.422-.537c0-.268.154-.383.422-.537l18.22-10.816c.19-.115.345-.173.479-.173c.268 0 .517.192.517.575V39.62c0 .384-.249.575-.517.575"/></svg>

React

import type { SVGProps } from "react";

export function F7BackwardEndAlt(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="M1.65 44.51c.9 0 1.63-.69 1.63-1.591V29.417a3.3 3.3 0 0 1-.096-.748c0-.268.038-.518.095-.748V14.44c0-.901-.728-1.61-1.63-1.61S0 13.537 0 14.438v28.48c0 .9.748 1.591 1.65 1.591m25.219-.767c1.515 0 2.761-1.15 2.761-3.298V29.417c.23.786.806 1.496 1.841 2.11l19.543 11.507c.786.46 1.438.71 2.224.71c1.496 0 2.762-1.151 2.762-3.3v-23.55c0-2.148-1.266-3.299-2.762-3.299c-.786 0-1.438.25-2.224.71L31.47 25.812c-1.035.613-1.61 1.323-1.84 2.11V16.893c0-2.148-1.247-3.299-2.762-3.299c-.768 0-1.42.25-2.206.71L5.121 25.812c-1.036.613-1.611 1.323-1.842 2.11v1.495c.23.786.806 1.496 1.842 2.11l19.542 11.507c.786.46 1.438.71 2.206.71m-.825-3.548c-.134 0-.288-.057-.48-.172L7.345 29.206c-.268-.153-.422-.287-.422-.537c0-.268.154-.383.422-.537l18.22-10.816c.191-.115.345-.173.479-.173c.268 0 .518.192.518.575V39.62c0 .384-.25.575-.518.575m26.35 0c-.133 0-.287-.057-.479-.172L33.696 29.206c-.268-.153-.422-.287-.422-.537c0-.268.154-.383.422-.537l18.22-10.816c.19-.115.345-.173.479-.173c.268 0 .517.192.517.575V39.62c0 .384-.249.575-.517.575"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M1.65 44.51c.9 0 1.63-.69 1.63-1.591V29.417a3.3 3.3 0 0 1-.096-.748c0-.268.038-.518.095-.748V14.44c0-.901-.728-1.61-1.63-1.61S0 13.537 0 14.438v28.48c0 .9.748 1.591 1.65 1.591m25.219-.767c1.515 0 2.761-1.15 2.761-3.298V29.417c.23.786.806 1.496 1.841 2.11l19.543 11.507c.786.46 1.438.71 2.224.71c1.496 0 2.762-1.151 2.762-3.3v-23.55c0-2.148-1.266-3.299-2.762-3.299c-.786 0-1.438.25-2.224.71L31.47 25.812c-1.035.613-1.61 1.323-1.84 2.11V16.893c0-2.148-1.247-3.299-2.762-3.299c-.768 0-1.42.25-2.206.71L5.121 25.812c-1.036.613-1.611 1.323-1.842 2.11v1.495c.23.786.806 1.496 1.842 2.11l19.542 11.507c.786.46 1.438.71 2.206.71m-.825-3.548c-.134 0-.288-.057-.48-.172L7.345 29.206c-.268-.153-.422-.287-.422-.537c0-.268.154-.383.422-.537l18.22-10.816c.191-.115.345-.173.479-.173c.268 0 .518.192.518.575V39.62c0 .384-.25.575-.518.575m26.35 0c-.133 0-.287-.057-.479-.172L33.696 29.206c-.268-.153-.422-.287-.422-.537c0-.268.154-.383.422-.537l18.22-10.816c.19-.115.345-.173.479-.173c.268 0 .517.192.517.575V39.62c0 .384-.249.575-.517.575"/></svg>
</template>

CSS

.icon-backward-end-alt {
  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%22M1.65%2044.51c.9%200%201.63-.69%201.63-1.591V29.417a3.3%203.3%200%200%201-.096-.748c0-.268.038-.518.095-.748V14.44c0-.901-.728-1.61-1.63-1.61S0%2013.537%200%2014.438v28.48c0%20.9.748%201.591%201.65%201.591m25.219-.767c1.515%200%202.761-1.15%202.761-3.298V29.417c.23.786.806%201.496%201.841%202.11l19.543%2011.507c.786.46%201.438.71%202.224.71c1.496%200%202.762-1.151%202.762-3.3v-23.55c0-2.148-1.266-3.299-2.762-3.299c-.786%200-1.438.25-2.224.71L31.47%2025.812c-1.035.613-1.61%201.323-1.84%202.11V16.893c0-2.148-1.247-3.299-2.762-3.299c-.768%200-1.42.25-2.206.71L5.121%2025.812c-1.036.613-1.611%201.323-1.842%202.11v1.495c.23.786.806%201.496%201.842%202.11l19.542%2011.507c.786.46%201.438.71%202.206.71m-.825-3.548c-.134%200-.288-.057-.48-.172L7.345%2029.206c-.268-.153-.422-.287-.422-.537c0-.268.154-.383.422-.537l18.22-10.816c.191-.115.345-.173.479-.173c.268%200%20.518.192.518.575V39.62c0%20.384-.25.575-.518.575m26.35%200c-.133%200-.287-.057-.479-.172L33.696%2029.206c-.268-.153-.422-.287-.422-.537c0-.268.154-.383.422-.537l18.22-10.816c.19-.115.345-.173.479-.173c.268%200%20.517.192.517.575V39.62c0%20.384-.249.575-.517.575%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%22M1.65%2044.51c.9%200%201.63-.69%201.63-1.591V29.417a3.3%203.3%200%200%201-.096-.748c0-.268.038-.518.095-.748V14.44c0-.901-.728-1.61-1.63-1.61S0%2013.537%200%2014.438v28.48c0%20.9.748%201.591%201.65%201.591m25.219-.767c1.515%200%202.761-1.15%202.761-3.298V29.417c.23.786.806%201.496%201.841%202.11l19.543%2011.507c.786.46%201.438.71%202.224.71c1.496%200%202.762-1.151%202.762-3.3v-23.55c0-2.148-1.266-3.299-2.762-3.299c-.786%200-1.438.25-2.224.71L31.47%2025.812c-1.035.613-1.61%201.323-1.84%202.11V16.893c0-2.148-1.247-3.299-2.762-3.299c-.768%200-1.42.25-2.206.71L5.121%2025.812c-1.036.613-1.611%201.323-1.842%202.11v1.495c.23.786.806%201.496%201.842%202.11l19.542%2011.507c.786.46%201.438.71%202.206.71m-.825-3.548c-.134%200-.288-.057-.48-.172L7.345%2029.206c-.268-.153-.422-.287-.422-.537c0-.268.154-.383.422-.537l18.22-10.816c.191-.115.345-.173.479-.173c.268%200%20.518.192.518.575V39.62c0%20.384-.25.575-.518.575m26.35%200c-.133%200-.287-.057-.479-.172L33.696%2029.206c-.268-.153-.422-.287-.422-.537c0-.268.154-.383.422-.537l18.22-10.816c.19-.115.345-.173.479-.173c.268%200%20.517.192.517.575V39.62c0%20.384-.249.575-.517.575%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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