hop off icon
hop-off from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- hop-off
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the hop off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 15.09c-.559.726-1.944 2.14-3.558 2.808a1.294 1.294 0 0 1-1.544-.419c-.785-1.045-1.64-2.934-1.334-5.479M9.42 4.42A8.1 8.1 0 0 1 12 4c0 .902-.148 1.77-.42 2.58m-5.255-.255a8.1 8.1 0 0 0-2.054 3.373c-.298.962-.446 1.443.07 1.96c.518.518 1 .369 1.961.072a8.1 8.1 0 0 0 3.373-2.055"/><path d="M17.698 11.73c.962.297 1.443.445 1.96-.072c.518-.517.369-.998.072-1.96A8.09 8.09 0 0 0 12 4a8.09 8.09 0 0 0 5.698 7.73M12 4V2m0 13.09c.559.726 1.945 2.14 3.558 2.808c.552.229 1.18.066 1.544-.419q.078-.105.157-.22M18.436 12c.064.524.077 1.021.052 1.488M9 10.5c.4 2 2.167 3.833 3 4.5c.375-.3.939-.836 1.482-1.518M15.5 18c-.275.75-1.115 2.343-2.522 3.614a1.43 1.43 0 0 1-1.956 0C9.616 20.343 8.775 18.751 8.5 18M2 2l20 20"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHopOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12 15.09c-.559.726-1.944 2.14-3.558 2.808a1.294 1.294 0 0 1-1.544-.419c-.785-1.045-1.64-2.934-1.334-5.479M9.42 4.42A8.1 8.1 0 0 1 12 4c0 .902-.148 1.77-.42 2.58m-5.255-.255a8.1 8.1 0 0 0-2.054 3.373c-.298.962-.446 1.443.07 1.96c.518.518 1 .369 1.961.072a8.1 8.1 0 0 0 3.373-2.055"/><path d="M17.698 11.73c.962.297 1.443.445 1.96-.072c.518-.517.369-.998.072-1.96A8.09 8.09 0 0 0 12 4a8.09 8.09 0 0 0 5.698 7.73M12 4V2m0 13.09c.559.726 1.945 2.14 3.558 2.808c.552.229 1.18.066 1.544-.419q.078-.105.157-.22M18.436 12c.064.524.077 1.021.052 1.488M9 10.5c.4 2 2.167 3.833 3 4.5c.375-.3.939-.836 1.482-1.518M15.5 18c-.275.75-1.115 2.343-2.522 3.614a1.43 1.43 0 0 1-1.956 0C9.616 20.343 8.775 18.751 8.5 18M2 2l20 20"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 15.09c-.559.726-1.944 2.14-3.558 2.808a1.294 1.294 0 0 1-1.544-.419c-.785-1.045-1.64-2.934-1.334-5.479M9.42 4.42A8.1 8.1 0 0 1 12 4c0 .902-.148 1.77-.42 2.58m-5.255-.255a8.1 8.1 0 0 0-2.054 3.373c-.298.962-.446 1.443.07 1.96c.518.518 1 .369 1.961.072a8.1 8.1 0 0 0 3.373-2.055"/><path d="M17.698 11.73c.962.297 1.443.445 1.96-.072c.518-.517.369-.998.072-1.96A8.09 8.09 0 0 0 12 4a8.09 8.09 0 0 0 5.698 7.73M12 4V2m0 13.09c.559.726 1.945 2.14 3.558 2.808c.552.229 1.18.066 1.544-.419q.078-.105.157-.22M18.436 12c.064.524.077 1.021.052 1.488M9 10.5c.4 2 2.167 3.833 3 4.5c.375-.3.939-.836 1.482-1.518M15.5 18c-.275.75-1.115 2.343-2.522 3.614a1.43 1.43 0 0 1-1.956 0C9.616 20.343 8.775 18.751 8.5 18M2 2l20 20"/></g></svg> </template>
CSS
.icon-hop-off {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2015.09c-.559.726-1.944%202.14-3.558%202.808a1.294%201.294%200%200%201-1.544-.419c-.785-1.045-1.64-2.934-1.334-5.479M9.42%204.42A8.1%208.1%200%200%201%2012%204c0%20.902-.148%201.77-.42%202.58m-5.255-.255a8.1%208.1%200%200%200-2.054%203.373c-.298.962-.446%201.443.07%201.96c.518.518%201%20.369%201.961.072a8.1%208.1%200%200%200%203.373-2.055%22%2F%3E%3Cpath%20d%3D%22M17.698%2011.73c.962.297%201.443.445%201.96-.072c.518-.517.369-.998.072-1.96A8.09%208.09%200%200%200%2012%204a8.09%208.09%200%200%200%205.698%207.73M12%204V2m0%2013.09c.559.726%201.945%202.14%203.558%202.808c.552.229%201.18.066%201.544-.419q.078-.105.157-.22M18.436%2012c.064.524.077%201.021.052%201.488M9%2010.5c.4%202%202.167%203.833%203%204.5c.375-.3.939-.836%201.482-1.518M15.5%2018c-.275.75-1.115%202.343-2.522%203.614a1.43%201.43%200%200%201-1.956%200C9.616%2020.343%208.775%2018.751%208.5%2018M2%202l20%2020%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2015.09c-.559.726-1.944%202.14-3.558%202.808a1.294%201.294%200%200%201-1.544-.419c-.785-1.045-1.64-2.934-1.334-5.479M9.42%204.42A8.1%208.1%200%200%201%2012%204c0%20.902-.148%201.77-.42%202.58m-5.255-.255a8.1%208.1%200%200%200-2.054%203.373c-.298.962-.446%201.443.07%201.96c.518.518%201%20.369%201.961.072a8.1%208.1%200%200%200%203.373-2.055%22%2F%3E%3Cpath%20d%3D%22M17.698%2011.73c.962.297%201.443.445%201.96-.072c.518-.517.369-.998.072-1.96A8.09%208.09%200%200%200%2012%204a8.09%208.09%200%200%200%205.698%207.73M12%204V2m0%2013.09c.559.726%201.945%202.14%203.558%202.808c.552.229%201.18.066%201.544-.419q.078-.105.157-.22M18.436%2012c.064.524.077%201.021.052%201.488M9%2010.5c.4%202%202.167%203.833%203%204.5c.375-.3.939-.836%201.482-1.518M15.5%2018c-.275.75-1.115%202.343-2.522%203.614a1.43%201.43%200%200%201-1.956%200C9.616%2020.343%208.775%2018.751%208.5%2018M2%202l20%2020%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/hop-off.svg?color=%231a73e8&size=48