md arrow round down icon

md-arrow-round-down from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-arrow-round-down
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md arrow round down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M99.4 284.9l134 138.1c5.8 6 13.7 9 22.4 9h.4c8.7 0 16.6-3 22.4-9l134-138.1c12.5-12 12.5-31.3 0-43.2-12.5-11.9-32.7-11.9-45.2 0l-79.4 83v-214c0-16.9-14.3-30.6-32-30.6-18 0-32 13.7-32 30.6v214l-79.4-83c-12.5-11.9-32.7-11.9-45.2 0s-12.5 31.2 0 43.2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdArrowRoundDown(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M99.4 284.9l134 138.1c5.8 6 13.7 9 22.4 9h.4c8.7 0 16.6-3 22.4-9l134-138.1c12.5-12 12.5-31.3 0-43.2-12.5-11.9-32.7-11.9-45.2 0l-79.4 83v-214c0-16.9-14.3-30.6-32-30.6-18 0-32 13.7-32 30.6v214l-79.4-83c-12.5-11.9-32.7-11.9-45.2 0s-12.5 31.2 0 43.2z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M99.4 284.9l134 138.1c5.8 6 13.7 9 22.4 9h.4c8.7 0 16.6-3 22.4-9l134-138.1c12.5-12 12.5-31.3 0-43.2-12.5-11.9-32.7-11.9-45.2 0l-79.4 83v-214c0-16.9-14.3-30.6-32-30.6-18 0-32 13.7-32 30.6v214l-79.4-83c-12.5-11.9-32.7-11.9-45.2 0s-12.5 31.2 0 43.2z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-arrow-round-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%20512%20512%22%3E%3Cpath%20d%3D%22M99.4%20284.9l134%20138.1c5.8%206%2013.7%209%2022.4%209h.4c8.7%200%2016.6-3%2022.4-9l134-138.1c12.5-12%2012.5-31.3%200-43.2-12.5-11.9-32.7-11.9-45.2%200l-79.4%2083v-214c0-16.9-14.3-30.6-32-30.6-18%200-32%2013.7-32%2030.6v214l-79.4-83c-12.5-11.9-32.7-11.9-45.2%200s-12.5%2031.2%200%2043.2z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M99.4%20284.9l134%20138.1c5.8%206%2013.7%209%2022.4%209h.4c8.7%200%2016.6-3%2022.4-9l134-138.1c12.5-12%2012.5-31.3%200-43.2-12.5-11.9-32.7-11.9-45.2%200l-79.4%2083v-214c0-16.9-14.3-30.6-32-30.6-18%200-32%2013.7-32%2030.6v214l-79.4-83c-12.5-11.9-32.7-11.9-45.2%200s-12.5%2031.2%200%2043.2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-arrow-round-down.svg?color=%231a73e8&size=48