Sms Backup Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sms Backup 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/347526.svg" alt="Sms Backup icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347526.svg" alt="Sms Backup icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347526.svg" alt="Sms Backup icon" :width="24" :height="24" />
CSS background
.icon-sms-backup {
background-image: url('https://proicons.com/icon/347526.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="24.822 32.166 15.229 37.334 5.637 32.166 5.637 42.5 24.822 42.5 24.822 32.166"/><line class="a" x1="19.5421" y1="28.2751" x2="24.8221" y2="32.1665"/><polyline class="a" points="5.637 32.166 15.229 25.097 17.696 26.914"/><line class="a" x1="22.4924" y1="11.2557" x2="37.8408" y2="11.2557"/><line class="a" x1="22.4924" y1="15.8102" x2="37.8408" y2="15.8102"/><line class="a" x1="22.4924" y1="20.3647" x2="32.2222" y2="20.3647"/><path class="a" d="M39.7674,5.5H20.2917a2.5956,2.5956,0,0,0-2.5956,2.5957V30.1211l4.0653-4.0652h18.006A2.5957,2.5957,0,0,0,42.3631,23.46h0V8.0956A2.5956,2.5956,0,0,0,39.7674,5.5Z"/></svg>
Copied!