caret left icon
caret-left from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- caret-left
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
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-left-12-filledFluent UI System Iconscaret-leftLine Awesomecaret-leftMage Iconscaret-leftPhosphorcaret-leftPrime Iconscaret-leftTabler Iconscaret-leftTDesign Icons
Related icons in Radix Icons
Use the caret left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M5.05 7.5c0 .12.047.234.132.318l3 3l.07.058a.451.451 0 0 0 .624-.624l-.058-.07L6.137 7.5l2.681-2.682a.45.45 0 0 0-.636-.636l-3 3a.45.45 0 0 0-.132.318"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsCaretLeft(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M5.05 7.5c0 .12.047.234.132.318l3 3l.07.058a.451.451 0 0 0 .624-.624l-.058-.07L6.137 7.5l2.681-2.682a.45.45 0 0 0-.636-.636l-3 3a.45.45 0 0 0-.132.318"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M5.05 7.5c0 .12.047.234.132.318l3 3l.07.058a.451.451 0 0 0 .624-.624l-.058-.07L6.137 7.5l2.681-2.682a.45.45 0 0 0-.636-.636l-3 3a.45.45 0 0 0-.132.318"/></svg> </template>
CSS
.icon-caret-left {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.05%207.5c0%20.12.047.234.132.318l3%203l.07.058a.451.451%200%200%200%20.624-.624l-.058-.07L6.137%207.5l2.681-2.682a.45.45%200%200%200-.636-.636l-3%203a.45.45%200%200%200-.132.318%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.05%207.5c0%20.12.047.234.132.318l3%203l.07.058a.451.451%200%200%200%20.624-.624l-.058-.07L6.137%207.5l2.681-2.682a.45.45%200%200%200-.636-.636l-3%203a.45.45%200%200%200-.132.318%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/caret-left.svg?color=%231a73e8&size=48