Flip Transfer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flip Transfer icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/325979.svg" alt="Flip Transfer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325979.svg" alt="Flip Transfer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325979.svg" alt="Flip Transfer icon" :width="24" :height="24" />
CSS background
.icon-flip-transfer {
background-image: url('https://proicons.com/icon/325979.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:#000;}.d{isolation:isolate;}.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="e" cx="24" cy="24" r="21.5"/><g><g><g class="d"><line class="e" x1="26.4988" y1="19.3944" x2="25.3686" y2="28.8237"/></g><path class="e" d="M21.7787,14.5855l-1.4927,12.453c-.1279,1.0674,.4908,1.7791,1.5469,1.7791h.528"/><g class="d"><path class="e" d="M29.4282,25.2617c-.2346,1.957,1.1577,3.5582,3.0939,3.5582s3.7123-1.6012,3.9469-3.5582l.2772-2.3128c.2346-1.957-1.1577-3.5582-3.0939-3.5582s-3.7123,1.6012-3.9469,3.5582"/><line class="e" x1="30.1352" y1="19.3926" x2="28.4292" y2="33.6254"/></g><g class="d"><path class="e" d="M12.034,28.8237l1.4074-11.7421c.1706-1.4233,1.3547-2.4907,2.7628-2.4907,1.2321,0,1.8936,.3558,2.3363,1.0675"/><line class="e" x1="11.228" y1="19.3944" x2="16.1565" y2="19.3944"/></g></g><circle id="b" class="c" cx="27.0106" cy="15.1246" r=".7472"/></g></svg>
Copied!