Realityscan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Realityscan 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/331981.svg" alt="Realityscan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331981.svg" alt="Realityscan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331981.svg" alt="Realityscan icon" :width="24" :height="24" />
CSS background
.icon-realityscan {
background-image: url('https://proicons.com/icon/331981.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><path class="b" d="M42.6195,33.5953V14.4047c0-.7145-.3812-1.3748-1-1.7321L25,3.0774c-.6188-.3573-1.3812-.3573-2,0L6.3805,12.6726c-.6188.3573-1,1.0175-1,1.7321v19.1906c0,.7145.3812,1.3748,1,1.7321l16.6195,9.5953c.6188.3573,1.3812.3573,2,0l16.6195-9.5953c.6188-.3573,1-1.0175,1-1.7321Z"/><polygon class="b" points="19.8999 31.1017 28.1001 31.1017 32.2003 24 28.1001 16.8984 19.8999 16.8984 15.7997 24 19.8999 31.1017"/><line class="b" x1="39.46" y1="36.5742" x2="32.2003" y2="24"/><line class="b" x1="8.54" y1="11.4258" x2="15.7997" y2="24"/><line class="b" x1="27.1596" y1="4.3242" x2="19.8999" y2="16.8984"/><line class="b" x1="20.8404" y1="43.6758" x2="28.1001" y2="31.1017"/><line class="b" x1="5.3805" y1="31.1017" x2="19.8999" y2="31.1017"/><line class="b" x1="42.6195" y1="16.8984" x2="28.1001" y2="16.8984"/></svg>
Copied!