Uspstf Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Uspstf 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/349168.svg" alt="Uspstf icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349168.svg" alt="Uspstf icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349168.svg" alt="Uspstf icon" :width="24" :height="24" />
CSS background
.icon-uspstf {
background-image: url('https://proicons.com/icon/349168.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>.k{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="c" class="k" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path id="d" class="k" d="M13.7193,28.5491v-9.0982h2.9786c1.6839,0,3.049,1.368,3.049,3.0556s-1.3651,3.0556-3.049,3.0556h-2.9786"/><g id="e"><line id="f" class="k" x1="21.8975" y1="19.4509" x2="27.925" y2="19.4509"/><line id="g" class="k" x1="24.9112" y1="28.5491" x2="24.9112" y2="19.4509"/></g><g id="h"><line id="i" class="k" x1="31.1702" y1="24" x2="34.1271" y2="24"/><polyline id="j" class="k" points="31.1702 28.5491 31.1702 19.4509 35.7193 19.4509"/></g></svg>
Copied!