arrow down b icon
arrow-down-b from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- arrow-down-b
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
arrow-backarrow-back-circlearrow-downarrow-down-aarrow-down-carrow-down-circlearrow-down-left-boxarrow-down-right-boxarrow-expandarrow-forwardarrow-forward-circlearrow-graph-down-leftarrow-graph-down-rightarrow-graph-up-leftarrow-graph-up-rightarrow-left-aarrow-left-barrow-left-carrow-movearrow-redoarrow-redo-circlearrow-resizearrow-return-leftarrow-return-right
Use the arrow down b icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M98.9 184.7l1.8 2.1 136 156.5c4.6 5.3 11.5 8.6 19.2 8.6 7.7 0 14.6-3.4 19.2-8.6L411 187.1l2.3-2.6c1.7-2.5 2.7-5.5 2.7-8.7 0-8.7-7.4-15.8-16.6-15.8H112.6c-9.2 0-16.6 7.1-16.6 15.8 0 3.3 1.1 6.4 2.9 8.9z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonArrowDownB(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M98.9 184.7l1.8 2.1 136 156.5c4.6 5.3 11.5 8.6 19.2 8.6 7.7 0 14.6-3.4 19.2-8.6L411 187.1l2.3-2.6c1.7-2.5 2.7-5.5 2.7-8.7 0-8.7-7.4-15.8-16.6-15.8H112.6c-9.2 0-16.6 7.1-16.6 15.8 0 3.3 1.1 6.4 2.9 8.9z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M98.9 184.7l1.8 2.1 136 156.5c4.6 5.3 11.5 8.6 19.2 8.6 7.7 0 14.6-3.4 19.2-8.6L411 187.1l2.3-2.6c1.7-2.5 2.7-5.5 2.7-8.7 0-8.7-7.4-15.8-16.6-15.8H112.6c-9.2 0-16.6 7.1-16.6 15.8 0 3.3 1.1 6.4 2.9 8.9z" fill="currentColor"/></svg> </template>
CSS
.icon-arrow-down-b {
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%22M98.9%20184.7l1.8%202.1%20136%20156.5c4.6%205.3%2011.5%208.6%2019.2%208.6%207.7%200%2014.6-3.4%2019.2-8.6L411%20187.1l2.3-2.6c1.7-2.5%202.7-5.5%202.7-8.7%200-8.7-7.4-15.8-16.6-15.8H112.6c-9.2%200-16.6%207.1-16.6%2015.8%200%203.3%201.1%206.4%202.9%208.9z%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%22M98.9%20184.7l1.8%202.1%20136%20156.5c4.6%205.3%2011.5%208.6%2019.2%208.6%207.7%200%2014.6-3.4%2019.2-8.6L411%20187.1l2.3-2.6c1.7-2.5%202.7-5.5%202.7-8.7%200-8.7-7.4-15.8-16.6-15.8H112.6c-9.2%200-16.6%207.1-16.6%2015.8%200%203.3%201.1%206.4%202.9%208.9z%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-down-b.svg?color=%231a73e8&size=48