pedestrian icon

pedestrian from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
pedestrian
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More planning icons from Carbon

Use the pedestrian icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m21.677 14l-1.245-3.114A2.99 2.99 0 0 0 17.646 9h-4.092a3 3 0 0 0-1.544.428L7 12.434V18h2v-4.434l3-1.8v11.931l-3.462 5.194L10.202 30L14 24.303V11h3.646a.995.995 0 0 1 .928.629L20.323 16H26v-2Z"/><path fill="currentColor" d="M17.051 18.316L19 24.162V30h2v-6.162l-2.051-6.154zM16.5 8A3.5 3.5 0 1 1 20 4.5A3.504 3.504 0 0 1 16.5 8m0-5A1.5 1.5 0 1 0 18 4.5A1.5 1.5 0 0 0 16.5 3"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPedestrian(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m21.677 14l-1.245-3.114A2.99 2.99 0 0 0 17.646 9h-4.092a3 3 0 0 0-1.544.428L7 12.434V18h2v-4.434l3-1.8v11.931l-3.462 5.194L10.202 30L14 24.303V11h3.646a.995.995 0 0 1 .928.629L20.323 16H26v-2Z"/><path fill="currentColor" d="M17.051 18.316L19 24.162V30h2v-6.162l-2.051-6.154zM16.5 8A3.5 3.5 0 1 1 20 4.5A3.504 3.504 0 0 1 16.5 8m0-5A1.5 1.5 0 1 0 18 4.5A1.5 1.5 0 0 0 16.5 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m21.677 14l-1.245-3.114A2.99 2.99 0 0 0 17.646 9h-4.092a3 3 0 0 0-1.544.428L7 12.434V18h2v-4.434l3-1.8v11.931l-3.462 5.194L10.202 30L14 24.303V11h3.646a.995.995 0 0 1 .928.629L20.323 16H26v-2Z"/><path fill="currentColor" d="M17.051 18.316L19 24.162V30h2v-6.162l-2.051-6.154zM16.5 8A3.5 3.5 0 1 1 20 4.5A3.504 3.504 0 0 1 16.5 8m0-5A1.5 1.5 0 1 0 18 4.5A1.5 1.5 0 0 0 16.5 3"/></svg>
</template>

CSS

.icon-pedestrian {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.677%2014l-1.245-3.114A2.99%202.99%200%200%200%2017.646%209h-4.092a3%203%200%200%200-1.544.428L7%2012.434V18h2v-4.434l3-1.8v11.931l-3.462%205.194L10.202%2030L14%2024.303V11h3.646a.995.995%200%200%201%20.928.629L20.323%2016H26v-2Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.051%2018.316L19%2024.162V30h2v-6.162l-2.051-6.154zM16.5%208A3.5%203.5%200%201%201%2020%204.5A3.504%203.504%200%200%201%2016.5%208m0-5A1.5%201.5%200%201%200%2018%204.5A1.5%201.5%200%200%200%2016.5%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.677%2014l-1.245-3.114A2.99%202.99%200%200%200%2017.646%209h-4.092a3%203%200%200%200-1.544.428L7%2012.434V18h2v-4.434l3-1.8v11.931l-3.462%205.194L10.202%2030L14%2024.303V11h3.646a.995.995%200%200%201%20.928.629L20.323%2016H26v-2Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.051%2018.316L19%2024.162V30h2v-6.162l-2.051-6.154zM16.5%208A3.5%203.5%200%201%201%2020%204.5A3.504%203.504%200%200%201%2016.5%208m0-5A1.5%201.5%200%201%200%2018%204.5A1.5%201.5%200%200%200%2016.5%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/pedestrian.svg?color=%231a73e8&size=48