ios arrow round down icon

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

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

Related icons in IonIcons

Use the ios arrow round down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M348.3 295.6c-5-5.1-13.3-5.1-18.4-.1L269 356.2V124.9c0-7.1-5.8-12.9-13-12.9s-13 5.8-13 12.9v231.3l-60.9-60.8c-5.1-5-13.3-4.9-18.4.1-5 5.1-5 13.2.1 18.3l83 82.4c1.2 1.1 2.5 2 4.1 2.7 1.6.7 3.3 1 5 1 3.4 0 6.6-1.3 9.1-3.7l83-82.4c5.2-4.9 5.3-13.1.3-18.2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosArrowRoundDown(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M348.3 295.6c-5-5.1-13.3-5.1-18.4-.1L269 356.2V124.9c0-7.1-5.8-12.9-13-12.9s-13 5.8-13 12.9v231.3l-60.9-60.8c-5.1-5-13.3-4.9-18.4.1-5 5.1-5 13.2.1 18.3l83 82.4c1.2 1.1 2.5 2 4.1 2.7 1.6.7 3.3 1 5 1 3.4 0 6.6-1.3 9.1-3.7l83-82.4c5.2-4.9 5.3-13.1.3-18.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="M348.3 295.6c-5-5.1-13.3-5.1-18.4-.1L269 356.2V124.9c0-7.1-5.8-12.9-13-12.9s-13 5.8-13 12.9v231.3l-60.9-60.8c-5.1-5-13.3-4.9-18.4.1-5 5.1-5 13.2.1 18.3l83 82.4c1.2 1.1 2.5 2 4.1 2.7 1.6.7 3.3 1 5 1 3.4 0 6.6-1.3 9.1-3.7l83-82.4c5.2-4.9 5.3-13.1.3-18.2z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%22M348.3%20295.6c-5-5.1-13.3-5.1-18.4-.1L269%20356.2V124.9c0-7.1-5.8-12.9-13-12.9s-13%205.8-13%2012.9v231.3l-60.9-60.8c-5.1-5-13.3-4.9-18.4.1-5%205.1-5%2013.2.1%2018.3l83%2082.4c1.2%201.1%202.5%202%204.1%202.7%201.6.7%203.3%201%205%201%203.4%200%206.6-1.3%209.1-3.7l83-82.4c5.2-4.9%205.3-13.1.3-18.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%22M348.3%20295.6c-5-5.1-13.3-5.1-18.4-.1L269%20356.2V124.9c0-7.1-5.8-12.9-13-12.9s-13%205.8-13%2012.9v231.3l-60.9-60.8c-5.1-5-13.3-4.9-18.4.1-5%205.1-5%2013.2.1%2018.3l83%2082.4c1.2%201.1%202.5%202%204.1%202.7%201.6.7%203.3%201%205%201%203.4%200%206.6-1.3%209.1-3.7l83-82.4c5.2-4.9%205.3-13.1.3-18.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/ios-arrow-round-down.svg?color=%231a73e8&size=48