round how to vote icon

round-how-to-vote from Google Material Icons by Material Design Authors · Baseline · Content · Apache-2.0 Free for personal and commercial use.

Name
round-how-to-vote
Set
Google Material Icons
Style
Baseline
Category
Content
Viewbox
24×24
License
Apache 2.0

More content icons from Google Material Icons

Use the round how to vote icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18 12.18l-1.5 1.64l2 2.18h-13l2-2.18L6 12.18l-3 3.27V20c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-4.54z"/><path fill="currentColor" d="M10.59 14.42c.78.79 2.05.8 2.84.01l4.98-4.98c.78-.78.78-2.05 0-2.83l-3.54-3.53c-.78-.78-2.05-.78-2.83 0L7.09 8.04a2 2 0 0 0-.01 2.82zm2.87-9.92l3.53 3.53l-4.94 4.94l-3.53-3.53z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundHowToVote(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="m18 12.18l-1.5 1.64l2 2.18h-13l2-2.18L6 12.18l-3 3.27V20c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-4.54z"/><path fill="currentColor" d="M10.59 14.42c.78.79 2.05.8 2.84.01l4.98-4.98c.78-.78.78-2.05 0-2.83l-3.54-3.53c-.78-.78-2.05-.78-2.83 0L7.09 8.04a2 2 0 0 0-.01 2.82zm2.87-9.92l3.53 3.53l-4.94 4.94l-3.53-3.53z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18 12.18l-1.5 1.64l2 2.18h-13l2-2.18L6 12.18l-3 3.27V20c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-4.54z"/><path fill="currentColor" d="M10.59 14.42c.78.79 2.05.8 2.84.01l4.98-4.98c.78-.78.78-2.05 0-2.83l-3.54-3.53c-.78-.78-2.05-.78-2.83 0L7.09 8.04a2 2 0 0 0-.01 2.82zm2.87-9.92l3.53 3.53l-4.94 4.94l-3.53-3.53z"/></svg>
</template>

CSS

.icon-round-how-to-vote {
  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%22m18%2012.18l-1.5%201.64l2%202.18h-13l2-2.18L6%2012.18l-3%203.27V20c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2v-4.54z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.59%2014.42c.78.79%202.05.8%202.84.01l4.98-4.98c.78-.78.78-2.05%200-2.83l-3.54-3.53c-.78-.78-2.05-.78-2.83%200L7.09%208.04a2%202%200%200%200-.01%202.82zm2.87-9.92l3.53%203.53l-4.94%204.94l-3.53-3.53z%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%22m18%2012.18l-1.5%201.64l2%202.18h-13l2-2.18L6%2012.18l-3%203.27V20c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2v-4.54z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.59%2014.42c.78.79%202.05.8%202.84.01l4.98-4.98c.78-.78.78-2.05%200-2.83l-3.54-3.53c-.78-.78-2.05-.78-2.83%200L7.09%208.04a2%202%200%200%200-.01%202.82zm2.87-9.92l3.53%203.53l-4.94%204.94l-3.53-3.53z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-how-to-vote.svg?color=%231a73e8&size=48