fast backward icon

fast-backward-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
fast-backward-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT

1 other variant in Ant Design Icons

The same icon in other sets

Related icons in Ant Design Icons

Use the fast backward icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M517.6 273.5L230.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7m320 0L550.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7m-620-25.5h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignFastBackwardOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M517.6 273.5L230.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7m320 0L550.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7m-620-25.5h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M517.6 273.5L230.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7m320 0L550.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7m-620-25.5h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6"/></svg>
</template>

CSS

.icon-fast-backward-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M517.6%20273.5L230.2%20499.3a16.14%2016.14%200%200%200%200%2025.4l287.4%20225.8c10.7%208.4%2026.4.8%2026.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7m320%200L550.2%20499.3a16.14%2016.14%200%200%200%200%2025.4l287.4%20225.8c10.7%208.4%2026.4.8%2026.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7m-620-25.5h-51.2c-3.5%200-6.4%202.7-6.4%206v516c0%203.3%202.9%206%206.4%206h51.2c3.5%200%206.4-2.7%206.4-6V254c0-3.3-2.9-6-6.4-6%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M517.6%20273.5L230.2%20499.3a16.14%2016.14%200%200%200%200%2025.4l287.4%20225.8c10.7%208.4%2026.4.8%2026.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7m320%200L550.2%20499.3a16.14%2016.14%200%200%200%200%2025.4l287.4%20225.8c10.7%208.4%2026.4.8%2026.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7m-620-25.5h-51.2c-3.5%200-6.4%202.7-6.4%206v516c0%203.3%202.9%206%206.4%206h51.2c3.5%200%206.4-2.7%206.4-6V254c0-3.3-2.9-6-6.4-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/fast-backward-outlined.svg?color=%231a73e8&size=48