Svitlo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Svitlo 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/348076.svg" alt="Svitlo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348076.svg" alt="Svitlo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348076.svg" alt="Svitlo icon" :width="24" :height="24" />
CSS background
.icon-svitlo {
background-image: url('https://proicons.com/icon/348076.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="d"><path id="e" class="g" d="M23.9357,5.5c-.9279.0128-16.2563,12.6558-17.6702,14.3445-1.7643,2.107.3837,2.7427,2.131,2.559l3.6256.0069-3.4722.0115v17.3727c0,1.4986,1.2069,2.7055,2.7055,2.7055h25.5074c1.4986,0,2.7055-1.2069,2.7055-2.7055v-17.3063c.618.0845,3.2428.3379,2.8932-1.5267-.0546-1.1138-1.1022-1.6239-2.797-3.003-.2984-.2428-.1313-3.3558-.2266-5.5941-.1341-3.1485-.5812-2.0705-3.3258-2.2065-1.8841-.0934-1.0949,1.7836-1.1467,3.5501.4219,1.3951-9.213-8.2316-10.9295-8.208Z"/><rect id="f" class="g" x="27.96" y="25.1192" width="5.3858" height="10.9729"/></g></svg>
Copied!