corner double left down icon
corner-double-left-down from css.gg by Astrit · Outline · MIT Free for personal and commercial use.
- Name
- corner-double-left-down
- Set
- css.gg
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Related icons in css.gg
Use the corner double left down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.299 7.76l-5.019 4.88l-1.394-1.434l2.436-2.368l-6.02.015a2.4 2.4 0 0 0-2.394 2.406l.014 5.9l2.268-2.256l1.41 1.418l-4.962 4.937l-4.937-4.962l1.418-1.41L6.522 17.3l-.014-6.036a4.8 4.8 0 0 1 4.788-4.812l5.928-.014l-2.238-2.303l1.433-1.394z"/></svg>
React
import type { SVGProps } from "react";
export function GgCornerDoubleLeftDown(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.299 7.76l-5.019 4.88l-1.394-1.434l2.436-2.368l-6.02.015a2.4 2.4 0 0 0-2.394 2.406l.014 5.9l2.268-2.256l1.41 1.418l-4.962 4.937l-4.937-4.962l1.418-1.41L6.522 17.3l-.014-6.036a4.8 4.8 0 0 1 4.788-4.812l5.928-.014l-2.238-2.303l1.433-1.394z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.299 7.76l-5.019 4.88l-1.394-1.434l2.436-2.368l-6.02.015a2.4 2.4 0 0 0-2.394 2.406l.014 5.9l2.268-2.256l1.41 1.418l-4.962 4.937l-4.937-4.962l1.418-1.41L6.522 17.3l-.014-6.036a4.8 4.8 0 0 1 4.788-4.812l5.928-.014l-2.238-2.303l1.433-1.394z"/></svg> </template>
CSS
.icon-corner-double-left-down {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.299%207.76l-5.019%204.88l-1.394-1.434l2.436-2.368l-6.02.015a2.4%202.4%200%200%200-2.394%202.406l.014%205.9l2.268-2.256l1.41%201.418l-4.962%204.937l-4.937-4.962l1.418-1.41L6.522%2017.3l-.014-6.036a4.8%204.8%200%200%201%204.788-4.812l5.928-.014l-2.238-2.303l1.433-1.394z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.299%207.76l-5.019%204.88l-1.394-1.434l2.436-2.368l-6.02.015a2.4%202.4%200%200%200-2.394%202.406l.014%205.9l2.268-2.256l1.41%201.418l-4.962%204.937l-4.937-4.962l1.418-1.41L6.522%2017.3l-.014-6.036a4.8%204.8%200%200%201%204.788-4.812l5.928-.014l-2.238-2.303l1.433-1.394z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/gg/corner-double-left-down.svg?color=%231a73e8&size=48