round transfer vertical icon

round-transfer-vertical-bold from Solar by 480 Design · Bold · Arrows · CC-BY-4.0 Attribution required.

Name
round-transfer-vertical-bold
Set
Solar
Style
Bold
Category
Arrows
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More arrows icons from Solar

Use the round transfer vertical icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM14.75 17L14.75 9L16.4349 10.9307C16.7073 11.2427 17.1811 11.2749 17.4931 11.0026C17.8052 10.7302 17.8374 10.2564 17.5651 9.94435L14.5651 6.50685C14.3595 6.2713 14.0294 6.18798 13.7367 6.29775C13.4439 6.40753 13.25 6.68737 13.25 7L13.25 17C13.25 17.4142 13.5858 17.75 14 17.75C14.4142 17.75 14.75 17.4142 14.75 17ZM6.50685 12.9974C6.81893 12.7251 7.29271 12.7573 7.56507 13.0693L9.25 15V7C9.25 6.58579 9.58579 6.25 10 6.25C10.4142 6.25 10.75 6.58579 10.75 7V17C10.75 17.3126 10.5561 17.5925 10.2633 17.7022C9.97061 17.812 9.6405 17.7287 9.43493 17.4932L6.43493 14.0557C6.16257 13.7436 6.19477 13.2698 6.50685 12.9974Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarRoundTransferVerticalBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM14.75 17L14.75 9L16.4349 10.9307C16.7073 11.2427 17.1811 11.2749 17.4931 11.0026C17.8052 10.7302 17.8374 10.2564 17.5651 9.94435L14.5651 6.50685C14.3595 6.2713 14.0294 6.18798 13.7367 6.29775C13.4439 6.40753 13.25 6.68737 13.25 7L13.25 17C13.25 17.4142 13.5858 17.75 14 17.75C14.4142 17.75 14.75 17.4142 14.75 17ZM6.50685 12.9974C6.81893 12.7251 7.29271 12.7573 7.56507 13.0693L9.25 15V7C9.25 6.58579 9.58579 6.25 10 6.25C10.4142 6.25 10.75 6.58579 10.75 7V17C10.75 17.3126 10.5561 17.5925 10.2633 17.7022C9.97061 17.812 9.6405 17.7287 9.43493 17.4932L6.43493 14.0557C6.16257 13.7436 6.19477 13.2698 6.50685 12.9974Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM14.75 17L14.75 9L16.4349 10.9307C16.7073 11.2427 17.1811 11.2749 17.4931 11.0026C17.8052 10.7302 17.8374 10.2564 17.5651 9.94435L14.5651 6.50685C14.3595 6.2713 14.0294 6.18798 13.7367 6.29775C13.4439 6.40753 13.25 6.68737 13.25 7L13.25 17C13.25 17.4142 13.5858 17.75 14 17.75C14.4142 17.75 14.75 17.4142 14.75 17ZM6.50685 12.9974C6.81893 12.7251 7.29271 12.7573 7.56507 13.0693L9.25 15V7C9.25 6.58579 9.58579 6.25 10 6.25C10.4142 6.25 10.75 6.58579 10.75 7V17C10.75 17.3126 10.5561 17.5925 10.2633 17.7022C9.97061 17.812 9.6405 17.7287 9.43493 17.4932L6.43493 14.0557C6.16257 13.7436 6.19477 13.2698 6.50685 12.9974Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-round-transfer-vertical-bold {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202C17.5228%202%2022%206.47715%2022%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012C2%206.47715%206.47715%202%2012%202ZM14.75%2017L14.75%209L16.4349%2010.9307C16.7073%2011.2427%2017.1811%2011.2749%2017.4931%2011.0026C17.8052%2010.7302%2017.8374%2010.2564%2017.5651%209.94435L14.5651%206.50685C14.3595%206.2713%2014.0294%206.18798%2013.7367%206.29775C13.4439%206.40753%2013.25%206.68737%2013.25%207L13.25%2017C13.25%2017.4142%2013.5858%2017.75%2014%2017.75C14.4142%2017.75%2014.75%2017.4142%2014.75%2017ZM6.50685%2012.9974C6.81893%2012.7251%207.29271%2012.7573%207.56507%2013.0693L9.25%2015V7C9.25%206.58579%209.58579%206.25%2010%206.25C10.4142%206.25%2010.75%206.58579%2010.75%207V17C10.75%2017.3126%2010.5561%2017.5925%2010.2633%2017.7022C9.97061%2017.812%209.6405%2017.7287%209.43493%2017.4932L6.43493%2014.0557C6.16257%2013.7436%206.19477%2013.2698%206.50685%2012.9974Z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202C17.5228%202%2022%206.47715%2022%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012C2%206.47715%206.47715%202%2012%202ZM14.75%2017L14.75%209L16.4349%2010.9307C16.7073%2011.2427%2017.1811%2011.2749%2017.4931%2011.0026C17.8052%2010.7302%2017.8374%2010.2564%2017.5651%209.94435L14.5651%206.50685C14.3595%206.2713%2014.0294%206.18798%2013.7367%206.29775C13.4439%206.40753%2013.25%206.68737%2013.25%207L13.25%2017C13.25%2017.4142%2013.5858%2017.75%2014%2017.75C14.4142%2017.75%2014.75%2017.4142%2014.75%2017ZM6.50685%2012.9974C6.81893%2012.7251%207.29271%2012.7573%207.56507%2013.0693L9.25%2015V7C9.25%206.58579%209.58579%206.25%2010%206.25C10.4142%206.25%2010.75%206.58579%2010.75%207V17C10.75%2017.3126%2010.5561%2017.5925%2010.2633%2017.7022C9.97061%2017.812%209.6405%2017.7287%209.43493%2017.4932L6.43493%2014.0557C6.16257%2013.7436%206.19477%2013.2698%206.50685%2012.9974Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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