Share To Computer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Share To Computer icon is commonly used in social sharing buttons, export menus and collaboration tools. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/332643.svg" alt="Share To Computer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332643.svg" alt="Share To Computer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332643.svg" alt="Share To Computer icon" :width="24" :height="24" />
CSS background
.icon-share-to-computer {
background-image: url('https://proicons.com/icon/332643.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>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="l" d="M38.5001,5.5001H9.5001c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5001c0-2.2091-1.7909-4-4-4Z"/><path id="c" class="l" d="M42.5,10.5785H5.5"/><path id="d" class="l" d="M10.5095,5.5v5.0785"/><path id="e" class="l" d="M15.5183,5.5v5.0785"/><path id="f" class="l" d="M20.4286,5.5v5.0785"/><circle id="g" class="l" cx="16.1606" cy="27.425" r="3.5"/><circle id="h" class="l" cx="31.462" cy="18.8186" r="3.5"/><circle id="i" class="l" cx="32.4762" cy="33.0847" r="3.5"/><path id="j" class="l" d="M28.4434,20.5901l-9.2245,5.1331"/><path id="k" class="l" d="M19.5401,28.3355l9.6506,3.543"/></svg>
Copied!