Psms Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Psms 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/346244.svg" alt="Psms icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346244.svg" alt="Psms icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346244.svg" alt="Psms icon" :width="24" :height="24" />
CSS background
.icon-psms {
background-image: url('https://proicons.com/icon/346244.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="d" d="M41.9672,35.808c2.3047-3.5069,3.5328-7.6116,3.5328-11.808h0c0-11.8741-9.6259-21.5-21.5-21.5S2.5,12.1259,2.5,24c0,11.8741,9.6259,21.5,21.5,21.5,4.0879,0,8.0912-1.1654,11.5403-3.3597,2.2438-1.1551,5.735,.0037,8.3655,1.9119-2.03-2.8156-3.2595-5.8419-1.9386-8.2442Z"/></g></svg>
Copied!