Fakestandby Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fakestandby 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/325683.svg" alt="Fakestandby icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325683.svg" alt="Fakestandby icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325683.svg" alt="Fakestandby icon" :width="24" :height="24" />
CSS background
.icon-fakestandby {
background-image: url('https://proicons.com/icon/325683.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M39.81,18.87,43,20.71c.66.39.67,1,0,1.39L19.47,35.69a2.67,2.67,0,0,1-2.4,0L5,28.72a.74.74,0,0,1,0-1.39l6.65-3.84"/><line class="a" x1="36.53" y1="20.76" x2="40.93" y2="23.3"/><line class="a" x1="7.24" y1="26.03" x2="21.72" y2="34.39"/><polygon class="a" points="7.24 20.95 26.46 9.86 40.93 18.22 21.72 29.31 7.24 20.95"/><path class="a" d="M43.5,21.39v2.15a.84.84,0,0,1-.49.72L19.47,37.85a2.67,2.67,0,0,1-2.4,0L5,30.88a.85.85,0,0,1-.5-.67"/><line class="a" x1="4.5" y1="28.04" x2="4.5" y2="30.21"/></svg>
Copied!