chevron left icon
chevron-left-12 from Octicons by GitHub · 12 · MIT Free for personal and commercial use.
- Name
- chevron-left-12
- Set
- Octicons
- Style
- 12
- Viewbox
- 12×12
- License
- MIT
3 other variants in Octicons
The same icon in other sets
chevron-leftAkar Iconschevron-leftBootstrap Iconschevron-leftBoxIcons v2chevron-leftBoxIcons v2 Solidchevron-leftCarbonchevron-leftCodiconschevron-left-fillEva Iconschevron-leftFramework7 Iconschevron-leftFont Awesome 6 Solidchevron-leftFont Awesome Solidchevron-leftFeather Iconschevron-left-outlineFlowbite Iconschevron-left-12-filledFluent UI System Iconschevron-leftcss.ggchevron-leftHeroIconschevron-leftHuge Iconschevron-leftHumbleiconschevron-leftIonIconschevron-leftJam Iconschevron-leftLine Awesomechevron-leftMaterial Line Iconschevron-leftLucidechevron-leftMage Iconschevron-leftMajesticons
Related icons in Octicons
Use the chevron left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3.587 6.025c0 .2.1.4.2.5l3.3 3.3c.3.3.8.3 1.1 0s.3-.8 0-1.1l-2.7-2.7l2.7-2.7c.3-.3.3-.8 0-1.1s-.8-.3-1.1 0l-3.2 3.2q-.3.3-.3.6"/></svg>
React
import type { SVGProps } from "react";
export function OcticonChevronLeft12(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3.587 6.025c0 .2.1.4.2.5l3.3 3.3c.3.3.8.3 1.1 0s.3-.8 0-1.1l-2.7-2.7l2.7-2.7c.3-.3.3-.8 0-1.1s-.8-.3-1.1 0l-3.2 3.2q-.3.3-.3.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M3.587 6.025c0 .2.1.4.2.5l3.3 3.3c.3.3.8.3 1.1 0s.3-.8 0-1.1l-2.7-2.7l2.7-2.7c.3-.3.3-.8 0-1.1s-.8-.3-1.1 0l-3.2 3.2q-.3.3-.3.6"/></svg> </template>
CSS
.icon-chevron-left-12 {
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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.587%206.025c0%20.2.1.4.2.5l3.3%203.3c.3.3.8.3%201.1%200s.3-.8%200-1.1l-2.7-2.7l2.7-2.7c.3-.3.3-.8%200-1.1s-.8-.3-1.1%200l-3.2%203.2q-.3.3-.3.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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.587%206.025c0%20.2.1.4.2.5l3.3%203.3c.3.3.8.3%201.1%200s.3-.8%200-1.1l-2.7-2.7l2.7-2.7c.3-.3.3-.8%200-1.1s-.8-.3-1.1%200l-3.2%203.2q-.3.3-.3.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/chevron-left-12.svg?color=%231a73e8&size=48