arrow down icon

arrow-down-bold-duotone from Solar by 480 Design · Bold Duotone · Arrows · CC-BY-4.0 Attribution required.

Name
arrow-down-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Arrows
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More arrows icons from Solar

Use the arrow down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12 3.25C12.4142 3.25 12.75 3.58579 12.75 4L12.75 13.25H11.25L11.25 4C11.25 3.58579 11.5858 3.25 12 3.25Z" clip-rule="evenodd" opacity=".5"/><path d="M6.00002 13.25C5.69667 13.25 5.4232 13.4327 5.30711 13.713C5.19103 13.9932 5.25519 14.3158 5.46969 14.5303L11.4697 20.5303C11.6103 20.671 11.8011 20.75 12 20.75C12.1989 20.75 12.3897 20.671 12.5304 20.5303L18.5304 14.5303C18.7449 14.3158 18.809 13.9932 18.6929 13.713C18.5768 13.4327 18.3034 13.25 18 13.25L6.00002 13.25Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarArrowDownBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M12 3.25C12.4142 3.25 12.75 3.58579 12.75 4L12.75 13.25H11.25L11.25 4C11.25 3.58579 11.5858 3.25 12 3.25Z" clipRule="evenodd" opacity=".5"/><path d="M6.00002 13.25C5.69667 13.25 5.4232 13.4327 5.30711 13.713C5.19103 13.9932 5.25519 14.3158 5.46969 14.5303L11.4697 20.5303C11.6103 20.671 11.8011 20.75 12 20.75C12.1989 20.75 12.3897 20.671 12.5304 20.5303L18.5304 14.5303C18.7449 14.3158 18.809 13.9932 18.6929 13.713C18.5768 13.4327 18.3034 13.25 18 13.25L6.00002 13.25Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12 3.25C12.4142 3.25 12.75 3.58579 12.75 4L12.75 13.25H11.25L11.25 4C11.25 3.58579 11.5858 3.25 12 3.25Z" clip-rule="evenodd" opacity=".5"/><path d="M6.00002 13.25C5.69667 13.25 5.4232 13.4327 5.30711 13.713C5.19103 13.9932 5.25519 14.3158 5.46969 14.5303L11.4697 20.5303C11.6103 20.671 11.8011 20.75 12 20.75C12.1989 20.75 12.3897 20.671 12.5304 20.5303L18.5304 14.5303C18.7449 14.3158 18.809 13.9932 18.6929 13.713C18.5768 13.4327 18.3034 13.25 18 13.25L6.00002 13.25Z"/></g></svg>
</template>

CSS

.icon-arrow-down-bold-duotone {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%203.25C12.4142%203.25%2012.75%203.58579%2012.75%204L12.75%2013.25H11.25L11.25%204C11.25%203.58579%2011.5858%203.25%2012%203.25Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M6.00002%2013.25C5.69667%2013.25%205.4232%2013.4327%205.30711%2013.713C5.19103%2013.9932%205.25519%2014.3158%205.46969%2014.5303L11.4697%2020.5303C11.6103%2020.671%2011.8011%2020.75%2012%2020.75C12.1989%2020.75%2012.3897%2020.671%2012.5304%2020.5303L18.5304%2014.5303C18.7449%2014.3158%2018.809%2013.9932%2018.6929%2013.713C18.5768%2013.4327%2018.3034%2013.25%2018%2013.25L6.00002%2013.25Z%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%203.25C12.4142%203.25%2012.75%203.58579%2012.75%204L12.75%2013.25H11.25L11.25%204C11.25%203.58579%2011.5858%203.25%2012%203.25Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M6.00002%2013.25C5.69667%2013.25%205.4232%2013.4327%205.30711%2013.713C5.19103%2013.9932%205.25519%2014.3158%205.46969%2014.5303L11.4697%2020.5303C11.6103%2020.671%2011.8011%2020.75%2012%2020.75C12.1989%2020.75%2012.3897%2020.671%2012.5304%2020.5303L18.5304%2014.5303C18.7449%2014.3158%2018.809%2013.9932%2018.6929%2013.713C18.5768%2013.4327%2018.3034%2013.25%2018%2013.25L6.00002%2013.25Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/arrow-down-bold-duotone.svg?color=%231a73e8&size=48