Nominate Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Nominate 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/319348.svg" alt="Nominate icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319348.svg" alt="Nominate icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319348.svg" alt="Nominate icon" :width="24" :height="24" />
CSS background
.icon-nominate {
background-image: url('https://proicons.com/icon/319348.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>nominate</title><path d="M25,23H19a3,3,0,0,0-3,3v2h2V26a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v2h2V26A3,3,0,0,0,25,23Z"/><path d="M18,18a4,4,0,1,0,4-4A4,4,0,0,0,18,18Zm6,0a2,2,0,1,1-2-2A2,2,0,0,1,24,18Z"/><polygon points="10 18.59 7.41 16 6 17.41 10 21.41 17 14.41 15.59 13 10 18.59"/><path d="M14,26H4V6h7.1716l3.4141,3.4143L15.1716,10H28v8h2V10a2,2,0,0,0-2-2H16L12.5859,4.5858A2,2,0,0,0,11.1716,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H14Z"/><g id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>"><rect class="cls-1" width="32" height="32"/></g></svg>
Copied!