User Politician Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The User Politician 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/304870.svg" alt="User Politician icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304870.svg" alt="User Politician icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304870.svg" alt="User Politician icon" :width="24" :height="24" />
CSS background
.icon-user-politician {
background-image: url('https://proicons.com/icon/304870.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><defs><style>.cls-1{fill:#010002;}</style></defs><title>user-politician</title><path class="cls-1" d="M25.43,28.6c.27.29.56.56.85.82a14.52,14.52,0,0,0,19.43,0,11.1,11.1,0,0,0,.86-.82c.27-.29.54-.58.79-.89a14.6,14.6,0,1,0-22.72,0C24.89,28,25.16,28.31,25.43,28.6Z"/><path class="cls-1" d="M37.52,36.58a.39.39,0,0,1-.39.4H34.87a.4.4,0,0,1-.4-.4V34.33a.4.4,0,0,1,.4-.4h2.26a.39.39,0,0,1,.39.4v2.25Z"/><polyline class="cls-1" points="34.34 37.9 37.57 37.9 39.09 45.95 32.8 45.95"/><path class="cls-1" d="M21.77,31.84l-.93.65L34,52.05H35.4Z"/><path class="cls-1" d="M28.44,52.05h1.72L18.37,34.56c-.35.33-.69.68-1,1Z"/><path class="cls-1" d="M17,36a25.64,25.64,0,0,0-6.48,14,1.75,1.75,0,0,0,.43,1.38,2.11,2.11,0,0,0,1.6.7H27.82Z"/><path class="cls-1" d="M61.49,50A25.8,25.8,0,0,0,47.9,30.45c-3,3.05-7.26,11.8-11.9,11.8s-8.85-8.75-11.9-11.8c-.65.34-1.28.72-1.9,1.11L36,52.05H59.46a2.11,2.11,0,0,0,1.6-.7A1.75,1.75,0,0,0,61.49,50Z"/></svg>
Copied!