caret left icon

caret-left-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
caret-left-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage 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.75 5.484v13a1.26 1.26 0 0 1-.76 1.16a1.25 1.25 0 0 1-.51.1h-.19a1.2 1.2 0 0 1-.65-.31l-6.76-6.08a2 2 0 0 1-.46-.59a1.8 1.8 0 0 1-.17-.73c-.008-.251.04-.5.14-.73c.095-.237.242-.449.43-.62l6.82-6.11a1.26 1.26 0 0 1 .65-.3a1.23 1.23 0 0 1 1.25.56c.131.192.204.417.21.65"/></svg>

React

import type { SVGProps } from "react";

export function MageCaretLeftFill(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.75 5.484v13a1.26 1.26 0 0 1-.76 1.16a1.25 1.25 0 0 1-.51.1h-.19a1.2 1.2 0 0 1-.65-.31l-6.76-6.08a2 2 0 0 1-.46-.59a1.8 1.8 0 0 1-.17-.73c-.008-.251.04-.5.14-.73c.095-.237.242-.449.43-.62l6.82-6.11a1.26 1.26 0 0 1 .65-.3a1.23 1.23 0 0 1 1.25.56c.131.192.204.417.21.65"/></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.75 5.484v13a1.26 1.26 0 0 1-.76 1.16a1.25 1.25 0 0 1-.51.1h-.19a1.2 1.2 0 0 1-.65-.31l-6.76-6.08a2 2 0 0 1-.46-.59a1.8 1.8 0 0 1-.17-.73c-.008-.251.04-.5.14-.73c.095-.237.242-.449.43-.62l6.82-6.11a1.26 1.26 0 0 1 .65-.3a1.23 1.23 0 0 1 1.25.56c.131.192.204.417.21.65"/></svg>
</template>

CSS

.icon-caret-left-fill {
  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.75%205.484v13a1.26%201.26%200%200%201-.76%201.16a1.25%201.25%200%200%201-.51.1h-.19a1.2%201.2%200%200%201-.65-.31l-6.76-6.08a2%202%200%200%201-.46-.59a1.8%201.8%200%200%201-.17-.73c-.008-.251.04-.5.14-.73c.095-.237.242-.449.43-.62l6.82-6.11a1.26%201.26%200%200%201%20.65-.3a1.23%201.23%200%200%201%201.25.56c.131.192.204.417.21.65%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.75%205.484v13a1.26%201.26%200%200%201-.76%201.16a1.25%201.25%200%200%201-.51.1h-.19a1.2%201.2%200%200%201-.65-.31l-6.76-6.08a2%202%200%200%201-.46-.59a1.8%201.8%200%200%201-.17-.73c-.008-.251.04-.5.14-.73c.095-.237.242-.449.43-.62l6.82-6.11a1.26%201.26%200%200%201%20.65-.3a1.23%201.23%200%200%201%201.25.56c.131.192.204.417.21.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/caret-left-fill.svg?color=%231a73e8&size=48