Dtac Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dtac 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/339368.svg" alt="Dtac icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339368.svg" alt="Dtac icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339368.svg" alt="Dtac icon" :width="24" :height="24" />
CSS background
.icon-dtac {
background-image: url('https://proicons.com/icon/339368.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M25.5137,15.5825c-.05,1.0899.514,2.0758-2.0638,1.6198-5.5065-.9759-16.1705,3.6177-17.8503,9.9931-.8699,3.3017,4.1276,6.8314,8.5512,1.3869,2.8537-3.5117,3.8576-5.5495,6.7334-8.0872,1.2359-1.0899,4.2166-2.3038,3.8496.224.6269,10.931,4.8975,22.8699,12.8288,20.0431,6.2254-2.2198-2.0468-18.7003-10.1531-22.4999-1.4769-.6929-1.1399-1.7828.6139-2.7917,2.9037-1.6698,16.2415-2.6398,14.2807-6.9234-2.2478-4.0446-16.4285-.7139-16.7904,7.0353"/></svg>
Copied!