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

Name
vote-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M20.498 15.5H3.5v5h16.998zm1.447-1.028l.021.062l.023.1l.01.1v6.516a.75.75 0 0 1-.65.743l-.1.007H2.75a.75.75 0 0 1-.743-.648L2 21.25v-6.5l.002-.052l.01-.086a1 1 0 0 1 .047-.153l2.76-6.019a.75.75 0 0 1 .573-.43l.108-.007l2.54-.001l-.79 1.37l-.067.13H5.98L3.918 14H20.07l-2.027-4.346l.862-1.497q.101.076.172.184l.053.095zm-8.58-12.416l.092.045l5.188 3.003c.328.19.458.591.319.933l-.045.092L16.112 11h1.138a.75.75 0 0 1 .102 1.494l-.102.007l-2.002-.001v.003h-4.079l-.003-.003H6.75a.75.75 0 0 1-.102-1.492l.102-.007L8.573 11l-.182-.105a.75.75 0 0 1-.318-.933l.044-.092l4.317-7.496c.19-.329.59-.46.931-.32m-.01 1.72L9.789 9.97L11.567 11h2.817l2.865-4.973z"/></svg>

React

import type { SVGProps } from "react";

export function FluentVote24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.498 15.5H3.5v5h16.998zm1.447-1.028l.021.062l.023.1l.01.1v6.516a.75.75 0 0 1-.65.743l-.1.007H2.75a.75.75 0 0 1-.743-.648L2 21.25v-6.5l.002-.052l.01-.086a1 1 0 0 1 .047-.153l2.76-6.019a.75.75 0 0 1 .573-.43l.108-.007l2.54-.001l-.79 1.37l-.067.13H5.98L3.918 14H20.07l-2.027-4.346l.862-1.497q.101.076.172.184l.053.095zm-8.58-12.416l.092.045l5.188 3.003c.328.19.458.591.319.933l-.045.092L16.112 11h1.138a.75.75 0 0 1 .102 1.494l-.102.007l-2.002-.001v.003h-4.079l-.003-.003H6.75a.75.75 0 0 1-.102-1.492l.102-.007L8.573 11l-.182-.105a.75.75 0 0 1-.318-.933l.044-.092l4.317-7.496c.19-.329.59-.46.931-.32m-.01 1.72L9.789 9.97L11.567 11h2.817l2.865-4.973z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.498 15.5H3.5v5h16.998zm1.447-1.028l.021.062l.023.1l.01.1v6.516a.75.75 0 0 1-.65.743l-.1.007H2.75a.75.75 0 0 1-.743-.648L2 21.25v-6.5l.002-.052l.01-.086a1 1 0 0 1 .047-.153l2.76-6.019a.75.75 0 0 1 .573-.43l.108-.007l2.54-.001l-.79 1.37l-.067.13H5.98L3.918 14H20.07l-2.027-4.346l.862-1.497q.101.076.172.184l.053.095zm-8.58-12.416l.092.045l5.188 3.003c.328.19.458.591.319.933l-.045.092L16.112 11h1.138a.75.75 0 0 1 .102 1.494l-.102.007l-2.002-.001v.003h-4.079l-.003-.003H6.75a.75.75 0 0 1-.102-1.492l.102-.007L8.573 11l-.182-.105a.75.75 0 0 1-.318-.933l.044-.092l4.317-7.496c.19-.329.59-.46.931-.32m-.01 1.72L9.789 9.97L11.567 11h2.817l2.865-4.973z"/></svg>
</template>

CSS

.icon-vote-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.498%2015.5H3.5v5h16.998zm1.447-1.028l.021.062l.023.1l.01.1v6.516a.75.75%200%200%201-.65.743l-.1.007H2.75a.75.75%200%200%201-.743-.648L2%2021.25v-6.5l.002-.052l.01-.086a1%201%200%200%201%20.047-.153l2.76-6.019a.75.75%200%200%201%20.573-.43l.108-.007l2.54-.001l-.79%201.37l-.067.13H5.98L3.918%2014H20.07l-2.027-4.346l.862-1.497q.101.076.172.184l.053.095zm-8.58-12.416l.092.045l5.188%203.003c.328.19.458.591.319.933l-.045.092L16.112%2011h1.138a.75.75%200%200%201%20.102%201.494l-.102.007l-2.002-.001v.003h-4.079l-.003-.003H6.75a.75.75%200%200%201-.102-1.492l.102-.007L8.573%2011l-.182-.105a.75.75%200%200%201-.318-.933l.044-.092l4.317-7.496c.19-.329.59-.46.931-.32m-.01%201.72L9.789%209.97L11.567%2011h2.817l2.865-4.973z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.498%2015.5H3.5v5h16.998zm1.447-1.028l.021.062l.023.1l.01.1v6.516a.75.75%200%200%201-.65.743l-.1.007H2.75a.75.75%200%200%201-.743-.648L2%2021.25v-6.5l.002-.052l.01-.086a1%201%200%200%201%20.047-.153l2.76-6.019a.75.75%200%200%201%20.573-.43l.108-.007l2.54-.001l-.79%201.37l-.067.13H5.98L3.918%2014H20.07l-2.027-4.346l.862-1.497q.101.076.172.184l.053.095zm-8.58-12.416l.092.045l5.188%203.003c.328.19.458.591.319.933l-.045.092L16.112%2011h1.138a.75.75%200%200%201%20.102%201.494l-.102.007l-2.002-.001v.003h-4.079l-.003-.003H6.75a.75.75%200%200%201-.102-1.492l.102-.007L8.573%2011l-.182-.105a.75.75%200%200%201-.318-.933l.044-.092l4.317-7.496c.19-.329.59-.46.931-.32m-.01%201.72L9.789%209.97L11.567%2011h2.817l2.865-4.973z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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