Skippo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Skippo 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/332836.svg" alt="Skippo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332836.svg" alt="Skippo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332836.svg" alt="Skippo icon" :width="24" :height="24" />
CSS background
.icon-skippo {
background-image: url('https://proicons.com/icon/332836.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M10.91365573,31.51914145c.87008271,6.77467061,5.65618385,11.98085855,13.08634427,11.98085855,7.43406248,0,12.21626404-5.20618794,13.08634427-11.98085855"/><path class="f" d="M24,10.91761817c-1.77155922,0-3.20880909-1.43724986-3.20880909-3.20880909,0-1.77298848,1.43724986-3.20880909,3.20880909-3.20880909s3.20880909,1.43582061,3.20880909,3.20880909c0,1.77155922-1.43724986,3.20880909-3.20880909,3.20880909Z"/><line class="f" x1="15.09634814" y1="21.24338155" x2="32.90365186" y2="21.24338155"/></svg>
Copied!