backward icon
backward from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- backward
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the backward icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.3 4.31a.76.76 0 0 0-.81.14l-7.27 6.82V5c0-.3-.18-.57-.45-.69a.76.76 0 0 0-.81.14l-7.47 7c-.15.14-.24.34-.24.55s.09.41.24.55l7.47 7a.76.76 0 0 0 .81.14c.27-.12.45-.39.45-.69v-6.27l7.27 6.82a.76.76 0 0 0 .81.14c.27-.12.45-.39.45-.69V5c0-.3-.18-.57-.45-.69m-9.58 12.96L5.1 12l5.62-5.27zm8.53 0L13.63 12l5.62-5.27z"/></svg>
React
import type { SVGProps } from "react";
export function PrimeBackward(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.3 4.31a.76.76 0 0 0-.81.14l-7.27 6.82V5c0-.3-.18-.57-.45-.69a.76.76 0 0 0-.81.14l-7.47 7c-.15.14-.24.34-.24.55s.09.41.24.55l7.47 7a.76.76 0 0 0 .81.14c.27-.12.45-.39.45-.69v-6.27l7.27 6.82a.76.76 0 0 0 .81.14c.27-.12.45-.39.45-.69V5c0-.3-.18-.57-.45-.69m-9.58 12.96L5.1 12l5.62-5.27zm8.53 0L13.63 12l5.62-5.27z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.3 4.31a.76.76 0 0 0-.81.14l-7.27 6.82V5c0-.3-.18-.57-.45-.69a.76.76 0 0 0-.81.14l-7.47 7c-.15.14-.24.34-.24.55s.09.41.24.55l7.47 7a.76.76 0 0 0 .81.14c.27-.12.45-.39.45-.69v-6.27l7.27 6.82a.76.76 0 0 0 .81.14c.27-.12.45-.39.45-.69V5c0-.3-.18-.57-.45-.69m-9.58 12.96L5.1 12l5.62-5.27zm8.53 0L13.63 12l5.62-5.27z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.3%204.31a.76.76%200%200%200-.81.14l-7.27%206.82V5c0-.3-.18-.57-.45-.69a.76.76%200%200%200-.81.14l-7.47%207c-.15.14-.24.34-.24.55s.09.41.24.55l7.47%207a.76.76%200%200%200%20.81.14c.27-.12.45-.39.45-.69v-6.27l7.27%206.82a.76.76%200%200%200%20.81.14c.27-.12.45-.39.45-.69V5c0-.3-.18-.57-.45-.69m-9.58%2012.96L5.1%2012l5.62-5.27zm8.53%200L13.63%2012l5.62-5.27z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.3%204.31a.76.76%200%200%200-.81.14l-7.27%206.82V5c0-.3-.18-.57-.45-.69a.76.76%200%200%200-.81.14l-7.47%207c-.15.14-.24.34-.24.55s.09.41.24.55l7.47%207a.76.76%200%200%200%20.81.14c.27-.12.45-.39.45-.69v-6.27l7.27%206.82a.76.76%200%200%200%20.81.14c.27-.12.45-.39.45-.69V5c0-.3-.18-.57-.45-.69m-9.58%2012.96L5.1%2012l5.62-5.27zm8.53%200L13.63%2012l5.62-5.27z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/backward.svg?color=%231a73e8&size=48