skip backward icon
skip-backward from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- skip-backward
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
The same icon in other sets
Related icons in Bootstrap Icons
Use the skip backward icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M.5 3.5A.5.5 0 0 1 1 4v3.248l6.267-3.636c.52-.302 1.233.043 1.233.696v2.94l6.267-3.636c.52-.302 1.233.043 1.233.696v7.384c0 .653-.713.998-1.233.696L8.5 8.752v2.94c0 .653-.713.998-1.233.696L1 8.752V12a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5m7 1.133L1.696 8L7.5 11.367zm7.5 0L9.196 8L15 11.367z"/></svg>
React
import type { SVGProps } from "react";
export function BiSkipBackward(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M.5 3.5A.5.5 0 0 1 1 4v3.248l6.267-3.636c.52-.302 1.233.043 1.233.696v2.94l6.267-3.636c.52-.302 1.233.043 1.233.696v7.384c0 .653-.713.998-1.233.696L8.5 8.752v2.94c0 .653-.713.998-1.233.696L1 8.752V12a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5m7 1.133L1.696 8L7.5 11.367zm7.5 0L9.196 8L15 11.367z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M.5 3.5A.5.5 0 0 1 1 4v3.248l6.267-3.636c.52-.302 1.233.043 1.233.696v2.94l6.267-3.636c.52-.302 1.233.043 1.233.696v7.384c0 .653-.713.998-1.233.696L8.5 8.752v2.94c0 .653-.713.998-1.233.696L1 8.752V12a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5m7 1.133L1.696 8L7.5 11.367zm7.5 0L9.196 8L15 11.367z"/></svg> </template>
CSS
.icon-skip-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.5%203.5A.5.5%200%200%201%201%204v3.248l6.267-3.636c.52-.302%201.233.043%201.233.696v2.94l6.267-3.636c.52-.302%201.233.043%201.233.696v7.384c0%20.653-.713.998-1.233.696L8.5%208.752v2.94c0%20.653-.713.998-1.233.696L1%208.752V12a.5.5%200%200%201-1%200V4a.5.5%200%200%201%20.5-.5m7%201.133L1.696%208L7.5%2011.367zm7.5%200L9.196%208L15%2011.367z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M.5%203.5A.5.5%200%200%201%201%204v3.248l6.267-3.636c.52-.302%201.233.043%201.233.696v2.94l6.267-3.636c.52-.302%201.233.043%201.233.696v7.384c0%20.653-.713.998-1.233.696L8.5%208.752v2.94c0%20.653-.713.998-1.233.696L1%208.752V12a.5.5%200%200%201-1%200V4a.5.5%200%200%201%20.5-.5m7%201.133L1.696%208L7.5%2011.367zm7.5%200L9.196%208L15%2011.367z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/skip-backward.svg?color=%231a73e8&size=48