twotone where to vote icon
twotone-where-to-vote from Google Material Icons by Material Design Authors · Baseline · Content · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-where-to-vote
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Content
- Viewbox
- 24×24
- License
- Apache 2.0
More content icons from Google Material Icons
baseline-addbaseline-add-boxbaseline-add-circlebaseline-add-linkbaseline-amp-storiesbaseline-archivebaseline-attributionbaseline-backspacebaseline-ballotbaseline-biotechbaseline-blockbaseline-boltbaseline-calculatebaseline-change-circlebaseline-clearbaseline-content-copybaseline-content-cutbaseline-content-pastebaseline-content-paste-gobaseline-content-paste-offbaseline-content-paste-searchbaseline-copy-allbaseline-createbaseline-delete-sweep
Use the twotone where 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="M12 3C8.69 3 6 5.69 6 9c0 3.54 3.82 8.86 6 11.47c1.75-2.11 6-7.63 6-11.47c0-3.31-2.69-6-6-6m-1.53 11l-3.18-3.18L8.71 9.4l1.77 1.77l4.6-4.6l1.41 1.41z" opacity=".3"/><path fill="currentColor" d="M12 1C7.59 1 4 4.59 4 9c0 5.57 6.96 13.34 7.26 13.67l.74.82l.74-.82C13.04 22.34 20 14.57 20 9c0-4.41-3.59-8-8-8m0 19.47C9.82 17.86 6 12.54 6 9c0-3.31 2.69-6 6-6s6 2.69 6 6c0 3.83-4.25 9.36-6 11.47m3.07-13.9l-4.6 4.6L8.71 9.4l-1.42 1.42L10.47 14l6.01-6.01z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneWhereToVote(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="M12 3C8.69 3 6 5.69 6 9c0 3.54 3.82 8.86 6 11.47c1.75-2.11 6-7.63 6-11.47c0-3.31-2.69-6-6-6m-1.53 11l-3.18-3.18L8.71 9.4l1.77 1.77l4.6-4.6l1.41 1.41z" opacity=".3"/><path fill="currentColor" d="M12 1C7.59 1 4 4.59 4 9c0 5.57 6.96 13.34 7.26 13.67l.74.82l.74-.82C13.04 22.34 20 14.57 20 9c0-4.41-3.59-8-8-8m0 19.47C9.82 17.86 6 12.54 6 9c0-3.31 2.69-6 6-6s6 2.69 6 6c0 3.83-4.25 9.36-6 11.47m3.07-13.9l-4.6 4.6L8.71 9.4l-1.42 1.42L10.47 14l6.01-6.01z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3C8.69 3 6 5.69 6 9c0 3.54 3.82 8.86 6 11.47c1.75-2.11 6-7.63 6-11.47c0-3.31-2.69-6-6-6m-1.53 11l-3.18-3.18L8.71 9.4l1.77 1.77l4.6-4.6l1.41 1.41z" opacity=".3"/><path fill="currentColor" d="M12 1C7.59 1 4 4.59 4 9c0 5.57 6.96 13.34 7.26 13.67l.74.82l.74-.82C13.04 22.34 20 14.57 20 9c0-4.41-3.59-8-8-8m0 19.47C9.82 17.86 6 12.54 6 9c0-3.31 2.69-6 6-6s6 2.69 6 6c0 3.83-4.25 9.36-6 11.47m3.07-13.9l-4.6 4.6L8.71 9.4l-1.42 1.42L10.47 14l6.01-6.01z"/></svg> </template>
CSS
.icon-twotone-where-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%22M12%203C8.69%203%206%205.69%206%209c0%203.54%203.82%208.86%206%2011.47c1.75-2.11%206-7.63%206-11.47c0-3.31-2.69-6-6-6m-1.53%2011l-3.18-3.18L8.71%209.4l1.77%201.77l4.6-4.6l1.41%201.41z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201C7.59%201%204%204.59%204%209c0%205.57%206.96%2013.34%207.26%2013.67l.74.82l.74-.82C13.04%2022.34%2020%2014.57%2020%209c0-4.41-3.59-8-8-8m0%2019.47C9.82%2017.86%206%2012.54%206%209c0-3.31%202.69-6%206-6s6%202.69%206%206c0%203.83-4.25%209.36-6%2011.47m3.07-13.9l-4.6%204.6L8.71%209.4l-1.42%201.42L10.47%2014l6.01-6.01z%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%22M12%203C8.69%203%206%205.69%206%209c0%203.54%203.82%208.86%206%2011.47c1.75-2.11%206-7.63%206-11.47c0-3.31-2.69-6-6-6m-1.53%2011l-3.18-3.18L8.71%209.4l1.77%201.77l4.6-4.6l1.41%201.41z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201C7.59%201%204%204.59%204%209c0%205.57%206.96%2013.34%207.26%2013.67l.74.82l.74-.82C13.04%2022.34%2020%2014.57%2020%209c0-4.41-3.59-8-8-8m0%2019.47C9.82%2017.86%206%2012.54%206%209c0-3.31%202.69-6%206-6s6%202.69%206%206c0%203.83-4.25%209.36-6%2011.47m3.07-13.9l-4.6%204.6L8.71%209.4l-1.42%201.42L10.47%2014l6.01-6.01z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-where-to-vote.svg?color=%231a73e8&size=48