corner double down right icon

corner-double-down-right from css.gg by Astrit · Outline · MIT Free for personal and commercial use.

Name
corner-double-down-right
Set
css.gg
Style
Outline
Viewbox
24×24
License
MIT

Related icons in css.gg

Use the corner double down right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.6 7.68L7.638 2.741L2.701 7.704l1.418 1.41L6.522 6.7l-.014 6.036a4.8 4.8 0 0 0 4.788 4.812l5.928.014l-2.238 2.303l1.433 1.394l4.88-5.019l-5.019-4.88l-1.394 1.434l2.436 2.369l-6.02-.015a2.4 2.4 0 0 1-2.394-2.406l.014-5.9l2.268 2.256z"/></svg>

React

import type { SVGProps } from "react";

export function GgCornerDoubleDownRight(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="M12.6 7.68L7.638 2.741L2.701 7.704l1.418 1.41L6.522 6.7l-.014 6.036a4.8 4.8 0 0 0 4.788 4.812l5.928.014l-2.238 2.303l1.433 1.394l4.88-5.019l-5.019-4.88l-1.394 1.434l2.436 2.369l-6.02-.015a2.4 2.4 0 0 1-2.394-2.406l.014-5.9l2.268 2.256z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.6 7.68L7.638 2.741L2.701 7.704l1.418 1.41L6.522 6.7l-.014 6.036a4.8 4.8 0 0 0 4.788 4.812l5.928.014l-2.238 2.303l1.433 1.394l4.88-5.019l-5.019-4.88l-1.394 1.434l2.436 2.369l-6.02-.015a2.4 2.4 0 0 1-2.394-2.406l.014-5.9l2.268 2.256z"/></svg>
</template>

CSS

.icon-corner-double-down-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.6%207.68L7.638%202.741L2.701%207.704l1.418%201.41L6.522%206.7l-.014%206.036a4.8%204.8%200%200%200%204.788%204.812l5.928.014l-2.238%202.303l1.433%201.394l4.88-5.019l-5.019-4.88l-1.394%201.434l2.436%202.369l-6.02-.015a2.4%202.4%200%200%201-2.394-2.406l.014-5.9l2.268%202.256z%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%22M12.6%207.68L7.638%202.741L2.701%207.704l1.418%201.41L6.522%206.7l-.014%206.036a4.8%204.8%200%200%200%204.788%204.812l5.928.014l-2.238%202.303l1.433%201.394l4.88-5.019l-5.019-4.88l-1.394%201.434l2.436%202.369l-6.02-.015a2.4%202.4%200%200%201-2.394-2.406l.014-5.9l2.268%202.256z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/gg/corner-double-down-right.svg?color=%231a73e8&size=48