Mastodon Redirect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mastodon Redirect 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/328904.svg" alt="Mastodon Redirect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328904.svg" alt="Mastodon Redirect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328904.svg" alt="Mastodon Redirect icon" :width="24" :height="24" />
CSS background
.icon-mastodon-redirect {
background-image: url('https://proicons.com/icon/328904.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m28.0481,26.7865v14.6272h-8.0423v-11.6046c0-1.2684-.4453-2.5098-1.2549-3.4949l-7.0303-8.528-6.2206,6.2206V6.6133h17.3935l-5.0871,5.0872,6.0587,7.3406.5128.6207,1.97,2.3884c1.0931,1.3359,1.7002,3.0091,1.7002,4.7363Z"/><polyline class="c" points="23.8651 19.0411 36.3198 6.5862 42.5 12.7664 28.0481 27.2318"/></svg>
Copied!