Dts Sound Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dts Sound 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/324811.svg" alt="Dts Sound icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324811.svg" alt="Dts Sound icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324811.svg" alt="Dts Sound icon" :width="24" :height="24" />
CSS background
.icon-dts-sound {
background-image: url('https://proicons.com/icon/324811.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M24,45.5c11.8741,0,21.5-9.6259,21.5-21.5S35.8741,2.5,24,2.5,2.5,12.1259,2.5,24s9.6259,21.5,21.5,21.5Z"/><path class="b" d="M24.3779,16.0886v11.9229c0,1.1066.8972,2.0039,2.0039,2.0039h.6012"/><path class="b" d="M22.274,19.3949h4.208"/><path class="b" d="M18.5154,23.4026c0-2.2134-1.7942-4.0077-4.0077-4.0077s-4.0077,1.7943-4.0077,4.0077v2.605c0,2.2135,1.7942,4.0077,4.0077,4.0077s4.0077-1.7942,4.0077-4.0077"/><path class="b" d="M18.5154,30.0154V13.9846"/><path class="b" d="M30.6555,29.1193c.7317.6143,1.5216.896,3.296.896h.8991c1.4633,0,2.6494-1.1887,2.6494-2.6551s-1.1861-2.6552-2.6494-2.6552h-1.7983c-1.4632,0-2.6492-1.1887-2.6492-2.655s1.1861-2.6552,2.6492-2.6552h.8991c1.7743,0,2.5643.2816,3.2962.8962"/></svg>
Copied!