corner bottom left icon

corner-bottom-left from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
corner-bottom-left
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

The same icon in other sets

Related icons in Radix Icons

Use the corner bottom left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M11.5 12a.5.5 0 0 0 0-1H9.9c-1.128 0-1.945 0-2.587-.053c-.636-.052-1.056-.153-1.402-.329a3.5 3.5 0 0 1-1.53-1.53c-.175-.345-.276-.765-.328-1.401C4 7.045 4 6.228 4 5.1V3.5a.5.5 0 0 0-1 0v1.6c0 1.111 0 1.976.057 2.668c.057.697.173 1.265.433 1.775a4.5 4.5 0 0 0 1.967 1.967c.51.26 1.078.376 1.775.433C7.924 12 8.79 12 9.9 12z"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsCornerBottomLeft(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="M11.5 12a.5.5 0 0 0 0-1H9.9c-1.128 0-1.945 0-2.587-.053c-.636-.052-1.056-.153-1.402-.329a3.5 3.5 0 0 1-1.53-1.53c-.175-.345-.276-.765-.328-1.401C4 7.045 4 6.228 4 5.1V3.5a.5.5 0 0 0-1 0v1.6c0 1.111 0 1.976.057 2.668c.057.697.173 1.265.433 1.775a4.5 4.5 0 0 0 1.967 1.967c.51.26 1.078.376 1.775.433C7.924 12 8.79 12 9.9 12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M11.5 12a.5.5 0 0 0 0-1H9.9c-1.128 0-1.945 0-2.587-.053c-.636-.052-1.056-.153-1.402-.329a3.5 3.5 0 0 1-1.53-1.53c-.175-.345-.276-.765-.328-1.401C4 7.045 4 6.228 4 5.1V3.5a.5.5 0 0 0-1 0v1.6c0 1.111 0 1.976.057 2.668c.057.697.173 1.265.433 1.775a4.5 4.5 0 0 0 1.967 1.967c.51.26 1.078.376 1.775.433C7.924 12 8.79 12 9.9 12z"/></svg>
</template>

CSS

.icon-corner-bottom-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%22M11.5%2012a.5.5%200%200%200%200-1H9.9c-1.128%200-1.945%200-2.587-.053c-.636-.052-1.056-.153-1.402-.329a3.5%203.5%200%200%201-1.53-1.53c-.175-.345-.276-.765-.328-1.401C4%207.045%204%206.228%204%205.1V3.5a.5.5%200%200%200-1%200v1.6c0%201.111%200%201.976.057%202.668c.057.697.173%201.265.433%201.775a4.5%204.5%200%200%200%201.967%201.967c.51.26%201.078.376%201.775.433C7.924%2012%208.79%2012%209.9%2012z%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%22M11.5%2012a.5.5%200%200%200%200-1H9.9c-1.128%200-1.945%200-2.587-.053c-.636-.052-1.056-.153-1.402-.329a3.5%203.5%200%200%201-1.53-1.53c-.175-.345-.276-.765-.328-1.401C4%207.045%204%206.228%204%205.1V3.5a.5.5%200%200%200-1%200v1.6c0%201.111%200%201.976.057%202.668c.057.697.173%201.265.433%201.775a4.5%204.5%200%200%200%201.967%201.967c.51.26%201.078.376%201.775.433C7.924%2012%208.79%2012%209.9%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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