Distraction Free Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Distraction Free Icon Pack 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/324587.svg" alt="Distraction Free Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324587.svg" alt="Distraction Free Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324587.svg" alt="Distraction Free Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-distraction-free-icon-pack {
background-image: url('https://proicons.com/icon/324587.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m34.304,19.5548c1.6217.8357,4.5158,4.4452,4.5158,4.4452"/><path class="c" d="m33.5992,27.6527c-.9917-2.4496-1.9398-5.6772-1.9398-5.6772"/><path class="c" d="m24,31.5c-.5239-1.1455-1.3847-1.9236-2.8255-1.0375-.8046-2.6801-4.1728-3.9769-6.7737-2.8098.5988-4.2147-2.9191-3.6527-5.2206-3.6527.0936-3.5231-2.9191-6.5274-6.6802-7.5,0,0,6.8111,0,9.0004,0s5.4639.951,7.1292,4.7767c1.6654,3.8256,3.8172,4.8199,3.8172,4.8199.8795-.6052-1.2163-2.6369.0561-4.9712.8607.5187,1.0104,1.6859,1.0104,1.6859.2807-.1081.4865-.1037.4865-.1037,0,0,.2058-.0043.4865.1037,0,0,.1497-1.1671,1.0104-1.6859,1.2724,2.3343-.8233,4.366.0561,4.9712,0,0,2.1519-.9942,3.8172-4.8199,1.6654-3.8256,4.9399-4.7767,7.1292-4.7767h9.0004c-3.7611.9726-6.7737,3.9769-6.6802,7.5-2.3016,0-5.8194-.562-5.2206,3.6527-2.601-1.1671-5.9691.1297-6.7737,2.8098-1.4408-.8862-2.3016-.1081-2.8255,1.0375Z"/><path class="c" d="m13.696,19.5548c-1.6217.8357-4.5158,4.4452-4.5158,4.4452"/><path class="c" d="m14.4008,27.6527c.9917-2.4496,1.9398-5.6772,1.9398-5.6772"/></svg>
Copied!