Nextcloudsms Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nextcloudsms 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/344723.svg" alt="Nextcloudsms icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344723.svg" alt="Nextcloudsms icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344723.svg" alt="Nextcloudsms icon" :width="24" :height="24" />
CSS background
.icon-nextcloudsms {
background-image: url('https://proicons.com/icon/344723.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><path class="a" d="M6.55,5.43a2.05,2.05,0,0,0-2,2.05V30.06a2.05,2.05,0,0,0,2.05,2.06h6l11.59,8a1,1,0,0,0,1.57-.82V32.12H41.45a2.05,2.05,0,0,0,2-2.06V7.48a2.05,2.05,0,0,0-2-2.05Z"/><line class="a" x1="7.63" y1="11.56" x2="40.37" y2="11.56"/><line class="a" x1="7.63" y1="18.77" x2="40.37" y2="18.77"/><line class="a" x1="7.63" y1="25.99" x2="20.9" y2="25.99"/></svg>
Copied!