Digitox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Digitox 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/324539.svg" alt="Digitox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324539.svg" alt="Digitox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324539.svg" alt="Digitox icon" :width="24" :height="24" />
CSS background
.icon-digitox {
background-image: url('https://proicons.com/icon/324539.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M38.1212,39.6519S38.198,43.5,36.49,43.5H12.4962s-3.0886-.5447-3.0886-2.8759c0-1.0435.0621-3.7929.0621-4.8764,0-1.3532,2.9642-4.1009,2.9642-4.1009l7.346-7.3352L11.479,14.8678c-.741-.8808-2.0015-1.7281-2.0027-3.8838l-.002-3.7777S9.6572,4.505,12.098,4.505H35.905s2.6855-.2825,2.6855,3.4069V11.296s.14,1.7213-1.9839,3.5721c-1.4011,1.2207-9.321,9.4427-9.321,9.4427l8.675,8.2721"/><path class="a" d="M24.66,17.4661l6.5515-6.5419a.5836.5836,0,0,0-.4134-.9962l-14.25.0043a.5846.5846,0,0,0-.4144.998l6.5311,6.5348a1.4117,1.4117,0,0,0,1.9943.0019l.0008-.0009Z"/></svg>
Copied!