Focus To Do Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Focus To Do 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/340608.svg" alt="Focus To Do icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340608.svg" alt="Focus To Do icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340608.svg" alt="Focus To Do icon" :width="24" :height="24" />
CSS background
.icon-focus-to-do {
background-image: url('https://proicons.com/icon/340608.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m32.5418,18.3948l-10.9248,10.9248-6.4239-6.424"/><path class="c" d="m26.1862,4.6862c0,1.2072-2.186,4.3096-2.1862,4.3098,0,0-2.1862-3.1065-2.1862-4.3098,0-1.2074.9787-2.1862,2.1861-2.1862s2.1862.9788,2.1862,2.1862Z"/><path class="c" d="m39.2028,11.8889c-.8536.8536-4.5931,1.5016-4.5934,1.5017,0,0,.6508-3.7425,1.5017-4.5934.8538-.8538,2.2379-.8538,3.0917,0s.8538,2.238,0,3.0917Z"/><path class="c" d="m43.3138,26.1862c-1.2072,0-4.3096-2.186-4.3098-2.1862,0,0,3.1065-2.1862,4.3098-2.1862,1.2074,0,2.1862.9787,2.1862,2.1861s-.9788,2.1862-2.1862,2.1862Z"/><path class="c" d="m36.1111,39.2028c-.8536-.8536-1.5016-4.5931-1.5017-4.5934,0,0,3.7425.6508,4.5934,1.5017.8538.8538.8538,2.2379,0,3.0917s-2.238.8538-3.0917,0Z"/><path class="c" d="m21.8138,43.3138c0-1.2072,2.186-4.3096,2.1862-4.3098,0,0,2.1862,3.1065,2.1862,4.3098,0,1.2074-.9787,2.1862-2.1861,2.1862s-2.1862-.9788-2.1862-2.1862Z"/><path class="c" d="m8.7972,36.1111c.8536-.8536,4.5931-1.5016,4.5934-1.5017,0,0-.6508,3.7425-1.5017,4.5934-.8538.8538-2.2379.8538-3.0917,0s-.8538-2.238,0-3.0917Z"/><path class="c" d="m4.6862,21.8138c1.2072,0,4.3096,2.186,4.3098,2.1862,0,0-3.1065,2.1862-4.3098,2.1862-1.2074,0-2.1862-.9787-2.1862-2.1861,0-1.2075.9788-2.1862,2.1862-2.1862Z"/><path class="c" d="m11.8889,8.7972c.8536.8536,1.5016,4.5931,1.5017,4.5934,0,0-3.7425-.6508-4.5934-1.5017-.8538-.8538-.8538-2.2379,0-3.0917s2.238-.8538,3.0917,0Z"/></svg>
Copied!