Myparking Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myparking 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/329890.svg" alt="Myparking icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329890.svg" alt="Myparking icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329890.svg" alt="Myparking icon" :width="24" :height="24" />
CSS background
.icon-myparking {
background-image: url('https://proicons.com/icon/329890.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="14.2692" y1="37.5" x2="16.7882" y2="37.5"/><line class="a" x1="19.0049" y1="37.5" x2="21.5238" y2="37.5"/><line class="a" x1="14.2692" y1="34.125" x2="16.7882" y2="34.125"/><line class="a" x1="19.0049" y1="34.125" x2="21.5238" y2="34.125"/><line class="a" x1="14.2692" y1="30.75" x2="16.7882" y2="30.75"/><line class="a" x1="19.0049" y1="30.75" x2="21.5238" y2="30.75"/><line class="a" x1="14.2692" y1="27.375" x2="16.7882" y2="27.375"/><line class="a" x1="19.0049" y1="27.375" x2="21.5238" y2="27.375"/><line class="a" x1="14.2692" y1="24" x2="16.7882" y2="24"/><line class="a" x1="19.0049" y1="24" x2="21.5238" y2="24"/><line class="a" x1="14.2692" y1="20.625" x2="16.7882" y2="20.625"/><line class="a" x1="19.0049" y1="20.625" x2="21.5238" y2="20.625"/><line class="a" x1="14.2692" y1="17.25" x2="16.7882" y2="17.25"/><line class="a" x1="19.0049" y1="17.25" x2="21.5238" y2="17.25"/><line class="a" x1="28.4762" y1="20.625" x2="30.9951" y2="20.625"/><line class="a" x1="33.2118" y1="20.625" x2="35.7308" y2="20.625"/><line class="a" x1="28.4762" y1="17.25" x2="30.9951" y2="17.25"/><line class="a" x1="33.2118" y1="17.25" x2="35.7308" y2="17.25"/><line class="a" x1="14.2692" y1="13.875" x2="16.7882" y2="13.875"/><line class="a" x1="19.0049" y1="13.875" x2="21.5238" y2="13.875"/><line class="a" x1="14.2692" y1="10.5" x2="16.7882" y2="10.5"/><line class="a" x1="19.0049" y1="10.5" x2="21.5238" y2="10.5"/><line class="a" x1="23.7405" y1="27.375" x2="26.2595" y2="27.375"/><line class="a" x1="28.4762" y1="27.375" x2="30.9951" y2="27.375"/><line class="a" x1="23.7405" y1="24" x2="26.2595" y2="24"/><line class="a" x1="28.4762" y1="24" x2="30.9951" y2="24"/><line class="a" x1="23.7405" y1="13.875" x2="26.2595" y2="13.875"/><line class="a" x1="28.4762" y1="13.875" x2="30.9951" y2="13.875"/><line class="a" x1="23.7405" y1="10.5" x2="26.2595" y2="10.5"/><line class="a" x1="28.4762" y1="10.5" x2="30.9951" y2="10.5"/><line class="a" x1="33.2118" y1="13.875" x2="35.7308" y2="13.875"/><line class="a" x1="33.2118" y1="24" x2="35.7308" y2="24"/><circle class="a" cx="24" cy="24" r="21.5"/></svg>
Copied!