Pedestrian Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Pedestrian 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/318565.svg" alt="Pedestrian icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318565.svg" alt="Pedestrian icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318565.svg" alt="Pedestrian icon" :width="24" :height="24" />
CSS background
.icon-pedestrian {
background-image: url('https://proicons.com/icon/318565.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>pedestrian</title><path d="M21.6772,14l-1.2456-3.1143A2.9861,2.9861,0,0,0,17.646,9H13.5542a3.0018,3.0018,0,0,0-1.5439.4277L7,12.4336V18H9V13.5664l3-1.8V23.6973L8.5383,28.8906,10.2024,30,14,24.3027V11h3.646a.9949.9949,0,0,1,.9282.6289L20.3228,16H26V14Z"/><polygon points="17.051 18.316 19 24.162 19 30 21 30 21 23.838 18.949 17.684 17.051 18.316"/><path d="M16.5,8A3.5,3.5,0,1,1,20,4.5,3.5042,3.5042,0,0,1,16.5,8Zm0-5A1.5,1.5,0,1,0,18,4.5,1.5017,1.5017,0,0,0,16.5,3Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Pedestrian in other icon packs
Copied!