Send Anywhere Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Send Anywhere icon is commonly used in chat applications, email composers and form submit buttons. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/347125.svg" alt="Send Anywhere icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347125.svg" alt="Send Anywhere icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347125.svg" alt="Send Anywhere icon" :width="24" :height="24" />
CSS background
.icon-send-anywhere {
background-image: url('https://proicons.com/icon/347125.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path class="b" d="m9.2839,15.9731c0-3.7058,2.9833-6.6891,6.6891-6.6891h16.0539"/><path class="b" d="m9.2839,34.7026V15.9731m6.6891-6.6891h22.743"/><path class="b" d="m38.7161,32.0269c0,3.7058-2.9833,6.6891-6.6891,6.6891H15.9731"/><path class="b" d="m38.7161,13.2974v18.7295m-6.6891,6.6891H9.2839"/><path class="b" d="m19.3176,21.3244v5.3513"/><path class="b" d="m34.9321,5.5l3.7839,3.7839"/><path class="b" d="m13.0679,42.5l-3.7839-3.7839"/><path class="b" d="m28.6824,21.3244v5.3513"/></svg>
Copied!