Pixel Tips Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pixel Tips 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/345865.svg" alt="Pixel Tips icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345865.svg" alt="Pixel Tips icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345865.svg" alt="Pixel Tips icon" :width="24" :height="24" />
CSS background
.icon-pixel-tips {
background-image: url('https://proicons.com/icon/345865.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M36.987,17.487A12.987,12.987,0,1,0,16.824,28.3078V39.925a1.391,1.391,0,0,0,1.391,1.391h11.57a1.391,1.391,0,0,0,1.391-1.391V28.3078A12.9709,12.9709,0,0,0,36.987,17.487Z"/><path class="a" d="M16.824,34.465a1.391,1.391,0,0,0,1.391,1.391h11.57a1.391,1.391,0,0,0,1.391-1.391"/><line class="a" x1="17.994" y1="23.688" x2="30.006" y2="23.688"/><line class="a" x1="24" y1="35.856" x2="24" y2="23.688"/><path class="a" d="M20.256,41.316v.793A1.391,1.391,0,0,0,21.647,43.5h4.706a1.391,1.391,0,0,0,1.391-1.391v-.793"/></svg>
Copied!