Param Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Param 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/330963.svg" alt="Param icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330963.svg" alt="Param icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330963.svg" alt="Param icon" :width="24" :height="24" />
CSS background
.icon-param {
background-image: url('https://proicons.com/icon/330963.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="24" cy="24" r="21.5"/><path class="b" d="m25.3903,38.058l-3.3646,1.442L11.8226,12.6794l10.1316-3.5511c5.2959-1.8561,11.4587.4599,13.5752,6.1549,1.6293,4.384.3952,10.7322-6.1115,13.4684l-2.8981,1.2188-1.1296,8.0876Z"/></svg>
Copied!