caret left icon
caret-left-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- caret-left-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
caret-left-filledAnt Design Iconscaret-leftBootstrap Iconscaret-leftBoxIcons v2caret-leftCarboncaret-leftElement Pluscaret-leftFont Awesome 6 Solidcaret-leftFont Awesome Solidcaret-left-outlineFlowbite Iconscaret-leftLine Awesomecaret-leftMage Iconscaret-leftPhosphorcaret-leftPrime Iconscaret-leftRadix Iconscaret-leftTabler Iconscaret-leftTDesign Icons
Related icons in Fluent UI System Icons
Use the caret left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.927 18.839c.808.707 2.073.133 2.073-.94V6.101c0-1.074-1.265-1.648-2.073-.94l-6.31 5.521a1.75 1.75 0 0 0 0 2.634zm.573-1.492l-5.896-5.159a.25.25 0 0 1 0-.376L13.5 6.653z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCaretLeft24Regular(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="M12.927 18.839c.808.707 2.073.133 2.073-.94V6.101c0-1.074-1.265-1.648-2.073-.94l-6.31 5.521a1.75 1.75 0 0 0 0 2.634zm.573-1.492l-5.896-5.159a.25.25 0 0 1 0-.376L13.5 6.653z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.927 18.839c.808.707 2.073.133 2.073-.94V6.101c0-1.074-1.265-1.648-2.073-.94l-6.31 5.521a1.75 1.75 0 0 0 0 2.634zm.573-1.492l-5.896-5.159a.25.25 0 0 1 0-.376L13.5 6.653z"/></svg> </template>
CSS
.icon-caret-left-24-regular {
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%22M12.927%2018.839c.808.707%202.073.133%202.073-.94V6.101c0-1.074-1.265-1.648-2.073-.94l-6.31%205.521a1.75%201.75%200%200%200%200%202.634zm.573-1.492l-5.896-5.159a.25.25%200%200%201%200-.376L13.5%206.653z%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%22M12.927%2018.839c.808.707%202.073.133%202.073-.94V6.101c0-1.074-1.265-1.648-2.073-.94l-6.31%205.521a1.75%201.75%200%200%200%200%202.634zm.573-1.492l-5.896-5.159a.25.25%200%200%201%200-.376L13.5%206.653z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/caret-left-24-regular.svg?color=%231a73e8&size=48