corner top left icon

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

Name
corner-top-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 top 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 3a.5.5 0 0 1 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 0-1.53 1.53c-.175.345-.276.765-.328 1.401C4 7.955 4 8.772 4 9.9v1.6a.5.5 0 0 1-1 0V9.9c0-1.111 0-1.976.057-2.668c.057-.697.173-1.265.433-1.775A4.5 4.5 0 0 1 5.457 3.49c.51-.26 1.078-.376 1.775-.433C7.924 3 8.79 3 9.9 3z"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsCornerTopLeft(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 3a.5.5 0 0 1 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 0-1.53 1.53c-.175.345-.276.765-.328 1.401C4 7.955 4 8.772 4 9.9v1.6a.5.5 0 0 1-1 0V9.9c0-1.111 0-1.976.057-2.668c.057-.697.173-1.265.433-1.775A4.5 4.5 0 0 1 5.457 3.49c.51-.26 1.078-.376 1.775-.433C7.924 3 8.79 3 9.9 3z"/></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 3a.5.5 0 0 1 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 0-1.53 1.53c-.175.345-.276.765-.328 1.401C4 7.955 4 8.772 4 9.9v1.6a.5.5 0 0 1-1 0V9.9c0-1.111 0-1.976.057-2.668c.057-.697.173-1.265.433-1.775A4.5 4.5 0 0 1 5.457 3.49c.51-.26 1.078-.376 1.775-.433C7.924 3 8.79 3 9.9 3z"/></svg>
</template>

CSS

.icon-corner-top-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%203a.5.5%200%200%201%200%201H9.9c-1.128%200-1.945%200-2.587.053c-.636.052-1.056.153-1.402.329a3.5%203.5%200%200%200-1.53%201.53c-.175.345-.276.765-.328%201.401C4%207.955%204%208.772%204%209.9v1.6a.5.5%200%200%201-1%200V9.9c0-1.111%200-1.976.057-2.668c.057-.697.173-1.265.433-1.775A4.5%204.5%200%200%201%205.457%203.49c.51-.26%201.078-.376%201.775-.433C7.924%203%208.79%203%209.9%203z%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%203a.5.5%200%200%201%200%201H9.9c-1.128%200-1.945%200-2.587.053c-.636.052-1.056.153-1.402.329a3.5%203.5%200%200%200-1.53%201.53c-.175.345-.276.765-.328%201.401C4%207.955%204%208.772%204%209.9v1.6a.5.5%200%200%201-1%200V9.9c0-1.111%200-1.976.057-2.668c.057-.697.173-1.265.433-1.775A4.5%204.5%200%200%201%205.457%203.49c.51-.26%201.078-.376%201.775-.433C7.924%203%208.79%203%209.9%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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