Dmss Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dmss 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/324621.svg" alt="Dmss icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324621.svg" alt="Dmss icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324621.svg" alt="Dmss icon" :width="24" :height="24" />
CSS background
.icon-dmss {
background-image: url('https://proicons.com/icon/324621.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="m4.4743,26.3183l17.1119,17.1959c1.3035,1.3099,3.4222,1.3151,4.7321.0116l17.1959-17.1119c1.3099-1.3035,1.3151-3.4222.0116-4.7321L26.4138,4.4859c-1.3035-1.3099-3.4222-1.3151-4.7321-.0116L4.4859,21.5862c-1.3099,1.3035-1.3151,3.4222-.0116,4.7321Z"/><circle class="c" cx="24" cy="24" r="11.5"/><path class="c" d="m27.9346,23.1308c-1.693,0-3.0654-1.3724-3.0654-3.0654,0-1.1287.6169-2.1042,1.5253-2.6362-.748-.2728-1.552-.4292-2.3944-.4292-3.866,0-7,3.134-7,7s3.134,7,7,7,7-3.134,7-7c0-.8424-.1564-1.6464-.4292-2.3944-.532.9083-1.5075,1.5252-2.6362,1.5252Z"/></svg>
Copied!