revote icon

revote from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
revote
Set
Reicon
Style
Outline
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 d="M10.685 1.526A.75.75 0 1 0 9.616.474L7.866 2.25a.75.75 0 0 0 0 1.052l1.75 1.777a.75.75 0 1 0 1.069-1.052l-.538-.546c.564-.005 1.179-.005 1.853-.005c2.143 0 3.673.001 4.836.16c1.14.156 1.815.45 2.312.954c.498.506.79 1.195.944 2.358c.157 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.171.798-2.312.954c-1.163.158-2.693.16-4.836.16s-3.673-.002-4.836-.16c-1.14-.156-1.815-.45-2.312-.954c-.498-.506-.79-1.196-.944-2.358c-.156-1.184-.158-2.74-.158-4.915s.002-3.73.158-4.914c.154-1.163.446-1.852.944-2.358a.75.75 0 0 0-1.068-1.053c-.82.832-1.187 1.89-1.363 3.214c-.171 1.293-.171 2.95-.171 5.055v.112c0 2.106 0 3.762.171 5.055c.176 1.325.543 2.382 1.363 3.214c.82.834 1.866 1.209 3.177 1.388c1.276.174 2.909.174 4.981.174h.116c2.072 0 3.705 0 4.981-.174c1.31-.18 2.356-.554 3.177-1.388c.82-.832 1.187-1.889 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.214c-.82-.833-1.866-1.208-3.177-1.387c-1.276-.174-2.909-.174-4.981-.174h-.075q-.933-.001-1.746.004z"/><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 ReiconRevote(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 d="M10.685 1.526A.75.75 0 1 0 9.616.474L7.866 2.25a.75.75 0 0 0 0 1.052l1.75 1.777a.75.75 0 1 0 1.069-1.052l-.538-.546c.564-.005 1.179-.005 1.853-.005c2.143 0 3.673.001 4.836.16c1.14.156 1.815.45 2.312.954c.498.506.79 1.195.944 2.358c.157 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.171.798-2.312.954c-1.163.158-2.693.16-4.836.16s-3.673-.002-4.836-.16c-1.14-.156-1.815-.45-2.312-.954c-.498-.506-.79-1.196-.944-2.358c-.156-1.184-.158-2.74-.158-4.915s.002-3.73.158-4.914c.154-1.163.446-1.852.944-2.358a.75.75 0 0 0-1.068-1.053c-.82.832-1.187 1.89-1.363 3.214c-.171 1.293-.171 2.95-.171 5.055v.112c0 2.106 0 3.762.171 5.055c.176 1.325.543 2.382 1.363 3.214c.82.834 1.866 1.209 3.177 1.388c1.276.174 2.909.174 4.981.174h.116c2.072 0 3.705 0 4.981-.174c1.31-.18 2.356-.554 3.177-1.388c.82-.832 1.187-1.889 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.214c-.82-.833-1.866-1.208-3.177-1.387c-1.276-.174-2.909-.174-4.981-.174h-.075q-.933-.001-1.746.004z"/><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 d="M10.685 1.526A.75.75 0 1 0 9.616.474L7.866 2.25a.75.75 0 0 0 0 1.052l1.75 1.777a.75.75 0 1 0 1.069-1.052l-.538-.546c.564-.005 1.179-.005 1.853-.005c2.143 0 3.673.001 4.836.16c1.14.156 1.815.45 2.312.954c.498.506.79 1.195.944 2.358c.157 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.171.798-2.312.954c-1.163.158-2.693.16-4.836.16s-3.673-.002-4.836-.16c-1.14-.156-1.815-.45-2.312-.954c-.498-.506-.79-1.196-.944-2.358c-.156-1.184-.158-2.74-.158-4.915s.002-3.73.158-4.914c.154-1.163.446-1.852.944-2.358a.75.75 0 0 0-1.068-1.053c-.82.832-1.187 1.89-1.363 3.214c-.171 1.293-.171 2.95-.171 5.055v.112c0 2.106 0 3.762.171 5.055c.176 1.325.543 2.382 1.363 3.214c.82.834 1.866 1.209 3.177 1.388c1.276.174 2.909.174 4.981.174h.116c2.072 0 3.705 0 4.981-.174c1.31-.18 2.356-.554 3.177-1.388c.82-.832 1.187-1.889 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.214c-.82-.833-1.866-1.208-3.177-1.387c-1.276-.174-2.909-.174-4.981-.174h-.075q-.933-.001-1.746.004z"/><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 {
  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%20d%3D%22M10.685%201.526A.75.75%200%201%200%209.616.474L7.866%202.25a.75.75%200%200%200%200%201.052l1.75%201.777a.75.75%200%201%200%201.069-1.052l-.538-.546c.564-.005%201.179-.005%201.853-.005c2.143%200%203.673.001%204.836.16c1.14.156%201.815.45%202.312.954c.498.506.79%201.195.944%202.358c.157%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-1.171.798-2.312.954c-1.163.158-2.693.16-4.836.16s-3.673-.002-4.836-.16c-1.14-.156-1.815-.45-2.312-.954c-.498-.506-.79-1.196-.944-2.358c-.156-1.184-.158-2.74-.158-4.915s.002-3.73.158-4.914c.154-1.163.446-1.852.944-2.358a.75.75%200%200%200-1.068-1.053c-.82.832-1.187%201.89-1.363%203.214c-.171%201.293-.171%202.95-.171%205.055v.112c0%202.106%200%203.762.171%205.055c.176%201.325.543%202.382%201.363%203.214c.82.834%201.866%201.209%203.177%201.388c1.276.174%202.909.174%204.981.174h.116c2.072%200%203.705%200%204.981-.174c1.31-.18%202.356-.554%203.177-1.388c.82-.832%201.187-1.889%201.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-1.363-3.214c-.82-.833-1.866-1.208-3.177-1.387c-1.276-.174-2.909-.174-4.981-.174h-.075q-.933-.001-1.746.004z%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%20d%3D%22M10.685%201.526A.75.75%200%201%200%209.616.474L7.866%202.25a.75.75%200%200%200%200%201.052l1.75%201.777a.75.75%200%201%200%201.069-1.052l-.538-.546c.564-.005%201.179-.005%201.853-.005c2.143%200%203.673.001%204.836.16c1.14.156%201.815.45%202.312.954c.498.506.79%201.195.944%202.358c.157%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-1.171.798-2.312.954c-1.163.158-2.693.16-4.836.16s-3.673-.002-4.836-.16c-1.14-.156-1.815-.45-2.312-.954c-.498-.506-.79-1.196-.944-2.358c-.156-1.184-.158-2.74-.158-4.915s.002-3.73.158-4.914c.154-1.163.446-1.852.944-2.358a.75.75%200%200%200-1.068-1.053c-.82.832-1.187%201.89-1.363%203.214c-.171%201.293-.171%202.95-.171%205.055v.112c0%202.106%200%203.762.171%205.055c.176%201.325.543%202.382%201.363%203.214c.82.834%201.866%201.209%203.177%201.388c1.276.174%202.909.174%204.981.174h.116c2.072%200%203.705%200%204.981-.174c1.31-.18%202.356-.554%203.177-1.388c.82-.832%201.187-1.889%201.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-1.363-3.214c-.82-.833-1.866-1.208-3.177-1.387c-1.276-.174-2.909-.174-4.981-.174h-.075q-.933-.001-1.746.004z%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.svg?color=%231a73e8&size=48

Revote outline icon — Reicon · IconsDB