cube arrow curve down icon

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

Name
cube-arrow-curve-down-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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.5 4.5 0 0 1 5.504 1c2.485 0 4.5 2.013 4.5 4.495a4.5 4.5 0 0 1-4.5 4.495a4.5 4.5 0 0 1-4.5-4.495m6.396.896l-.896.895V5.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.541l-.897-.895a.5.5 0 0 0-.707.706l1.752 1.75a.5.5 0 0 0 .705-.002l1.75-1.748A.5.5 0 1 0 7.4 6.39m3.601-.896c0 .787-.166 1.535-.464 2.211l3.76-1.669a.5.5 0 0 1 .407.913L10.5 8.816v4.67a.5.5 0 0 1-1 0v-4.22a5.5 5.5 0 0 1-4 1.723c-1.33 0-2.55-.471-3.5-1.256v4.075c0 .613.373 1.164.943 1.392L8.7 17.5a3.5 3.5 0 0 0 2.6 0l5.757-2.3c.57-.228.943-.779.943-1.392V6.171c0-.613-.373-1.164-.943-1.391L11.3 2.48a3.5 3.5 0 0 0-1.376-.25A5.47 5.47 0 0 1 11 5.495"/></svg>

React

import type { SVGProps } from "react";

export function FluentCubeArrowCurveDown20Filled(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.5 4.5 0 0 1 5.504 1c2.485 0 4.5 2.013 4.5 4.495a4.5 4.5 0 0 1-4.5 4.495a4.5 4.5 0 0 1-4.5-4.495m6.396.896l-.896.895V5.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.541l-.897-.895a.5.5 0 0 0-.707.706l1.752 1.75a.5.5 0 0 0 .705-.002l1.75-1.748A.5.5 0 1 0 7.4 6.39m3.601-.896c0 .787-.166 1.535-.464 2.211l3.76-1.669a.5.5 0 0 1 .407.913L10.5 8.816v4.67a.5.5 0 0 1-1 0v-4.22a5.5 5.5 0 0 1-4 1.723c-1.33 0-2.55-.471-3.5-1.256v4.075c0 .613.373 1.164.943 1.392L8.7 17.5a3.5 3.5 0 0 0 2.6 0l5.757-2.3c.57-.228.943-.779.943-1.392V6.171c0-.613-.373-1.164-.943-1.391L11.3 2.48a3.5 3.5 0 0 0-1.376-.25A5.47 5.47 0 0 1 11 5.495"/></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.5 4.5 0 0 1 5.504 1c2.485 0 4.5 2.013 4.5 4.495a4.5 4.5 0 0 1-4.5 4.495a4.5 4.5 0 0 1-4.5-4.495m6.396.896l-.896.895V5.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.541l-.897-.895a.5.5 0 0 0-.707.706l1.752 1.75a.5.5 0 0 0 .705-.002l1.75-1.748A.5.5 0 1 0 7.4 6.39m3.601-.896c0 .787-.166 1.535-.464 2.211l3.76-1.669a.5.5 0 0 1 .407.913L10.5 8.816v4.67a.5.5 0 0 1-1 0v-4.22a5.5 5.5 0 0 1-4 1.723c-1.33 0-2.55-.471-3.5-1.256v4.075c0 .613.373 1.164.943 1.392L8.7 17.5a3.5 3.5 0 0 0 2.6 0l5.757-2.3c.57-.228.943-.779.943-1.392V6.171c0-.613-.373-1.164-.943-1.391L11.3 2.48a3.5 3.5 0 0 0-1.376-.25A5.47 5.47 0 0 1 11 5.495"/></svg>
</template>

CSS

.icon-cube-arrow-curve-down-20-filled {
  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.5%204.5%200%200%201%205.504%201c2.485%200%204.5%202.013%204.5%204.495a4.5%204.5%200%200%201-4.5%204.495a4.5%204.5%200%200%201-4.5-4.495m6.396.896l-.896.895V5.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.541l-.897-.895a.5.5%200%200%200-.707.706l1.752%201.75a.5.5%200%200%200%20.705-.002l1.75-1.748A.5.5%200%201%200%207.4%206.39m3.601-.896c0%20.787-.166%201.535-.464%202.211l3.76-1.669a.5.5%200%200%201%20.407.913L10.5%208.816v4.67a.5.5%200%200%201-1%200v-4.22a5.5%205.5%200%200%201-4%201.723c-1.33%200-2.55-.471-3.5-1.256v4.075c0%20.613.373%201.164.943%201.392L8.7%2017.5a3.5%203.5%200%200%200%202.6%200l5.757-2.3c.57-.228.943-.779.943-1.392V6.171c0-.613-.373-1.164-.943-1.391L11.3%202.48a3.5%203.5%200%200%200-1.376-.25A5.47%205.47%200%200%201%2011%205.495%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.5%204.5%200%200%201%205.504%201c2.485%200%204.5%202.013%204.5%204.495a4.5%204.5%200%200%201-4.5%204.495a4.5%204.5%200%200%201-4.5-4.495m6.396.896l-.896.895V5.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.541l-.897-.895a.5.5%200%200%200-.707.706l1.752%201.75a.5.5%200%200%200%20.705-.002l1.75-1.748A.5.5%200%201%200%207.4%206.39m3.601-.896c0%20.787-.166%201.535-.464%202.211l3.76-1.669a.5.5%200%200%201%20.407.913L10.5%208.816v4.67a.5.5%200%200%201-1%200v-4.22a5.5%205.5%200%200%201-4%201.723c-1.33%200-2.55-.471-3.5-1.256v4.075c0%20.613.373%201.164.943%201.392L8.7%2017.5a3.5%203.5%200%200%200%202.6%200l5.757-2.3c.57-.228.943-.779.943-1.392V6.171c0-.613-.373-1.164-.943-1.391L11.3%202.48a3.5%203.5%200%200%200-1.376-.25A5.47%205.47%200%200%201%2011%205.495%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-filled.svg?color=%231a73e8&size=48