corner bottom right icon
corner-bottom-right from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- corner-bottom-right
- 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 right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M3.5 12a.5.5 0 0 1 0-1h1.6c1.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.401C11 7.045 11 6.228 11 5.1V3.5a.5.5 0 0 1 1 0v1.6c0 1.111 0 1.976-.057 2.668c-.057.697-.173 1.265-.433 1.775a4.5 4.5 0 0 1-1.967 1.967c-.51.26-1.078.376-1.775.433C7.076 12 6.21 12 5.1 12z"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsCornerBottomRight(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="M3.5 12a.5.5 0 0 1 0-1h1.6c1.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.401C11 7.045 11 6.228 11 5.1V3.5a.5.5 0 0 1 1 0v1.6c0 1.111 0 1.976-.057 2.668c-.057.697-.173 1.265-.433 1.775a4.5 4.5 0 0 1-1.967 1.967c-.51.26-1.078.376-1.775.433C7.076 12 6.21 12 5.1 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="M3.5 12a.5.5 0 0 1 0-1h1.6c1.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.401C11 7.045 11 6.228 11 5.1V3.5a.5.5 0 0 1 1 0v1.6c0 1.111 0 1.976-.057 2.668c-.057.697-.173 1.265-.433 1.775a4.5 4.5 0 0 1-1.967 1.967c-.51.26-1.078.376-1.775.433C7.076 12 6.21 12 5.1 12z"/></svg> </template>
CSS
.icon-corner-bottom-right {
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%22M3.5%2012a.5.5%200%200%201%200-1h1.6c1.128%200%201.945%200%202.587-.053c.636-.052%201.056-.153%201.402-.329a3.5%203.5%200%200%200%201.53-1.53c.175-.345.276-.765.328-1.401C11%207.045%2011%206.228%2011%205.1V3.5a.5.5%200%200%201%201%200v1.6c0%201.111%200%201.976-.057%202.668c-.057.697-.173%201.265-.433%201.775a4.5%204.5%200%200%201-1.967%201.967c-.51.26-1.078.376-1.775.433C7.076%2012%206.21%2012%205.1%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%22M3.5%2012a.5.5%200%200%201%200-1h1.6c1.128%200%201.945%200%202.587-.053c.636-.052%201.056-.153%201.402-.329a3.5%203.5%200%200%200%201.53-1.53c.175-.345.276-.765.328-1.401C11%207.045%2011%206.228%2011%205.1V3.5a.5.5%200%200%201%201%200v1.6c0%201.111%200%201.976-.057%202.668c-.057.697-.173%201.265-.433%201.775a4.5%204.5%200%200%201-1.967%201.967c-.51.26-1.078.376-1.775.433C7.076%2012%206.21%2012%205.1%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-right.svg?color=%231a73e8&size=48