Stay Focused Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stay Focused 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/347874.svg" alt="Stay Focused icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347874.svg" alt="Stay Focused icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347874.svg" alt="Stay Focused icon" :width="24" :height="24" />
CSS background
.icon-stay-focused {
background-image: url('https://proicons.com/icon/347874.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="M24,20.6979c-.9331.0012-1.6893.7573-1.6905,1.6905.0019.6308.3544,1.2082.9146,1.4981l-.6413,2.9268h2.8343l-.6413-2.9268c.5602-.2899.9127-.8673.9146-1.4981-.0012-.9331-.7573-1.6893-1.6905-1.6905M41.7446,13.75v20.5l-17.7446,10.25-17.7446-10.25M15.3164,29.0388v-10.0765l8.6836-5.0377,8.6836,5.0377,9.061-5.2123L24,3.5,6.2554,13.75v20.5l17.7446-.1735,8.6836-5.0377v-10.0765l-17.3672,10.0765Z"/></svg>
Copied!