corner down left icon

corner-down-left-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.

Name
corner-down-left-outline
Set
Eva Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

Related icons in Eva Icons

Use the corner down left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0.05 0.05 24 24"><path fill="currentColor" d="M20 6a1 1 0 0 0-1-1a1 1 0 0 0-1 1v5a1 1 0 0 1-.29.71A1 1 0 0 1 17 12H8.08l2.69-3.39a1 1 0 0 0-1.52-1.17l-4 5a1 1 0 0 0 0 1.25l4 5a1 1 0 0 0 .78.37a1 1 0 0 0 .62-.22a1 1 0 0 0 .15-1.41l-2.66-3.36h8.92a3 3 0 0 0 3-3Z"/></svg>

React

import type { SVGProps } from "react";

export function EvaCornerDownLeftOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0.05 0.05 24 24"><path fill="currentColor" d="M20 6a1 1 0 0 0-1-1a1 1 0 0 0-1 1v5a1 1 0 0 1-.29.71A1 1 0 0 1 17 12H8.08l2.69-3.39a1 1 0 0 0-1.52-1.17l-4 5a1 1 0 0 0 0 1.25l4 5a1 1 0 0 0 .78.37a1 1 0 0 0 .62-.22a1 1 0 0 0 .15-1.41l-2.66-3.36h8.92a3 3 0 0 0 3-3Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0.05 0.05 24 24"><path fill="currentColor" d="M20 6a1 1 0 0 0-1-1a1 1 0 0 0-1 1v5a1 1 0 0 1-.29.71A1 1 0 0 1 17 12H8.08l2.69-3.39a1 1 0 0 0-1.52-1.17l-4 5a1 1 0 0 0 0 1.25l4 5a1 1 0 0 0 .78.37a1 1 0 0 0 .62-.22a1 1 0 0 0 .15-1.41l-2.66-3.36h8.92a3 3 0 0 0 3-3Z"/></svg>
</template>

CSS

.icon-corner-down-left-outline {
  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.05%200.05%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%206a1%201%200%200%200-1-1a1%201%200%200%200-1%201v5a1%201%200%200%201-.29.71A1%201%200%200%201%2017%2012H8.08l2.69-3.39a1%201%200%200%200-1.52-1.17l-4%205a1%201%200%200%200%200%201.25l4%205a1%201%200%200%200%20.78.37a1%201%200%200%200%20.62-.22a1%201%200%200%200%20.15-1.41l-2.66-3.36h8.92a3%203%200%200%200%203-3Z%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.05%200.05%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%206a1%201%200%200%200-1-1a1%201%200%200%200-1%201v5a1%201%200%200%201-.29.71A1%201%200%200%201%2017%2012H8.08l2.69-3.39a1%201%200%200%200-1.52-1.17l-4%205a1%201%200%200%200%200%201.25l4%205a1%201%200%200%200%20.78.37a1%201%200%200%200%20.62-.22a1%201%200%200%200%20.15-1.41l-2.66-3.36h8.92a3%203%200%200%200%203-3Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/corner-down-left-outline.svg?color=%231a73e8&size=48