person wheelchair icon
person-wheelchair from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- person-wheelchair
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
Related icons in Bootstrap Icons
person-addperson-arms-upperson-badgeperson-bounding-boxperson-checkperson-circleperson-dashperson-downperson-exclamationperson-fill-addperson-fill-checkperson-fill-dashperson-fill-downperson-fill-exclamationperson-fill-gearperson-fill-lockperson-fill-slashperson-fill-upperson-fill-xperson-gearperson-heartperson-heartsperson-lines-fillperson-lock
Use the person wheelchair icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 3a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-.663 2.146a1.5 1.5 0 0 0-.47-2.115l-2.5-1.508a1.5 1.5 0 0 0-1.676.086l-2.329 1.75a.866.866 0 0 0 1.051 1.375L7.361 3.37l.922.71l-2.038 2.445A4.73 4.73 0 0 0 2.628 7.67l1.064 1.065a3.25 3.25 0 0 1 4.574 4.574l1.064 1.063a4.73 4.73 0 0 0 1.09-3.998l1.043-.292l-.187 2.991a.872.872 0 1 0 1.741.098l.206-4.121A1 1 0 0 0 12.224 8h-2.79zM3.023 9.48a3.25 3.25 0 0 0 4.496 4.496l1.077 1.077a4.75 4.75 0 0 1-6.65-6.65z"/></svg>
React
import type { SVGProps } from "react";
export function BiPersonWheelchair(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 3a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-.663 2.146a1.5 1.5 0 0 0-.47-2.115l-2.5-1.508a1.5 1.5 0 0 0-1.676.086l-2.329 1.75a.866.866 0 0 0 1.051 1.375L7.361 3.37l.922.71l-2.038 2.445A4.73 4.73 0 0 0 2.628 7.67l1.064 1.065a3.25 3.25 0 0 1 4.574 4.574l1.064 1.063a4.73 4.73 0 0 0 1.09-3.998l1.043-.292l-.187 2.991a.872.872 0 1 0 1.741.098l.206-4.121A1 1 0 0 0 12.224 8h-2.79zM3.023 9.48a3.25 3.25 0 0 0 4.496 4.496l1.077 1.077a4.75 4.75 0 0 1-6.65-6.65z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 3a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-.663 2.146a1.5 1.5 0 0 0-.47-2.115l-2.5-1.508a1.5 1.5 0 0 0-1.676.086l-2.329 1.75a.866.866 0 0 0 1.051 1.375L7.361 3.37l.922.71l-2.038 2.445A4.73 4.73 0 0 0 2.628 7.67l1.064 1.065a3.25 3.25 0 0 1 4.574 4.574l1.064 1.063a4.73 4.73 0 0 0 1.09-3.998l1.043-.292l-.187 2.991a.872.872 0 1 0 1.741.098l.206-4.121A1 1 0 0 0 12.224 8h-2.79zM3.023 9.48a3.25 3.25 0 0 0 4.496 4.496l1.077 1.077a4.75 4.75 0 0 1-6.65-6.65z"/></svg> </template>
CSS
.icon-person-wheelchair {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m-.663%202.146a1.5%201.5%200%200%200-.47-2.115l-2.5-1.508a1.5%201.5%200%200%200-1.676.086l-2.329%201.75a.866.866%200%200%200%201.051%201.375L7.361%203.37l.922.71l-2.038%202.445A4.73%204.73%200%200%200%202.628%207.67l1.064%201.065a3.25%203.25%200%200%201%204.574%204.574l1.064%201.063a4.73%204.73%200%200%200%201.09-3.998l1.043-.292l-.187%202.991a.872.872%200%201%200%201.741.098l.206-4.121A1%201%200%200%200%2012.224%208h-2.79zM3.023%209.48a3.25%203.25%200%200%200%204.496%204.496l1.077%201.077a4.75%204.75%200%200%201-6.65-6.65z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m-.663%202.146a1.5%201.5%200%200%200-.47-2.115l-2.5-1.508a1.5%201.5%200%200%200-1.676.086l-2.329%201.75a.866.866%200%200%200%201.051%201.375L7.361%203.37l.922.71l-2.038%202.445A4.73%204.73%200%200%200%202.628%207.67l1.064%201.065a3.25%203.25%200%200%201%204.574%204.574l1.064%201.063a4.73%204.73%200%200%200%201.09-3.998l1.043-.292l-.187%202.991a.872.872%200%201%200%201.741.098l.206-4.121A1%201%200%200%200%2012.224%208h-2.79zM3.023%209.48a3.25%203.25%200%200%200%204.496%204.496l1.077%201.077a4.75%204.75%200%200%201-6.65-6.65z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/person-wheelchair.svg?color=%231a73e8&size=48