Focus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Focus 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/305706.svg" alt="Focus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305706.svg" alt="Focus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305706.svg" alt="Focus icon" :width="24" :height="24" />
CSS background
.icon-focus {
background-image: url('https://proicons.com/icon/305706.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M860 434c-27-149-144-266-293-294V62H436v77c-150 27-269 145-296 295H64v132h76c27 150 146 268 296 295v76h131v-77c149-28 266-145 293-294h76V434h-76zM500 764c-146 0-264-118-264-264s118-264 264-264 264 118 264 264-118 264-264 264zm74-264c0 41-33 74-74 74s-74-33-74-74 33-74 74-74 74 33 74 74z"/></svg>
Focus in other icon packs
Copied!