Wheelchair User Active Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Wheelchair User Active icon is commonly used in account pages, profile sections and authentication flows. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/320990.svg" alt="Wheelchair User Active icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320990.svg" alt="Wheelchair User Active icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320990.svg" alt="Wheelchair User Active icon" :width="24" :height="24" />
CSS background
.icon-wheelchair-user-active {
background-image: url('https://proicons.com/icon/320990.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="wheelchair-user--active_00000167371896611319969990000000733776829618655161_" d="M11,30.36 c-4.058,0-7.36-3.302-7.36-7.36s3.302-7.36,7.36-7.36v0.72c-3.661,0-6.64,2.979-6.64,6.64s2.979,6.64,6.64,6.64 s6.64-2.979,6.64-6.64h0.721C18.36,27.059,15.058,30.36,11,30.36z M24,28.36c-0.027,0-0.056-0.004-0.082-0.01 c-0.098-0.023-0.181-0.085-0.23-0.172L19.976,21.7c-0.113-0.197-0.325-0.321-0.554-0.321l-6.068-0.012 c-0.831-0.002-1.583-0.427-2.014-1.137s-0.459-1.574-0.077-2.311l3.421-6.595c0.198-0.34,0.423-0.68,0.698-0.965h-4.159L9.322,14.16 l-0.644-0.322l2-4C10.739,9.717,10.864,9.64,11,9.64h6c1.246,0,1.687,0.639,1.976,1.33l1.364,4.67h4.73v0.72h-5 c-0.16,0-0.301-0.105-0.346-0.259l-1.427-4.891c-0.238-0.563-0.499-0.85-1.298-0.85c-0.762,0-1.225,0.525-1.686,1.312l-3.412,6.58 c-0.266,0.512-0.246,1.111,0.054,1.604c0.299,0.494,0.822,0.789,1.399,0.79l6.069,0.012c0.485,0.002,0.936,0.264,1.177,0.685 l3.521,6.144l2.68-1.786l0.398,0.6l-3,2C24.14,28.339,24.07,28.36,24,28.36z M19,8.36c-1.577,0-2.86-1.283-2.86-2.86 S17.423,2.64,19,2.64s2.86,1.283,2.86,2.86S20.577,8.36,19,8.36z M19,3.36c-1.18,0-2.14,0.96-2.14,2.14S17.82,7.64,19,7.64 s2.14-0.96,2.14-2.14S20.18,3.36,19,3.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!