cube arrow curve down icon

cube-arrow-curve-down-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
cube-arrow-curve-down-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the cube arrow curve down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M1.004 5.495A4.497 4.497 0 0 1 5.504 1c2.485 0 4.5 2.012 4.5 4.495a4.497 4.497 0 0 1-4.5 4.495a4.497 4.497 0 0 1-4.5-4.495M7.4 6.39l-.896.896V5.745a2.75 2.75 0 0 0-2.75-2.747h-.25a.5.5 0 1 0 0 .999h.25c.966 0 1.75.782 1.75 1.748v1.54l-.897-.895a.5.5 0 0 0-.707.707l1.752 1.75a.5.5 0 0 0 .705-.002l1.75-1.748A.499.499 0 1 0 7.4 6.39M2.001 9.733q.462.381 1 .657v3.419a.5.5 0 0 0 .314.463l5.758 2.3c.596.239 1.26.239 1.857 0l5.757-2.3A.5.5 0 0 0 17 13.81V6.17a.5.5 0 0 0-.314-.464l-5.757-2.3a2.5 2.5 0 0 0-.391-.12a5.5 5.5 0 0 0-.614-1.056c.467-.01.935.073 1.376.249l5.757 2.3c.57.228.943.779.943 1.391v7.638c0 .612-.373 1.163-.943 1.39L11.301 17.5a3.5 3.5 0 0 1-2.6 0l-5.757-2.3A1.5 1.5 0 0 1 2 13.809zm8.536-2.026a5.5 5.5 0 0 1-1.036 1.559v4.22a.5.5 0 0 0 1 0v-4.67l4.203-1.866a.5.5 0 1 0-.406-.913z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCubeArrowCurveDown20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M1.004 5.495A4.497 4.497 0 0 1 5.504 1c2.485 0 4.5 2.012 4.5 4.495a4.497 4.497 0 0 1-4.5 4.495a4.497 4.497 0 0 1-4.5-4.495M7.4 6.39l-.896.896V5.745a2.75 2.75 0 0 0-2.75-2.747h-.25a.5.5 0 1 0 0 .999h.25c.966 0 1.75.782 1.75 1.748v1.54l-.897-.895a.5.5 0 0 0-.707.707l1.752 1.75a.5.5 0 0 0 .705-.002l1.75-1.748A.499.499 0 1 0 7.4 6.39M2.001 9.733q.462.381 1 .657v3.419a.5.5 0 0 0 .314.463l5.758 2.3c.596.239 1.26.239 1.857 0l5.757-2.3A.5.5 0 0 0 17 13.81V6.17a.5.5 0 0 0-.314-.464l-5.757-2.3a2.5 2.5 0 0 0-.391-.12a5.5 5.5 0 0 0-.614-1.056c.467-.01.935.073 1.376.249l5.757 2.3c.57.228.943.779.943 1.391v7.638c0 .612-.373 1.163-.943 1.39L11.301 17.5a3.5 3.5 0 0 1-2.6 0l-5.757-2.3A1.5 1.5 0 0 1 2 13.809zm8.536-2.026a5.5 5.5 0 0 1-1.036 1.559v4.22a.5.5 0 0 0 1 0v-4.67l4.203-1.866a.5.5 0 1 0-.406-.913z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M1.004 5.495A4.497 4.497 0 0 1 5.504 1c2.485 0 4.5 2.012 4.5 4.495a4.497 4.497 0 0 1-4.5 4.495a4.497 4.497 0 0 1-4.5-4.495M7.4 6.39l-.896.896V5.745a2.75 2.75 0 0 0-2.75-2.747h-.25a.5.5 0 1 0 0 .999h.25c.966 0 1.75.782 1.75 1.748v1.54l-.897-.895a.5.5 0 0 0-.707.707l1.752 1.75a.5.5 0 0 0 .705-.002l1.75-1.748A.499.499 0 1 0 7.4 6.39M2.001 9.733q.462.381 1 .657v3.419a.5.5 0 0 0 .314.463l5.758 2.3c.596.239 1.26.239 1.857 0l5.757-2.3A.5.5 0 0 0 17 13.81V6.17a.5.5 0 0 0-.314-.464l-5.757-2.3a2.5 2.5 0 0 0-.391-.12a5.5 5.5 0 0 0-.614-1.056c.467-.01.935.073 1.376.249l5.757 2.3c.57.228.943.779.943 1.391v7.638c0 .612-.373 1.163-.943 1.39L11.301 17.5a3.5 3.5 0 0 1-2.6 0l-5.757-2.3A1.5 1.5 0 0 1 2 13.809zm8.536-2.026a5.5 5.5 0 0 1-1.036 1.559v4.22a.5.5 0 0 0 1 0v-4.67l4.203-1.866a.5.5 0 1 0-.406-.913z"/></svg>
</template>

CSS

.icon-cube-arrow-curve-down-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.004%205.495A4.497%204.497%200%200%201%205.504%201c2.485%200%204.5%202.012%204.5%204.495a4.497%204.497%200%200%201-4.5%204.495a4.497%204.497%200%200%201-4.5-4.495M7.4%206.39l-.896.896V5.745a2.75%202.75%200%200%200-2.75-2.747h-.25a.5.5%200%201%200%200%20.999h.25c.966%200%201.75.782%201.75%201.748v1.54l-.897-.895a.5.5%200%200%200-.707.707l1.752%201.75a.5.5%200%200%200%20.705-.002l1.75-1.748A.499.499%200%201%200%207.4%206.39M2.001%209.733q.462.381%201%20.657v3.419a.5.5%200%200%200%20.314.463l5.758%202.3c.596.239%201.26.239%201.857%200l5.757-2.3A.5.5%200%200%200%2017%2013.81V6.17a.5.5%200%200%200-.314-.464l-5.757-2.3a2.5%202.5%200%200%200-.391-.12a5.5%205.5%200%200%200-.614-1.056c.467-.01.935.073%201.376.249l5.757%202.3c.57.228.943.779.943%201.391v7.638c0%20.612-.373%201.163-.943%201.39L11.301%2017.5a3.5%203.5%200%200%201-2.6%200l-5.757-2.3A1.5%201.5%200%200%201%202%2013.809zm8.536-2.026a5.5%205.5%200%200%201-1.036%201.559v4.22a.5.5%200%200%200%201%200v-4.67l4.203-1.866a.5.5%200%201%200-.406-.913z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.004%205.495A4.497%204.497%200%200%201%205.504%201c2.485%200%204.5%202.012%204.5%204.495a4.497%204.497%200%200%201-4.5%204.495a4.497%204.497%200%200%201-4.5-4.495M7.4%206.39l-.896.896V5.745a2.75%202.75%200%200%200-2.75-2.747h-.25a.5.5%200%201%200%200%20.999h.25c.966%200%201.75.782%201.75%201.748v1.54l-.897-.895a.5.5%200%200%200-.707.707l1.752%201.75a.5.5%200%200%200%20.705-.002l1.75-1.748A.499.499%200%201%200%207.4%206.39M2.001%209.733q.462.381%201%20.657v3.419a.5.5%200%200%200%20.314.463l5.758%202.3c.596.239%201.26.239%201.857%200l5.757-2.3A.5.5%200%200%200%2017%2013.81V6.17a.5.5%200%200%200-.314-.464l-5.757-2.3a2.5%202.5%200%200%200-.391-.12a5.5%205.5%200%200%200-.614-1.056c.467-.01.935.073%201.376.249l5.757%202.3c.57.228.943.779.943%201.391v7.638c0%20.612-.373%201.163-.943%201.39L11.301%2017.5a3.5%203.5%200%200%201-2.6%200l-5.757-2.3A1.5%201.5%200%200%201%202%2013.809zm8.536-2.026a5.5%205.5%200%200%201-1.036%201.559v4.22a.5.5%200%200%200%201%200v-4.67l4.203-1.866a.5.5%200%201%200-.406-.913z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cube-arrow-curve-down-20-regular.svg?color=%231a73e8&size=48