Pinafore Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pinafore 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/345827.svg" alt="Pinafore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345827.svg" alt="Pinafore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345827.svg" alt="Pinafore icon" :width="24" :height="24" />
CSS background
.icon-pinafore {
background-image: url('https://proicons.com/icon/345827.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="M14.4427,42.4828A17.3176,17.3176,0,0,1,6.872,31.6487l34.256.016a17.5939,17.5939,0,0,1-7.5632,10.8144"/><path class="a" d="M14.4737,42.5H33.5278"/><path class="a" d="M22.291,31.6487V5.5"/><path class="a" d="M6.9772,28.8677H19.59V9.8333Z"/><path class="a" d="M25.1658,7.2834s15.047,4.9447,15.0479,21.5839h-15.04Z"/></svg>
Copied!