vote-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
vote-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Use the vote icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.232 9H13.5a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h.757a1 1 0 0 1-.123-1.17l2.5-4.33A1 1 0 0 1 11 3.134l2.598 1.5A1 1 0 0 1 13.964 6zm.866-3.5L10.5 4L8 8.33L9.16 9h1.918zM13.96 8l.577-1a1 1 0 0 1 .763.4l2.5 3.333a1 1 0 0 1 .2.6V16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-4.667a1 1 0 0 1 .2-.6L4.7 7.4a1 1 0 0 1 .8-.4h.963l-.479.83a1 1 0 0 0-.078.17H5.5l-2.25 3h13.5L14.5 8zM3 16h14v-4H3z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVote20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.232 9H13.5a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h.757a1 1 0 0 1-.123-1.17l2.5-4.33A1 1 0 0 1 11 3.134l2.598 1.5A1 1 0 0 1 13.964 6zm.866-3.5L10.5 4L8 8.33L9.16 9h1.918zM13.96 8l.577-1a1 1 0 0 1 .763.4l2.5 3.333a1 1 0 0 1 .2.6V16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-4.667a1 1 0 0 1 .2-.6L4.7 7.4a1 1 0 0 1 .8-.4h.963l-.479.83a1 1 0 0 0-.078.17H5.5l-2.25 3h13.5L14.5 8zM3 16h14v-4H3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.232 9H13.5a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h.757a1 1 0 0 1-.123-1.17l2.5-4.33A1 1 0 0 1 11 3.134l2.598 1.5A1 1 0 0 1 13.964 6zm.866-3.5L10.5 4L8 8.33L9.16 9h1.918zM13.96 8l.577-1a1 1 0 0 1 .763.4l2.5 3.333a1 1 0 0 1 .2.6V16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-4.667a1 1 0 0 1 .2-.6L4.7 7.4a1 1 0 0 1 .8-.4h.963l-.479.83a1 1 0 0 0-.078.17H5.5l-2.25 3h13.5L14.5 8zM3 16h14v-4H3z"/></svg>
</template>

CSS

.icon-vote-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.232%209H13.5a.5.5%200%200%201%200%201h-7a.5.5%200%200%201%200-1h.757a1%201%200%200%201-.123-1.17l2.5-4.33A1%201%200%200%201%2011%203.134l2.598%201.5A1%201%200%200%201%2013.964%206zm.866-3.5L10.5%204L8%208.33L9.16%209h1.918zM13.96%208l.577-1a1%201%200%200%201%20.763.4l2.5%203.333a1%201%200%200%201%20.2.6V16a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1v-4.667a1%201%200%200%201%20.2-.6L4.7%207.4a1%201%200%200%201%20.8-.4h.963l-.479.83a1%201%200%200%200-.078.17H5.5l-2.25%203h13.5L14.5%208zM3%2016h14v-4H3z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.232%209H13.5a.5.5%200%200%201%200%201h-7a.5.5%200%200%201%200-1h.757a1%201%200%200%201-.123-1.17l2.5-4.33A1%201%200%200%201%2011%203.134l2.598%201.5A1%201%200%200%201%2013.964%206zm.866-3.5L10.5%204L8%208.33L9.16%209h1.918zM13.96%208l.577-1a1%201%200%200%201%20.763.4l2.5%203.333a1%201%200%200%201%20.2.6V16a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1v-4.667a1%201%200%200%201%20.2-.6L4.7%207.4a1%201%200%200%201%20.8-.4h.963l-.479.83a1%201%200%200%200-.078.17H5.5l-2.25%203h13.5L14.5%208zM3%2016h14v-4H3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/vote-20-regular.svg?color=%231a73e8&size=48