md arrow round up icon

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

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

Related icons in IonIcons

Use the md arrow round up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M412.6 227.1L278.6 89c-5.8-6-13.7-9-22.4-9h-.4c-8.7 0-16.6 3-22.4 9l-134 138.1c-12.5 12-12.5 31.3 0 43.2 12.5 11.9 32.7 11.9 45.2 0l79.4-83v214c0 16.9 14.3 30.6 32 30.6 18 0 32-13.7 32-30.6v-214l79.4 83c12.5 11.9 32.7 11.9 45.2 0s12.5-31.2 0-43.2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdArrowRoundUp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M412.6 227.1L278.6 89c-5.8-6-13.7-9-22.4-9h-.4c-8.7 0-16.6 3-22.4 9l-134 138.1c-12.5 12-12.5 31.3 0 43.2 12.5 11.9 32.7 11.9 45.2 0l79.4-83v214c0 16.9 14.3 30.6 32 30.6 18 0 32-13.7 32-30.6v-214l79.4 83c12.5 11.9 32.7 11.9 45.2 0s12.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="M412.6 227.1L278.6 89c-5.8-6-13.7-9-22.4-9h-.4c-8.7 0-16.6 3-22.4 9l-134 138.1c-12.5 12-12.5 31.3 0 43.2 12.5 11.9 32.7 11.9 45.2 0l79.4-83v214c0 16.9 14.3 30.6 32 30.6 18 0 32-13.7 32-30.6v-214l79.4 83c12.5 11.9 32.7 11.9 45.2 0s12.5-31.2 0-43.2z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-arrow-round-up {
  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%22M412.6%20227.1L278.6%2089c-5.8-6-13.7-9-22.4-9h-.4c-8.7%200-16.6%203-22.4%209l-134%20138.1c-12.5%2012-12.5%2031.3%200%2043.2%2012.5%2011.9%2032.7%2011.9%2045.2%200l79.4-83v214c0%2016.9%2014.3%2030.6%2032%2030.6%2018%200%2032-13.7%2032-30.6v-214l79.4%2083c12.5%2011.9%2032.7%2011.9%2045.2%200s12.5-31.2%200-43.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%22M412.6%20227.1L278.6%2089c-5.8-6-13.7-9-22.4-9h-.4c-8.7%200-16.6%203-22.4%209l-134%20138.1c-12.5%2012-12.5%2031.3%200%2043.2%2012.5%2011.9%2032.7%2011.9%2045.2%200l79.4-83v214c0%2016.9%2014.3%2030.6%2032%2030.6%2018%200%2032-13.7%2032-30.6v-214l79.4%2083c12.5%2011.9%2032.7%2011.9%2045.2%200s12.5-31.2%200-43.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-up.svg?color=%231a73e8&size=48