Device Pulse Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Device Pulse 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/339016.svg" alt="Device Pulse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339016.svg" alt="Device Pulse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339016.svg" alt="Device Pulse icon" :width="24" :height="24" />
CSS background
.icon-device-pulse {
background-image: url('https://proicons.com/icon/339016.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;stroke-width:1px;}</style></defs><line class="c" x1="12.3421" y1="11.0234" x2="35.6579" y2="11.0234"/><line class="c" x1="12.3421" y1="36.9766" x2="35.6579" y2="36.9766"/><rect class="c" x="12.3421" y="4.5" width="23.3157" height="39" rx="2.7935" ry="2.7935"/><circle class="d" cx="24" cy="40.2539" r=".75"/><circle class="c" cx="16.7369" cy="28.9683" r="1.5317"/><circle class="c" cx="21.579" cy="21.7417" r="1.5317"/><circle class="c" cx="26.421" cy="28.065" r="1.5317"/><circle class="c" cx="31.2631" cy="19.0317" r="1.5317"/><line class="c" x1="17.6005" y1="27.7041" x2="20.779" y2="23.0462"/><line class="c" x1="22.619" y1="22.8641" x2="25.4558" y2="26.8787"/><line class="c" x1="27.1349" y1="26.7112" x2="30.5181" y2="20.3682"/></svg>
Copied!