focus from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
focus
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the focus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 7.737c-.087-1.749-.346-2.839-1.122-3.615c-.775-.775-1.866-1.035-3.615-1.121M3 7.737c.087-1.75.346-2.84 1.122-3.615C4.897 3.346 5.988 3.087 7.737 3M21 16.263c-.087 1.749-.346 2.839-1.122 3.615c-.775.775-1.866 1.035-3.615 1.121M3 16.263c.087 1.75.346 2.84 1.122 3.615c.775.776 1.866 1.035 3.615 1.122m4.255-12v6M15 11.994H9"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFocus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M21 7.737c-.087-1.749-.346-2.839-1.122-3.615c-.775-.775-1.866-1.035-3.615-1.121M3 7.737c.087-1.75.346-2.84 1.122-3.615C4.897 3.346 5.988 3.087 7.737 3M21 16.263c-.087 1.749-.346 2.839-1.122 3.615c-.775.775-1.866 1.035-3.615 1.121M3 16.263c.087 1.75.346 2.84 1.122 3.615c.775.776 1.866 1.035 3.615 1.122m4.255-12v6M15 11.994H9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 7.737c-.087-1.749-.346-2.839-1.122-3.615c-.775-.775-1.866-1.035-3.615-1.121M3 7.737c.087-1.75.346-2.84 1.122-3.615C4.897 3.346 5.988 3.087 7.737 3M21 16.263c-.087 1.749-.346 2.839-1.122 3.615c-.775.775-1.866 1.035-3.615 1.121M3 16.263c.087 1.75.346 2.84 1.122 3.615c.775.776 1.866 1.035 3.615 1.122m4.255-12v6M15 11.994H9"/></svg>
</template>

CSS

.icon-focus {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21%207.737c-.087-1.749-.346-2.839-1.122-3.615c-.775-.775-1.866-1.035-3.615-1.121M3%207.737c.087-1.75.346-2.84%201.122-3.615C4.897%203.346%205.988%203.087%207.737%203M21%2016.263c-.087%201.749-.346%202.839-1.122%203.615c-.775.775-1.866%201.035-3.615%201.121M3%2016.263c.087%201.75.346%202.84%201.122%203.615c.775.776%201.866%201.035%203.615%201.122m4.255-12v6M15%2011.994H9%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21%207.737c-.087-1.749-.346-2.839-1.122-3.615c-.775-.775-1.866-1.035-3.615-1.121M3%207.737c.087-1.75.346-2.84%201.122-3.615C4.897%203.346%205.988%203.087%207.737%203M21%2016.263c-.087%201.749-.346%202.839-1.122%203.615c-.775.775-1.866%201.035-3.615%201.121M3%2016.263c.087%201.75.346%202.84%201.122%203.615c.775.776%201.866%201.035%203.615%201.122m4.255-12v6M15%2011.994H9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/focus.svg?color=%231a73e8&size=48