Contenttransfer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Contenttransfer 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/323991.svg" alt="Contenttransfer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323991.svg" alt="Contenttransfer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323991.svg" alt="Contenttransfer icon" :width="24" :height="24" />
CSS background
.icon-contenttransfer {
background-image: url('https://proicons.com/icon/323991.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><path class="a" d="M25.91,39a2.24,2.24,0,0,0,2.24,2.24H41.26A2.24,2.24,0,0,0,43.5,39V9a2.24,2.24,0,0,0-2.24-2.24H28.15A2.24,2.24,0,0,0,25.91,9Zm-3.29-22.3a1.81,1.81,0,0,0-1.8-1.81H8.3a1.8,1.8,0,0,0-1.8,1.81V36a1.8,1.8,0,0,0,1.8,1.81H20.82A1.81,1.81,0,0,0,22.62,36Zm-8.06,6.56a3.1,3.1,0,0,0-3.1,3.11h0a3.1,3.1,0,0,0,3.1,3.1h0a3.1,3.1,0,0,0,3.1-3.1h0a3.1,3.1,0,0,0-3.1-3.11Zm20.15,0a3.1,3.1,0,0,0-3.11,3.1h0a3.11,3.11,0,1,0,3.11-3.11Z"/><line class="a" x1="10.62" y1="17.14" x2="17.5" y2="17.14"/><line class="a" x1="31.26" y1="9.53" x2="38.15" y2="9.53"/><line class="a" x1="31.28" y1="38.85" x2="38.16" y2="38.85"/><path class="b" d="M40.2,8.78h0a.72.72,0,1,1-.06,0Z"/><path class="b" d="M19.55,16.39h.05a.75.75,0,1,1-.75.75A.76.76,0,0,1,19.55,16.39Z"/><line class="a" x1="6.5" y1="19.18" x2="22.62" y2="19.18"/><line class="a" x1="6.5" y1="34.55" x2="22.62" y2="34.55"/><line class="a" x1="17.66" y1="26.34" x2="31.6" y2="26.34"/><line class="a" x1="25.91" y1="36.45" x2="43.5" y2="36.45"/><line class="a" x1="25.91" y1="12.04" x2="43.5" y2="12.04"/></svg>
Copied!