caret left icon
caret-left from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- caret-left
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- 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-leftRadix Iconscaret-leftTabler Iconscaret-leftTDesign Icons
Related icons in Prime 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="M16 18.75a.74.74 0 0 1-.45-.15l-8-6a.75.75 0 0 1 0-1.2l8-6a.75.75 0 0 1 .79-.07a.76.76 0 0 1 .41.67v12a.76.76 0 0 1-.41.67a.8.8 0 0 1-.34.08M9.25 12l6 4.5v-9Z"/></svg>
React
import type { SVGProps } from "react";
export function PrimeCaretLeft(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="M16 18.75a.74.74 0 0 1-.45-.15l-8-6a.75.75 0 0 1 0-1.2l8-6a.75.75 0 0 1 .79-.07a.76.76 0 0 1 .41.67v12a.76.76 0 0 1-.41.67a.8.8 0 0 1-.34.08M9.25 12l6 4.5v-9Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 18.75a.74.74 0 0 1-.45-.15l-8-6a.75.75 0 0 1 0-1.2l8-6a.75.75 0 0 1 .79-.07a.76.76 0 0 1 .41.67v12a.76.76 0 0 1-.41.67a.8.8 0 0 1-.34.08M9.25 12l6 4.5v-9Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2018.75a.74.74%200%200%201-.45-.15l-8-6a.75.75%200%200%201%200-1.2l8-6a.75.75%200%200%201%20.79-.07a.76.76%200%200%201%20.41.67v12a.76.76%200%200%201-.41.67a.8.8%200%200%201-.34.08M9.25%2012l6%204.5v-9Z%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%22M16%2018.75a.74.74%200%200%201-.45-.15l-8-6a.75.75%200%200%201%200-1.2l8-6a.75.75%200%200%201%20.79-.07a.76.76%200%200%201%20.41.67v12a.76.76%200%200%201-.41.67a.8.8%200%200%201-.34.08M9.25%2012l6%204.5v-9Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/caret-left.svg?color=%231a73e8&size=48