Mysky Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mysky 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/344466.svg" alt="Mysky icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344466.svg" alt="Mysky icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344466.svg" alt="Mysky icon" :width="24" :height="24" />
CSS background
.icon-mysky {
background-image: url('https://proicons.com/icon/344466.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;}</style></defs><path class="b" d="M38.5,5.5H9.4999c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><polygon class="b" points="24 27.25 25.4893 31.8336 30.3088 31.8336 26.4097 34.6664 27.899 39.25 24 36.4172 20.101 39.25 21.5903 34.6664 17.6912 31.8336 22.5107 31.8336 24 27.25"/><line class="b" x1="5.5" y1="24" x2="42.5" y2="24"/><line class="b" x1="21.7981" y1="8.7297" x2="21.7981" y2="17.7017"/><line class="b" x1="21.799" y1="15.7958" x2="25.8601" y2="11.7545"/><line class="b" x1="23.0915" y1="14.5096" x2="26.2841" y2="17.6882"/><path class="b" d="M15.9263,17.2002c.4095.3439.8517.5015,1.8447.5015h.5032c.8189,0,1.4828-.6653,1.4828-1.486h0c0-.8207-.6639-1.486-1.4828-1.486h-1.0064c-.8189,0-1.4828-.6653-1.4828-1.486h0c0-.8207.6639-1.486,1.4828-1.486h.5032c.993,0,1.4352.1576,1.8447.5015"/><line class="b" x1="30.1182" y1="17.7017" x2="27.729" y2="11.7577"/><line class="b" x1="32.215" y1="11.7577" x2="29.05" y2="20.7297"/></svg>
Copied!