revote icon
revote-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- revote-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More ui icons from Reicon
Use the revote icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.435.306A.75.75 0 0 1 10.9 1v.978l1.083-.001h.075c2.072 0 3.705 0 4.981.174c1.31.179 2.356.554 3.177 1.387c.82.832 1.187 1.89 1.363 3.214c.171 1.293.171 2.95.171 5.055v.113c0 2.105 0 3.761-.171 5.054c-.176 1.326-.543 2.382-1.363 3.214c-.82.834-1.866 1.209-3.177 1.388c-1.276.174-2.909.174-4.981.174h-.116c-2.072 0-3.705 0-4.981-.174c-1.31-.18-2.356-.554-3.177-1.388c-.82-.832-1.187-1.888-1.363-3.214c-.171-1.293-.171-2.949-.171-5.054v-.113c0-2.106 0-3.762.171-5.055c.176-1.325.543-2.382 1.363-3.214a.75.75 0 1 1 1.068 1.053c-.498.506-.79 1.195-.944 2.358c-.156 1.183-.158 2.74-.158 4.914c0 2.175.002 3.731.158 4.915c.154 1.162.446 1.852.944 2.358c.497.504 1.172.798 2.312.954c1.163.158 2.693.16 4.836.16s3.673-.002 4.836-.16c1.14-.156 1.815-.45 2.312-.954c.498-.506.79-1.196.944-2.358c.157-1.184.158-2.74.158-4.915s-.002-3.73-.158-4.914c-.154-1.163-.446-1.852-.944-2.358c-.497-.504-1.171-.798-2.312-.954c-1.163-.159-2.693-.16-4.836-.16h-1.1v1.077a.75.75 0 0 1-1.284.526l-1.75-1.777a.75.75 0 0 1 0-1.052L9.616.474a.75.75 0 0 1 .819-.168" clip-rule="evenodd"/><path d="M16.03 10.03a.75.75 0 0 0-1.06-1.06l-4.47 4.47l-1.47-1.47a.75.75 0 1 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconRevoteFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M10.435.306A.75.75 0 0 1 10.9 1v.978l1.083-.001h.075c2.072 0 3.705 0 4.981.174c1.31.179 2.356.554 3.177 1.387c.82.832 1.187 1.89 1.363 3.214c.171 1.293.171 2.95.171 5.055v.113c0 2.105 0 3.761-.171 5.054c-.176 1.326-.543 2.382-1.363 3.214c-.82.834-1.866 1.209-3.177 1.388c-1.276.174-2.909.174-4.981.174h-.116c-2.072 0-3.705 0-4.981-.174c-1.31-.18-2.356-.554-3.177-1.388c-.82-.832-1.187-1.888-1.363-3.214c-.171-1.293-.171-2.949-.171-5.054v-.113c0-2.106 0-3.762.171-5.055c.176-1.325.543-2.382 1.363-3.214a.75.75 0 1 1 1.068 1.053c-.498.506-.79 1.195-.944 2.358c-.156 1.183-.158 2.74-.158 4.914c0 2.175.002 3.731.158 4.915c.154 1.162.446 1.852.944 2.358c.497.504 1.172.798 2.312.954c1.163.158 2.693.16 4.836.16s3.673-.002 4.836-.16c1.14-.156 1.815-.45 2.312-.954c.498-.506.79-1.196.944-2.358c.157-1.184.158-2.74.158-4.915s-.002-3.73-.158-4.914c-.154-1.163-.446-1.852-.944-2.358c-.497-.504-1.171-.798-2.312-.954c-1.163-.159-2.693-.16-4.836-.16h-1.1v1.077a.75.75 0 0 1-1.284.526l-1.75-1.777a.75.75 0 0 1 0-1.052L9.616.474a.75.75 0 0 1 .819-.168" clipRule="evenodd"/><path d="M16.03 10.03a.75.75 0 0 0-1.06-1.06l-4.47 4.47l-1.47-1.47a.75.75 0 1 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.435.306A.75.75 0 0 1 10.9 1v.978l1.083-.001h.075c2.072 0 3.705 0 4.981.174c1.31.179 2.356.554 3.177 1.387c.82.832 1.187 1.89 1.363 3.214c.171 1.293.171 2.95.171 5.055v.113c0 2.105 0 3.761-.171 5.054c-.176 1.326-.543 2.382-1.363 3.214c-.82.834-1.866 1.209-3.177 1.388c-1.276.174-2.909.174-4.981.174h-.116c-2.072 0-3.705 0-4.981-.174c-1.31-.18-2.356-.554-3.177-1.388c-.82-.832-1.187-1.888-1.363-3.214c-.171-1.293-.171-2.949-.171-5.054v-.113c0-2.106 0-3.762.171-5.055c.176-1.325.543-2.382 1.363-3.214a.75.75 0 1 1 1.068 1.053c-.498.506-.79 1.195-.944 2.358c-.156 1.183-.158 2.74-.158 4.914c0 2.175.002 3.731.158 4.915c.154 1.162.446 1.852.944 2.358c.497.504 1.172.798 2.312.954c1.163.158 2.693.16 4.836.16s3.673-.002 4.836-.16c1.14-.156 1.815-.45 2.312-.954c.498-.506.79-1.196.944-2.358c.157-1.184.158-2.74.158-4.915s-.002-3.73-.158-4.914c-.154-1.163-.446-1.852-.944-2.358c-.497-.504-1.171-.798-2.312-.954c-1.163-.159-2.693-.16-4.836-.16h-1.1v1.077a.75.75 0 0 1-1.284.526l-1.75-1.777a.75.75 0 0 1 0-1.052L9.616.474a.75.75 0 0 1 .819-.168" clip-rule="evenodd"/><path d="M16.03 10.03a.75.75 0 0 0-1.06-1.06l-4.47 4.47l-1.47-1.47a.75.75 0 1 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0z"/></g></svg> </template>
CSS
.icon-revote-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.435.306A.75.75%200%200%201%2010.9%201v.978l1.083-.001h.075c2.072%200%203.705%200%204.981.174c1.31.179%202.356.554%203.177%201.387c.82.832%201.187%201.89%201.363%203.214c.171%201.293.171%202.95.171%205.055v.113c0%202.105%200%203.761-.171%205.054c-.176%201.326-.543%202.382-1.363%203.214c-.82.834-1.866%201.209-3.177%201.388c-1.276.174-2.909.174-4.981.174h-.116c-2.072%200-3.705%200-4.981-.174c-1.31-.18-2.356-.554-3.177-1.388c-.82-.832-1.187-1.888-1.363-3.214c-.171-1.293-.171-2.949-.171-5.054v-.113c0-2.106%200-3.762.171-5.055c.176-1.325.543-2.382%201.363-3.214a.75.75%200%201%201%201.068%201.053c-.498.506-.79%201.195-.944%202.358c-.156%201.183-.158%202.74-.158%204.914c0%202.175.002%203.731.158%204.915c.154%201.162.446%201.852.944%202.358c.497.504%201.172.798%202.312.954c1.163.158%202.693.16%204.836.16s3.673-.002%204.836-.16c1.14-.156%201.815-.45%202.312-.954c.498-.506.79-1.196.944-2.358c.157-1.184.158-2.74.158-4.915s-.002-3.73-.158-4.914c-.154-1.163-.446-1.852-.944-2.358c-.497-.504-1.171-.798-2.312-.954c-1.163-.159-2.693-.16-4.836-.16h-1.1v1.077a.75.75%200%200%201-1.284.526l-1.75-1.777a.75.75%200%200%201%200-1.052L9.616.474a.75.75%200%200%201%20.819-.168%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.03%2010.03a.75.75%200%200%200-1.06-1.06l-4.47%204.47l-1.47-1.47a.75.75%200%201%200-1.06%201.06l2%202a.75.75%200%200%200%201.06%200z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.435.306A.75.75%200%200%201%2010.9%201v.978l1.083-.001h.075c2.072%200%203.705%200%204.981.174c1.31.179%202.356.554%203.177%201.387c.82.832%201.187%201.89%201.363%203.214c.171%201.293.171%202.95.171%205.055v.113c0%202.105%200%203.761-.171%205.054c-.176%201.326-.543%202.382-1.363%203.214c-.82.834-1.866%201.209-3.177%201.388c-1.276.174-2.909.174-4.981.174h-.116c-2.072%200-3.705%200-4.981-.174c-1.31-.18-2.356-.554-3.177-1.388c-.82-.832-1.187-1.888-1.363-3.214c-.171-1.293-.171-2.949-.171-5.054v-.113c0-2.106%200-3.762.171-5.055c.176-1.325.543-2.382%201.363-3.214a.75.75%200%201%201%201.068%201.053c-.498.506-.79%201.195-.944%202.358c-.156%201.183-.158%202.74-.158%204.914c0%202.175.002%203.731.158%204.915c.154%201.162.446%201.852.944%202.358c.497.504%201.172.798%202.312.954c1.163.158%202.693.16%204.836.16s3.673-.002%204.836-.16c1.14-.156%201.815-.45%202.312-.954c.498-.506.79-1.196.944-2.358c.157-1.184.158-2.74.158-4.915s-.002-3.73-.158-4.914c-.154-1.163-.446-1.852-.944-2.358c-.497-.504-1.171-.798-2.312-.954c-1.163-.159-2.693-.16-4.836-.16h-1.1v1.077a.75.75%200%200%201-1.284.526l-1.75-1.777a.75.75%200%200%201%200-1.052L9.616.474a.75.75%200%200%201%20.819-.168%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.03%2010.03a.75.75%200%200%200-1.06-1.06l-4.47%204.47l-1.47-1.47a.75.75%200%201%200-1.06%201.06l2%202a.75.75%200%200%200%201.06%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/revote-filled.svg?color=%231a73e8&size=48