ballot box with ballot emoji
ballot-box-with-ballot from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- ballot-box-with-ballot
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji Flat
Use the ballot box with ballot emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#636363" d="M27.712 30H4.288C3.024 30 2 29.049 2 27.875V15c0-1.174 1.024-2.125 2.288-2.125h23.424c1.264 0 2.288.951 2.288 2.125v12.875C30 29.049 28.976 30 27.712 30"/><path fill="#9b9b9b" d="M27.712 6H4.288C3.024 6 2 6.951 2 8.125V15h28V8.125C30 6.951 28.976 6 27.712 6"/><path fill="#321b41" d="M21.453 12L16 11l-5.453 1c-.739 0-1.338-.556-1.338-1.242s.6-1.242 1.338-1.242h10.906c.739 0 1.338.556 1.338 1.242S22.192 12 21.453 12"/><path fill="#f3eef8" d="M21.453 12H10.615V3.25c0-.69.603-1.25 1.346-1.25h8.146c.744 0 1.346.56 1.346 1.25z"/><path fill="#d3d3d3" d="M26.324 27.29c-.84 0-1.522-.633-1.522-1.413v-7.915c0-.78.682-1.413 1.522-1.413c.841 0 1.522.632 1.522 1.413v7.915c0 .78-.681 1.413-1.522 1.413"/><path fill="#44911b" d="M14.54 10.266h-.006a.84.84 0 0 1-.602-.256l-1.771-1.881a.714.714 0 0 1 .076-1.058a.85.85 0 0 1 1.14.07l1.173 1.246l4.081-4.193a.85.85 0 0 1 1.14-.053a.713.713 0 0 1 .059 1.059l-4.69 4.82a.84.84 0 0 1-.6.246"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatBallotBoxWithBallot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#636363" d="M27.712 30H4.288C3.024 30 2 29.049 2 27.875V15c0-1.174 1.024-2.125 2.288-2.125h23.424c1.264 0 2.288.951 2.288 2.125v12.875C30 29.049 28.976 30 27.712 30"/><path fill="#9b9b9b" d="M27.712 6H4.288C3.024 6 2 6.951 2 8.125V15h28V8.125C30 6.951 28.976 6 27.712 6"/><path fill="#321b41" d="M21.453 12L16 11l-5.453 1c-.739 0-1.338-.556-1.338-1.242s.6-1.242 1.338-1.242h10.906c.739 0 1.338.556 1.338 1.242S22.192 12 21.453 12"/><path fill="#f3eef8" d="M21.453 12H10.615V3.25c0-.69.603-1.25 1.346-1.25h8.146c.744 0 1.346.56 1.346 1.25z"/><path fill="#d3d3d3" d="M26.324 27.29c-.84 0-1.522-.633-1.522-1.413v-7.915c0-.78.682-1.413 1.522-1.413c.841 0 1.522.632 1.522 1.413v7.915c0 .78-.681 1.413-1.522 1.413"/><path fill="#44911b" d="M14.54 10.266h-.006a.84.84 0 0 1-.602-.256l-1.771-1.881a.714.714 0 0 1 .076-1.058a.85.85 0 0 1 1.14.07l1.173 1.246l4.081-4.193a.85.85 0 0 1 1.14-.053a.713.713 0 0 1 .059 1.059l-4.69 4.82a.84.84 0 0 1-.6.246"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#636363" d="M27.712 30H4.288C3.024 30 2 29.049 2 27.875V15c0-1.174 1.024-2.125 2.288-2.125h23.424c1.264 0 2.288.951 2.288 2.125v12.875C30 29.049 28.976 30 27.712 30"/><path fill="#9b9b9b" d="M27.712 6H4.288C3.024 6 2 6.951 2 8.125V15h28V8.125C30 6.951 28.976 6 27.712 6"/><path fill="#321b41" d="M21.453 12L16 11l-5.453 1c-.739 0-1.338-.556-1.338-1.242s.6-1.242 1.338-1.242h10.906c.739 0 1.338.556 1.338 1.242S22.192 12 21.453 12"/><path fill="#f3eef8" d="M21.453 12H10.615V3.25c0-.69.603-1.25 1.346-1.25h8.146c.744 0 1.346.56 1.346 1.25z"/><path fill="#d3d3d3" d="M26.324 27.29c-.84 0-1.522-.633-1.522-1.413v-7.915c0-.78.682-1.413 1.522-1.413c.841 0 1.522.632 1.522 1.413v7.915c0 .78-.681 1.413-1.522 1.413"/><path fill="#44911b" d="M14.54 10.266h-.006a.84.84 0 0 1-.602-.256l-1.771-1.881a.714.714 0 0 1 .076-1.058a.85.85 0 0 1 1.14.07l1.173 1.246l4.081-4.193a.85.85 0 0 1 1.14-.053a.713.713 0 0 1 .059 1.059l-4.69 4.82a.84.84 0 0 1-.6.246"/></g></svg> </template>
CSS
.icon-ballot-box-with-ballot {
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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M27.712%2030H4.288C3.024%2030%202%2029.049%202%2027.875V15c0-1.174%201.024-2.125%202.288-2.125h23.424c1.264%200%202.288.951%202.288%202.125v12.875C30%2029.049%2028.976%2030%2027.712%2030%22%2F%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M27.712%206H4.288C3.024%206%202%206.951%202%208.125V15h28V8.125C30%206.951%2028.976%206%2027.712%206%22%2F%3E%3Cpath%20fill%3D%22%23321b41%22%20d%3D%22M21.453%2012L16%2011l-5.453%201c-.739%200-1.338-.556-1.338-1.242s.6-1.242%201.338-1.242h10.906c.739%200%201.338.556%201.338%201.242S22.192%2012%2021.453%2012%22%2F%3E%3Cpath%20fill%3D%22%23f3eef8%22%20d%3D%22M21.453%2012H10.615V3.25c0-.69.603-1.25%201.346-1.25h8.146c.744%200%201.346.56%201.346%201.25z%22%2F%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M26.324%2027.29c-.84%200-1.522-.633-1.522-1.413v-7.915c0-.78.682-1.413%201.522-1.413c.841%200%201.522.632%201.522%201.413v7.915c0%20.78-.681%201.413-1.522%201.413%22%2F%3E%3Cpath%20fill%3D%22%2344911b%22%20d%3D%22M14.54%2010.266h-.006a.84.84%200%200%201-.602-.256l-1.771-1.881a.714.714%200%200%201%20.076-1.058a.85.85%200%200%201%201.14.07l1.173%201.246l4.081-4.193a.85.85%200%200%201%201.14-.053a.713.713%200%200%201%20.059%201.059l-4.69%204.82a.84.84%200%200%201-.6.246%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M27.712%2030H4.288C3.024%2030%202%2029.049%202%2027.875V15c0-1.174%201.024-2.125%202.288-2.125h23.424c1.264%200%202.288.951%202.288%202.125v12.875C30%2029.049%2028.976%2030%2027.712%2030%22%2F%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M27.712%206H4.288C3.024%206%202%206.951%202%208.125V15h28V8.125C30%206.951%2028.976%206%2027.712%206%22%2F%3E%3Cpath%20fill%3D%22%23321b41%22%20d%3D%22M21.453%2012L16%2011l-5.453%201c-.739%200-1.338-.556-1.338-1.242s.6-1.242%201.338-1.242h10.906c.739%200%201.338.556%201.338%201.242S22.192%2012%2021.453%2012%22%2F%3E%3Cpath%20fill%3D%22%23f3eef8%22%20d%3D%22M21.453%2012H10.615V3.25c0-.69.603-1.25%201.346-1.25h8.146c.744%200%201.346.56%201.346%201.25z%22%2F%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M26.324%2027.29c-.84%200-1.522-.633-1.522-1.413v-7.915c0-.78.682-1.413%201.522-1.413c.841%200%201.522.632%201.522%201.413v7.915c0%20.78-.681%201.413-1.522%201.413%22%2F%3E%3Cpath%20fill%3D%22%2344911b%22%20d%3D%22M14.54%2010.266h-.006a.84.84%200%200%201-.602-.256l-1.771-1.881a.714.714%200%200%201%20.076-1.058a.85.85%200%200%201%201.14.07l1.173%201.246l4.081-4.193a.85.85%200%200%201%201.14-.053a.713.713%200%200%201%20.059%201.059l-4.69%204.82a.84.84%200%200%201-.6.246%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/ballot-box-with-ballot.svg?color=%231a73e8&size=48