Levelsdotfyi Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Levelsdotfyi 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/314994.svg" alt="Levelsdotfyi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314994.svg" alt="Levelsdotfyi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314994.svg" alt="Levelsdotfyi icon" :width="24" :height="24" />
CSS background
.icon-levelsdotfyi {
background-image: url('https://proicons.com/icon/314994.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>levels.fyi</title><path d="M2.494 18.913h3.52v-3.52c0-.43.35-.78.781-.78h3.52v-3.52c0-.432.35-.783.781-.783h3.52V6.791c0-.432.35-.782.782-.782h3.519V2.49c0-.432.35-.782.782-.782h3.52c.43 0 .781.35.781.782v20.724c0 .432-.35.782-.782.782H2.494a.782.782 0 0 1-.782-.782v-3.52c0-.43.35-.78.782-.78ZM.172 15.928a.587.587 0 0 1 0-.83L15.102.168a.587.587 0 0 1 .83.83l-14.93 14.93c-.23.23-.6.23-.83 0Z"/></svg>
Copied!