ios arrow thin down icon

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

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

Related icons in IonIcons

Use the ios arrow thin down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M349.7 322.2c-3.1-3.1-8-3-11.3 0L264 388.6V104c0-4.4-3.6-8-8-8s-8 3.6-8 8v284.6l-74.4-66.3c-3.4-2.9-8.1-3.2-11.2-.1-3.1 3.1-3.3 8.5-.1 11.4 0 0 87 79.2 88 80s2.8 2.4 5.7 2.4 4.9-1.6 5.7-2.4 88-80 88-80c1.5-1.5 2.3-3.6 2.3-5.7s-.8-4.1-2.3-5.7z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosArrowThinDown(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M349.7 322.2c-3.1-3.1-8-3-11.3 0L264 388.6V104c0-4.4-3.6-8-8-8s-8 3.6-8 8v284.6l-74.4-66.3c-3.4-2.9-8.1-3.2-11.2-.1-3.1 3.1-3.3 8.5-.1 11.4 0 0 87 79.2 88 80s2.8 2.4 5.7 2.4 4.9-1.6 5.7-2.4 88-80 88-80c1.5-1.5 2.3-3.6 2.3-5.7s-.8-4.1-2.3-5.7z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M349.7 322.2c-3.1-3.1-8-3-11.3 0L264 388.6V104c0-4.4-3.6-8-8-8s-8 3.6-8 8v284.6l-74.4-66.3c-3.4-2.9-8.1-3.2-11.2-.1-3.1 3.1-3.3 8.5-.1 11.4 0 0 87 79.2 88 80s2.8 2.4 5.7 2.4 4.9-1.6 5.7-2.4 88-80 88-80c1.5-1.5 2.3-3.6 2.3-5.7s-.8-4.1-2.3-5.7z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-arrow-thin-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%22M349.7%20322.2c-3.1-3.1-8-3-11.3%200L264%20388.6V104c0-4.4-3.6-8-8-8s-8%203.6-8%208v284.6l-74.4-66.3c-3.4-2.9-8.1-3.2-11.2-.1-3.1%203.1-3.3%208.5-.1%2011.4%200%200%2087%2079.2%2088%2080s2.8%202.4%205.7%202.4%204.9-1.6%205.7-2.4%2088-80%2088-80c1.5-1.5%202.3-3.6%202.3-5.7s-.8-4.1-2.3-5.7z%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%22M349.7%20322.2c-3.1-3.1-8-3-11.3%200L264%20388.6V104c0-4.4-3.6-8-8-8s-8%203.6-8%208v284.6l-74.4-66.3c-3.4-2.9-8.1-3.2-11.2-.1-3.1%203.1-3.3%208.5-.1%2011.4%200%200%2087%2079.2%2088%2080s2.8%202.4%205.7%202.4%204.9-1.6%205.7-2.4%2088-80%2088-80c1.5-1.5%202.3-3.6%202.3-5.7s-.8-4.1-2.3-5.7z%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-thin-down.svg?color=%231a73e8&size=48