ballot box with ballot emoji
ballot-box-with-ballot from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- ballot-box-with-ballot
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji High Contrast
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="currentColor"><path d="M14.534 9.266h.007c.228 0 .446-.09.599-.247L19.83 4.2a.713.713 0 0 0-.058-1.06a.85.85 0 0 0-1.14.054L14.55 7.387l-1.174-1.246a.85.85 0 0 0-1.14-.07a.714.714 0 0 0-.075 1.058l1.771 1.881a.84.84 0 0 0 .602.256m10.269 16.611c0 .78.68 1.413 1.521 1.413s1.522-.633 1.522-1.413v-7.915c0-.78-.681-1.413-1.522-1.413c-.84 0-1.522.632-1.522 1.413z"/><path d="M11.962 1.5c-.933 0-1.847.647-1.847 1.625V5H4.288C2.543 5 1 6.33 1 8.125V29a2 2 0 0 0 2 2h26a2 2 0 0 0 2-2V8.125C31 6.33 29.457 5 27.712 5h-5.759V3.125c0-.978-.914-1.625-1.846-1.625zm-.847 1.625c0-.265.291-.625.846-.625h8.146c.556 0 .846.36.846.625V10.5h-9.838zM21.953 7h5.759C28.494 7 29 7.572 29 8.125v5.846H3V8.125C3 7.572 3.506 7 4.288 7h5.827v2.582c-.526.167-.906.63-.906 1.176c0 .686.6 1.242 1.338 1.242h10.906c.74 0 1.338-.556 1.338-1.242c0-.521-.347-.968-.838-1.152zM3 16h26v13H3z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastBallotBoxWithBallot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M14.534 9.266h.007c.228 0 .446-.09.599-.247L19.83 4.2a.713.713 0 0 0-.058-1.06a.85.85 0 0 0-1.14.054L14.55 7.387l-1.174-1.246a.85.85 0 0 0-1.14-.07a.714.714 0 0 0-.075 1.058l1.771 1.881a.84.84 0 0 0 .602.256m10.269 16.611c0 .78.68 1.413 1.521 1.413s1.522-.633 1.522-1.413v-7.915c0-.78-.681-1.413-1.522-1.413c-.84 0-1.522.632-1.522 1.413z"/><path d="M11.962 1.5c-.933 0-1.847.647-1.847 1.625V5H4.288C2.543 5 1 6.33 1 8.125V29a2 2 0 0 0 2 2h26a2 2 0 0 0 2-2V8.125C31 6.33 29.457 5 27.712 5h-5.759V3.125c0-.978-.914-1.625-1.846-1.625zm-.847 1.625c0-.265.291-.625.846-.625h8.146c.556 0 .846.36.846.625V10.5h-9.838zM21.953 7h5.759C28.494 7 29 7.572 29 8.125v5.846H3V8.125C3 7.572 3.506 7 4.288 7h5.827v2.582c-.526.167-.906.63-.906 1.176c0 .686.6 1.242 1.338 1.242h10.906c.74 0 1.338-.556 1.338-1.242c0-.521-.347-.968-.838-1.152zM3 16h26v13H3z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M14.534 9.266h.007c.228 0 .446-.09.599-.247L19.83 4.2a.713.713 0 0 0-.058-1.06a.85.85 0 0 0-1.14.054L14.55 7.387l-1.174-1.246a.85.85 0 0 0-1.14-.07a.714.714 0 0 0-.075 1.058l1.771 1.881a.84.84 0 0 0 .602.256m10.269 16.611c0 .78.68 1.413 1.521 1.413s1.522-.633 1.522-1.413v-7.915c0-.78-.681-1.413-1.522-1.413c-.84 0-1.522.632-1.522 1.413z"/><path d="M11.962 1.5c-.933 0-1.847.647-1.847 1.625V5H4.288C2.543 5 1 6.33 1 8.125V29a2 2 0 0 0 2 2h26a2 2 0 0 0 2-2V8.125C31 6.33 29.457 5 27.712 5h-5.759V3.125c0-.978-.914-1.625-1.846-1.625zm-.847 1.625c0-.265.291-.625.846-.625h8.146c.556 0 .846.36.846.625V10.5h-9.838zM21.953 7h5.759C28.494 7 29 7.572 29 8.125v5.846H3V8.125C3 7.572 3.506 7 4.288 7h5.827v2.582c-.526.167-.906.63-.906 1.176c0 .686.6 1.242 1.338 1.242h10.906c.74 0 1.338-.556 1.338-1.242c0-.521-.347-.968-.838-1.152zM3 16h26v13H3z"/></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%22currentColor%22%3E%3Cpath%20d%3D%22M14.534%209.266h.007c.228%200%20.446-.09.599-.247L19.83%204.2a.713.713%200%200%200-.058-1.06a.85.85%200%200%200-1.14.054L14.55%207.387l-1.174-1.246a.85.85%200%200%200-1.14-.07a.714.714%200%200%200-.075%201.058l1.771%201.881a.84.84%200%200%200%20.602.256m10.269%2016.611c0%20.78.68%201.413%201.521%201.413s1.522-.633%201.522-1.413v-7.915c0-.78-.681-1.413-1.522-1.413c-.84%200-1.522.632-1.522%201.413z%22%2F%3E%3Cpath%20d%3D%22M11.962%201.5c-.933%200-1.847.647-1.847%201.625V5H4.288C2.543%205%201%206.33%201%208.125V29a2%202%200%200%200%202%202h26a2%202%200%200%200%202-2V8.125C31%206.33%2029.457%205%2027.712%205h-5.759V3.125c0-.978-.914-1.625-1.846-1.625zm-.847%201.625c0-.265.291-.625.846-.625h8.146c.556%200%20.846.36.846.625V10.5h-9.838zM21.953%207h5.759C28.494%207%2029%207.572%2029%208.125v5.846H3V8.125C3%207.572%203.506%207%204.288%207h5.827v2.582c-.526.167-.906.63-.906%201.176c0%20.686.6%201.242%201.338%201.242h10.906c.74%200%201.338-.556%201.338-1.242c0-.521-.347-.968-.838-1.152zM3%2016h26v13H3z%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%22currentColor%22%3E%3Cpath%20d%3D%22M14.534%209.266h.007c.228%200%20.446-.09.599-.247L19.83%204.2a.713.713%200%200%200-.058-1.06a.85.85%200%200%200-1.14.054L14.55%207.387l-1.174-1.246a.85.85%200%200%200-1.14-.07a.714.714%200%200%200-.075%201.058l1.771%201.881a.84.84%200%200%200%20.602.256m10.269%2016.611c0%20.78.68%201.413%201.521%201.413s1.522-.633%201.522-1.413v-7.915c0-.78-.681-1.413-1.522-1.413c-.84%200-1.522.632-1.522%201.413z%22%2F%3E%3Cpath%20d%3D%22M11.962%201.5c-.933%200-1.847.647-1.847%201.625V5H4.288C2.543%205%201%206.33%201%208.125V29a2%202%200%200%200%202%202h26a2%202%200%200%200%202-2V8.125C31%206.33%2029.457%205%2027.712%205h-5.759V3.125c0-.978-.914-1.625-1.846-1.625zm-.847%201.625c0-.265.291-.625.846-.625h8.146c.556%200%20.846.36.846.625V10.5h-9.838zM21.953%207h5.759C28.494%207%2029%207.572%2029%208.125v5.846H3V8.125C3%207.572%203.506%207%204.288%207h5.827v2.582c-.526.167-.906.63-.906%201.176c0%20.686.6%201.242%201.338%201.242h10.906c.74%200%201.338-.556%201.338-1.242c0-.521-.347-.968-.838-1.152zM3%2016h26v13H3z%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-high-contrast/ballot-box-with-ballot.svg?color=%231a73e8&size=48