Focus Friend Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Focus Friend 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/340606.svg" alt="Focus Friend icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340606.svg" alt="Focus Friend icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340606.svg" alt="Focus Friend icon" :width="24" :height="24" />
CSS background
.icon-focus-friend {
background-image: url('https://proicons.com/icon/340606.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:#fff;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4"/><path class="d" d="M21.167,23.57c.9-.1613,1.8443-.244,2.833-.248,12.051-.04,17.324,8.944,16.107,18.844M7.56,42.002c.508-7.463,3.793-14.288,9.775-17.197"/><path class="d" d="M23.924,25.725c-.02-2.61.952-5.622,3.519-6.108M30.987,11.712c-2.917.25-3.926,3.798-2.162,5.74,3.22-1.594,3.543-4.825,2.162-5.74M30.529,19.631c2.154,3.215,4.622,4.194,7.226,2.02-.27-4.849-4.817-4.053-7.226-2.02M18.765,31.587c-.1453.7006-.6372,1.1912-1.099,1.096-.4616-.0963-.7177-.7423-.572-1.443.1452-.7009.6374-1.1916,1.0993-1.0961h.0007c.4611.0972.7167.743.571,1.4431M29.127,31.655c.2834.657.8639,1.0384,1.297.852.4325-.1874.5533-.8713.27-1.528-.2834-.657-.8639-1.0384-1.297-.852-.4325.1874-.5533.8712-.27,1.528M20.403,32.994c-.318,5.425,6.546,5.486,6.393-.566-.012-.503-6.335-.43-6.393.566M10.86,12.562c.364,2.233,1.66,4.193,3.064,5.63-1.43,1.417-2.625,3.531-2.794,5.01M20.582,12.561c-.332,2.401-1.651,3.987-3.22,5.366,1.49,1.727,2.51,3.55,2.856,5.367M9.948,12.56h11.419c-.118-.7.089-1.737-.823-1.783-2.915-.148-7.653-.01-9.206.087-1.538.097-1.316.842-1.39,1.696"/><path class="d" d="M11.751,23.23c-.871-.007-1.527.07-1.432.864.09.754.833.753,1.346.75l7.511-.05c.54-.004,2.113.156,2.124-.682.012-.92-.679-.814-1.167-.818l-8.382-.064ZM13.316,14.585c.267,1,1.162,2.24,2.443,2.784,1.139-.774,1.425-1.548,2.107-2.321-.728-.9-1.389-.083-2.003-.502-1.503-1.025-2.676-.447-2.547.039M14.249,23.213c.453-.606,1.01-.94,1.73-1.127.659.147,1.243.498,1.515.942"/><circle class="c" cx="15.737" cy="19.483" r=".75"/></svg>
Copied!