arrow up c icon

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

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

Related icons in IonIcons

Use the arrow up c icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M128.4 189.3L233.4 89c5.8-6 13.7-9 22.4-9s16.5 3 22.4 9l105.4 100.3c12.5 11.9 12.5 31.3 0 43.2-12.5 11.9-32.7 11.9-45.2 0L288 184.4v217c0 16.9-14.3 30.6-32 30.6s-32-13.7-32-30.6v-217l-50.4 48.2c-12.5 11.9-32.7 11.9-45.2 0-12.5-12-12.5-31.3 0-43.3z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonArrowUpC(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M128.4 189.3L233.4 89c5.8-6 13.7-9 22.4-9s16.5 3 22.4 9l105.4 100.3c12.5 11.9 12.5 31.3 0 43.2-12.5 11.9-32.7 11.9-45.2 0L288 184.4v217c0 16.9-14.3 30.6-32 30.6s-32-13.7-32-30.6v-217l-50.4 48.2c-12.5 11.9-32.7 11.9-45.2 0-12.5-12-12.5-31.3 0-43.3z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M128.4 189.3L233.4 89c5.8-6 13.7-9 22.4-9s16.5 3 22.4 9l105.4 100.3c12.5 11.9 12.5 31.3 0 43.2-12.5 11.9-32.7 11.9-45.2 0L288 184.4v217c0 16.9-14.3 30.6-32 30.6s-32-13.7-32-30.6v-217l-50.4 48.2c-12.5 11.9-32.7 11.9-45.2 0-12.5-12-12.5-31.3 0-43.3z" fill="currentColor"/></svg>
</template>

CSS

.icon-arrow-up-c {
  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%22M128.4%20189.3L233.4%2089c5.8-6%2013.7-9%2022.4-9s16.5%203%2022.4%209l105.4%20100.3c12.5%2011.9%2012.5%2031.3%200%2043.2-12.5%2011.9-32.7%2011.9-45.2%200L288%20184.4v217c0%2016.9-14.3%2030.6-32%2030.6s-32-13.7-32-30.6v-217l-50.4%2048.2c-12.5%2011.9-32.7%2011.9-45.2%200-12.5-12-12.5-31.3%200-43.3z%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%22M128.4%20189.3L233.4%2089c5.8-6%2013.7-9%2022.4-9s16.5%203%2022.4%209l105.4%20100.3c12.5%2011.9%2012.5%2031.3%200%2043.2-12.5%2011.9-32.7%2011.9-45.2%200L288%20184.4v217c0%2016.9-14.3%2030.6-32%2030.6s-32-13.7-32-30.6v-217l-50.4%2048.2c-12.5%2011.9-32.7%2011.9-45.2%200-12.5-12-12.5-31.3%200-43.3z%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/arrow-up-c.svg?color=%231a73e8&size=48