N Dial Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The N Dial 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/329954.svg" alt="N Dial icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329954.svg" alt="N Dial icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329954.svg" alt="N Dial icon" :width="24" :height="24" />
CSS background
.icon-n-dial {
background-image: url('https://proicons.com/icon/329954.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><circle class="b" cx="35.8242" cy="35.2042" r="6.6758"/><circle class="b" cx="12.1758" cy="12.4076" r="6.6758"/><path class="b" d="M5.5,12.4076c0,2.9679,0,5.936,1.3796,9.8096,1.3796,3.8736,4.1389,8.6528,7.6433,12.2691,3.5044,3.6163,7.7535,6.0696,11.4281,7.108,3.6745,1.0384,6.7741.662,9.8737.2855"/></svg>
Copied!