Docomo Speedtest Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Docomo Speedtest 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/339203.svg" alt="Docomo Speedtest icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339203.svg" alt="Docomo Speedtest icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339203.svg" alt="Docomo Speedtest icon" :width="24" :height="24" />
CSS background
.icon-docomo-speedtest {
background-image: url('https://proicons.com/icon/339203.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="M31.4683,16.5316c-3.9041,2.2541-9.366,5.1191-10.7958,6.5489-1.1728,1.1728-1.1728,3.0742,0,4.2469,1.1728,1.1728,3.0742,1.1728,4.2469,0,1.5104-1.5104,4.3197-6.9348,6.5489-10.7958h.0001Z"/><path class="b" d="M23.9998,2.5c-5.5152,0-11.0311,2.094-15.2183,6.2817C.4062,17.1571.4062,30.8429,8.7815,39.2183c1.3681,1.3678,3.586,1.3678,4.9542,0,1.3678-1.3681,1.3678-3.586,0-4.9542-5.6976-5.6976-5.6976-14.8309,0-20.5286,5.6976-5.6976,14.8309-5.6976,20.5286,0,5.6976,5.6976,5.6976,14.8309,0,20.5286-1.3678,1.3681-1.3678,3.586,0,4.9542,1.3681,1.3678,3.586,1.3678,4.9542,0,8.3754-8.3754,8.3754-22.0612,0-30.4366-4.1877-4.1877-9.7032-6.2817-15.2183-6.2817h-.0004Z"/><path class="b" d="M39.218,8.7817l-4.9542,4.9542"/></svg>
Copied!