corner top right icon
corner-top-right from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- corner-top-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 top 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 3a.5.5 0 0 0 0 1h1.6c1.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.401C11 7.955 11 8.772 11 9.9v1.6a.5.5 0 0 0 1 0V9.9c0-1.111 0-1.976-.057-2.668c-.057-.697-.173-1.265-.433-1.775A4.5 4.5 0 0 0 9.543 3.49c-.51-.26-1.078-.376-1.775-.433C7.076 3 6.21 3 5.1 3z"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsCornerTopRight(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 3a.5.5 0 0 0 0 1h1.6c1.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.401C11 7.955 11 8.772 11 9.9v1.6a.5.5 0 0 0 1 0V9.9c0-1.111 0-1.976-.057-2.668c-.057-.697-.173-1.265-.433-1.775A4.5 4.5 0 0 0 9.543 3.49c-.51-.26-1.078-.376-1.775-.433C7.076 3 6.21 3 5.1 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="M3.5 3a.5.5 0 0 0 0 1h1.6c1.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.401C11 7.955 11 8.772 11 9.9v1.6a.5.5 0 0 0 1 0V9.9c0-1.111 0-1.976-.057-2.668c-.057-.697-.173-1.265-.433-1.775A4.5 4.5 0 0 0 9.543 3.49c-.51-.26-1.078-.376-1.775-.433C7.076 3 6.21 3 5.1 3z"/></svg> </template>
CSS
.icon-corner-top-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%203a.5.5%200%200%200%200%201h1.6c1.128%200%201.945%200%202.587.053c.636.052%201.056.153%201.402.329a3.5%203.5%200%200%201%201.53%201.53c.175.345.276.765.328%201.401C11%207.955%2011%208.772%2011%209.9v1.6a.5.5%200%200%200%201%200V9.9c0-1.111%200-1.976-.057-2.668c-.057-.697-.173-1.265-.433-1.775A4.5%204.5%200%200%200%209.543%203.49c-.51-.26-1.078-.376-1.775-.433C7.076%203%206.21%203%205.1%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%22M3.5%203a.5.5%200%200%200%200%201h1.6c1.128%200%201.945%200%202.587.053c.636.052%201.056.153%201.402.329a3.5%203.5%200%200%201%201.53%201.53c.175.345.276.765.328%201.401C11%207.955%2011%208.772%2011%209.9v1.6a.5.5%200%200%200%201%200V9.9c0-1.111%200-1.976-.057-2.668c-.057-.697-.173-1.265-.433-1.775A4.5%204.5%200%200%200%209.543%203.49c-.51-.26-1.078-.376-1.775-.433C7.076%203%206.21%203%205.1%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-right.svg?color=%231a73e8&size=48