backward icon
backward-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- backward-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All backward icons →More ui icons from Reicon
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="M9.189 5.39c1.39-.987 3.315.008 3.315 1.713v3.03l6.685-4.743c1.39-.987 3.315.008 3.315 1.713v9.796c0 1.705-1.925 2.7-3.315 1.713l-6.685-4.742v3.03c0 1.704-1.925 2.699-3.315 1.712l-6.733-4.776a2.25 2.25 0 0 1 0-3.67z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBackwardFilled(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="M9.189 5.39c1.39-.987 3.315.008 3.315 1.713v3.03l6.685-4.743c1.39-.987 3.315.008 3.315 1.713v9.796c0 1.705-1.925 2.7-3.315 1.713l-6.685-4.742v3.03c0 1.704-1.925 2.699-3.315 1.712l-6.733-4.776a2.25 2.25 0 0 1 0-3.67z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.189 5.39c1.39-.987 3.315.008 3.315 1.713v3.03l6.685-4.743c1.39-.987 3.315.008 3.315 1.713v9.796c0 1.705-1.925 2.7-3.315 1.713l-6.685-4.742v3.03c0 1.704-1.925 2.699-3.315 1.712l-6.733-4.776a2.25 2.25 0 0 1 0-3.67z"/></svg> </template>
CSS
.icon-backward-filled {
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%22M9.189%205.39c1.39-.987%203.315.008%203.315%201.713v3.03l6.685-4.743c1.39-.987%203.315.008%203.315%201.713v9.796c0%201.705-1.925%202.7-3.315%201.713l-6.685-4.742v3.03c0%201.704-1.925%202.699-3.315%201.712l-6.733-4.776a2.25%202.25%200%200%201%200-3.67z%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%22M9.189%205.39c1.39-.987%203.315.008%203.315%201.713v3.03l6.685-4.743c1.39-.987%203.315.008%203.315%201.713v9.796c0%201.705-1.925%202.7-3.315%201.713l-6.685-4.742v3.03c0%201.704-1.925%202.699-3.315%201.712l-6.733-4.776a2.25%202.25%200%200%201%200-3.67z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/backward-filled.svg?color=%231a73e8&size=48