round transfer diagonal icon

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

Name
round-transfer-diagonal-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 diagonal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22C6.47715 22 2 17.5228 2 12C2 8.87638 3.43217 6.08725 5.67568 4.25345L13.3284 12.5099C13.5381 12.7362 13.865 12.811 14.1523 12.6983C14.4395 12.5857 14.6284 12.3086 14.6284 12.0001V7.50011C14.6284 7.0859 14.2926 6.75011 13.8784 6.75011C13.4642 6.75011 13.1284 7.0859 13.1284 7.50011V10.0876L6.91715 3.38628C8.40658 2.50549 10.1443 2 12 2C17.5228 2 22 6.47715 22 12C22 15.1255 20.5661 17.9162 18.3202 19.7499L10.4207 11.4818C10.209 11.2603 9.88379 11.1898 9.59934 11.3038C9.31488 11.4179 9.12843 11.6935 9.12843 12V16.5C9.12843 16.9142 9.46422 17.25 9.87843 17.25C10.2926 17.25 10.6284 16.9142 10.6284 16.5V13.8706L17.0752 20.6182C15.5875 21.4962 13.8526 22 12 22Z"/></svg>

React

import type { SVGProps } from "react";

export function SolarRoundTransferDiagonalBold(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" d="M12 22C6.47715 22 2 17.5228 2 12C2 8.87638 3.43217 6.08725 5.67568 4.25345L13.3284 12.5099C13.5381 12.7362 13.865 12.811 14.1523 12.6983C14.4395 12.5857 14.6284 12.3086 14.6284 12.0001V7.50011C14.6284 7.0859 14.2926 6.75011 13.8784 6.75011C13.4642 6.75011 13.1284 7.0859 13.1284 7.50011V10.0876L6.91715 3.38628C8.40658 2.50549 10.1443 2 12 2C17.5228 2 22 6.47715 22 12C22 15.1255 20.5661 17.9162 18.3202 19.7499L10.4207 11.4818C10.209 11.2603 9.88379 11.1898 9.59934 11.3038C9.31488 11.4179 9.12843 11.6935 9.12843 12V16.5C9.12843 16.9142 9.46422 17.25 9.87843 17.25C10.2926 17.25 10.6284 16.9142 10.6284 16.5V13.8706L17.0752 20.6182C15.5875 21.4962 13.8526 22 12 22Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22C6.47715 22 2 17.5228 2 12C2 8.87638 3.43217 6.08725 5.67568 4.25345L13.3284 12.5099C13.5381 12.7362 13.865 12.811 14.1523 12.6983C14.4395 12.5857 14.6284 12.3086 14.6284 12.0001V7.50011C14.6284 7.0859 14.2926 6.75011 13.8784 6.75011C13.4642 6.75011 13.1284 7.0859 13.1284 7.50011V10.0876L6.91715 3.38628C8.40658 2.50549 10.1443 2 12 2C17.5228 2 22 6.47715 22 12C22 15.1255 20.5661 17.9162 18.3202 19.7499L10.4207 11.4818C10.209 11.2603 9.88379 11.1898 9.59934 11.3038C9.31488 11.4179 9.12843 11.6935 9.12843 12V16.5C9.12843 16.9142 9.46422 17.25 9.87843 17.25C10.2926 17.25 10.6284 16.9142 10.6284 16.5V13.8706L17.0752 20.6182C15.5875 21.4962 13.8526 22 12 22Z"/></svg>
</template>

CSS

.icon-round-transfer-diagonal-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%20d%3D%22M12%2022C6.47715%2022%202%2017.5228%202%2012C2%208.87638%203.43217%206.08725%205.67568%204.25345L13.3284%2012.5099C13.5381%2012.7362%2013.865%2012.811%2014.1523%2012.6983C14.4395%2012.5857%2014.6284%2012.3086%2014.6284%2012.0001V7.50011C14.6284%207.0859%2014.2926%206.75011%2013.8784%206.75011C13.4642%206.75011%2013.1284%207.0859%2013.1284%207.50011V10.0876L6.91715%203.38628C8.40658%202.50549%2010.1443%202%2012%202C17.5228%202%2022%206.47715%2022%2012C22%2015.1255%2020.5661%2017.9162%2018.3202%2019.7499L10.4207%2011.4818C10.209%2011.2603%209.88379%2011.1898%209.59934%2011.3038C9.31488%2011.4179%209.12843%2011.6935%209.12843%2012V16.5C9.12843%2016.9142%209.46422%2017.25%209.87843%2017.25C10.2926%2017.25%2010.6284%2016.9142%2010.6284%2016.5V13.8706L17.0752%2020.6182C15.5875%2021.4962%2013.8526%2022%2012%2022Z%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%20d%3D%22M12%2022C6.47715%2022%202%2017.5228%202%2012C2%208.87638%203.43217%206.08725%205.67568%204.25345L13.3284%2012.5099C13.5381%2012.7362%2013.865%2012.811%2014.1523%2012.6983C14.4395%2012.5857%2014.6284%2012.3086%2014.6284%2012.0001V7.50011C14.6284%207.0859%2014.2926%206.75011%2013.8784%206.75011C13.4642%206.75011%2013.1284%207.0859%2013.1284%207.50011V10.0876L6.91715%203.38628C8.40658%202.50549%2010.1443%202%2012%202C17.5228%202%2022%206.47715%2022%2012C22%2015.1255%2020.5661%2017.9162%2018.3202%2019.7499L10.4207%2011.4818C10.209%2011.2603%209.88379%2011.1898%209.59934%2011.3038C9.31488%2011.4179%209.12843%2011.6935%209.12843%2012V16.5C9.12843%2016.9142%209.46422%2017.25%209.87843%2017.25C10.2926%2017.25%2010.6284%2016.9142%2010.6284%2016.5V13.8706L17.0752%2020.6182C15.5875%2021.4962%2013.8526%2022%2012%2022Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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