Plthub Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Plthub 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/345949.svg" alt="Plthub icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345949.svg" alt="Plthub icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345949.svg" alt="Plthub icon" :width="24" :height="24" />
CSS background
.icon-plthub {
background-image: url('https://proicons.com/icon/345949.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,.b{fill:none;stroke:#fff;}.a{stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="24" y1="15.91" x2="24" y2="3.5"/><line class="a" x1="24" y1="44.5" x2="24" y2="32.09"/><line class="a" x1="27.37" y1="20.63" x2="38.5" y2="9.5"/><line class="a" x1="9.5" y1="38.5" x2="20.63" y2="27.37"/><line class="a" x1="32.09" y1="24" x2="44.5" y2="24"/><line class="a" x1="3.5" y1="24" x2="15.91" y2="24"/><line class="a" x1="29.72" y1="29.72" x2="38.5" y2="38.5"/><line class="a" x1="9.5" y1="9.5" x2="18.28" y2="18.28"/><circle class="b" cx="24" cy="24" r="4.76"/></svg>
Copied!