attention focus icon

attention-focus-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.

Name
attention-focus-outline
Set
Dither Icons
Style
Outline
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

Use the attention focus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><mask id="svgID" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><path fill="none" stroke="#fff" stroke-linecap="round" stroke-width=".85" d="M7.6 12C11.8 12 12.4 4.8 16.6 4.8"/></mask><mask id="svgID1" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><path fill="none" stroke="#fff" stroke-linecap="round" stroke-width=".85" d="M7.6 12H16.6"/></mask><mask id="svgID2" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><path fill="none" stroke="#fff" stroke-linecap="round" stroke-width=".85" d="M7.6 12C11.8 12 12.4 19.2 16.6 19.2"/></mask></defs><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" opacity=".32"><path d="M7.6 12C11.8 12 12.4 4.8 16.6 4.8"/><path d="M7.6 12H16.6"/><path d="M7.6 12C11.8 12 12.4 19.2 16.6 19.2"/></g><circle cx="4.8" cy="12" r="2.2" fill="none" stroke="currentColor" stroke-width="1.2"/><circle cx="4.8" cy="12" r=".65"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M17.4 3h2a.8.8 0 0 1 .8.8v2a.8.8 0 0 1-.8.8h-2a.8.8 0 0 1-.8-.8v-2a.8.8 0 0 1 .8-.8Z" opacity=".65"/><g mask="url(#svgID)"><circle cx="7.6" cy="12" r=".9" opacity="0"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M17.6 4.8h1.6" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M17.4 10.2h2a.8.8 0 0 1 .8.8v2a.8.8 0 0 1-.8.8h-2a.8.8 0 0 1-.8-.8v-2a.8.8 0 0 1 .8-.8Z" opacity=".65"/><g mask="url(#svgID1)"><circle cx="7.6" cy="12" r=".9" opacity="0"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M17.6 12h1.6" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M17.4 17.4h2a.8.8 0 0 1 .8.8v2a.8.8 0 0 1-.8.8h-2a.8.8 0 0 1-.8-.8v-2a.8.8 0 0 1 .8-.8Z" opacity=".65"/><g mask="url(#svgID2)"><circle cx="7.6" cy="12" r=".9" opacity="0"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M17.6 19.2h1.6" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M7.6 12H16.6" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M16.1 8.9v-.55h4.6v.55" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M16.1 15.1v.55h4.6v-.55" opacity="0"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherAttentionFocusOutline(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"><defs><mask id="svgID" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><path fill="none" stroke="#fff" strokeLinecap="round" strokeWidth=".85" d="M7.6 12C11.8 12 12.4 4.8 16.6 4.8"/></mask><mask id="svgID1" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><path fill="none" stroke="#fff" strokeLinecap="round" strokeWidth=".85" d="M7.6 12H16.6"/></mask><mask id="svgID2" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><path fill="none" stroke="#fff" strokeLinecap="round" strokeWidth=".85" d="M7.6 12C11.8 12 12.4 19.2 16.6 19.2"/></mask></defs><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".65" opacity=".32"><path d="M7.6 12C11.8 12 12.4 4.8 16.6 4.8"/><path d="M7.6 12H16.6"/><path d="M7.6 12C11.8 12 12.4 19.2 16.6 19.2"/></g><circle cx="4.8" cy="12" r="2.2" fill="none" stroke="currentColor" strokeWidth="1.2"/><circle cx="4.8" cy="12" r=".65"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" d="M17.4 3h2a.8.8 0 0 1 .8.8v2a.8.8 0 0 1-.8.8h-2a.8.8 0 0 1-.8-.8v-2a.8.8 0 0 1 .8-.8Z" opacity=".65"/><g mask="url(#svgID)"><circle cx="7.6" cy="12" r=".9" opacity="0"/></g><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".65" d="M17.6 4.8h1.6" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" d="M17.4 10.2h2a.8.8 0 0 1 .8.8v2a.8.8 0 0 1-.8.8h-2a.8.8 0 0 1-.8-.8v-2a.8.8 0 0 1 .8-.8Z" opacity=".65"/><g mask="url(#svgID1)"><circle cx="7.6" cy="12" r=".9" opacity="0"/></g><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".65" d="M17.6 12h1.6" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" d="M17.4 17.4h2a.8.8 0 0 1 .8.8v2a.8.8 0 0 1-.8.8h-2a.8.8 0 0 1-.8-.8v-2a.8.8 0 0 1 .8-.8Z" opacity=".65"/><g mask="url(#svgID2)"><circle cx="7.6" cy="12" r=".9" opacity="0"/></g><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".65" d="M17.6 19.2h1.6" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" d="M7.6 12H16.6" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".65" d="M16.1 8.9v-.55h4.6v.55" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".65" d="M16.1 15.1v.55h4.6v-.55" opacity="0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><mask id="svgID" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><path fill="none" stroke="#fff" stroke-linecap="round" stroke-width=".85" d="M7.6 12C11.8 12 12.4 4.8 16.6 4.8"/></mask><mask id="svgID1" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><path fill="none" stroke="#fff" stroke-linecap="round" stroke-width=".85" d="M7.6 12H16.6"/></mask><mask id="svgID2" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><path fill="none" stroke="#fff" stroke-linecap="round" stroke-width=".85" d="M7.6 12C11.8 12 12.4 19.2 16.6 19.2"/></mask></defs><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" opacity=".32"><path d="M7.6 12C11.8 12 12.4 4.8 16.6 4.8"/><path d="M7.6 12H16.6"/><path d="M7.6 12C11.8 12 12.4 19.2 16.6 19.2"/></g><circle cx="4.8" cy="12" r="2.2" fill="none" stroke="currentColor" stroke-width="1.2"/><circle cx="4.8" cy="12" r=".65"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M17.4 3h2a.8.8 0 0 1 .8.8v2a.8.8 0 0 1-.8.8h-2a.8.8 0 0 1-.8-.8v-2a.8.8 0 0 1 .8-.8Z" opacity=".65"/><g mask="url(#svgID)"><circle cx="7.6" cy="12" r=".9" opacity="0"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M17.6 4.8h1.6" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M17.4 10.2h2a.8.8 0 0 1 .8.8v2a.8.8 0 0 1-.8.8h-2a.8.8 0 0 1-.8-.8v-2a.8.8 0 0 1 .8-.8Z" opacity=".65"/><g mask="url(#svgID1)"><circle cx="7.6" cy="12" r=".9" opacity="0"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M17.6 12h1.6" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M17.4 17.4h2a.8.8 0 0 1 .8.8v2a.8.8 0 0 1-.8.8h-2a.8.8 0 0 1-.8-.8v-2a.8.8 0 0 1 .8-.8Z" opacity=".65"/><g mask="url(#svgID2)"><circle cx="7.6" cy="12" r=".9" opacity="0"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M17.6 19.2h1.6" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M7.6 12H16.6" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M16.1 8.9v-.55h4.6v.55" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M16.1 15.1v.55h4.6v-.55" opacity="0"/></g></svg>
</template>

CSS

.icon-attention-focus-outline {
  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%3Cdefs%3E%3Cmask%20id%3D%22svgID%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.85%22%20d%3D%22M7.6%2012C11.8%2012%2012.4%204.8%2016.6%204.8%22%2F%3E%3C%2Fmask%3E%3Cmask%20id%3D%22svgID1%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.85%22%20d%3D%22M7.6%2012H16.6%22%2F%3E%3C%2Fmask%3E%3Cmask%20id%3D%22svgID2%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.85%22%20d%3D%22M7.6%2012C11.8%2012%2012.4%2019.2%2016.6%2019.2%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20opacity%3D%22.32%22%3E%3Cpath%20d%3D%22M7.6%2012C11.8%2012%2012.4%204.8%2016.6%204.8%22%2F%3E%3Cpath%20d%3D%22M7.6%2012H16.6%22%2F%3E%3Cpath%20d%3D%22M7.6%2012C11.8%2012%2012.4%2019.2%2016.6%2019.2%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%224.8%22%20cy%3D%2212%22%20r%3D%222.2%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.2%22%2F%3E%3Ccircle%20cx%3D%224.8%22%20cy%3D%2212%22%20r%3D%22.65%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.4%203h2a.8.8%200%200%201%20.8.8v2a.8.8%200%200%201-.8.8h-2a.8.8%200%200%201-.8-.8v-2a.8.8%200%200%201%20.8-.8Z%22%20opacity%3D%22.65%22%2F%3E%3Cg%20mask%3D%22url(%23svgID)%22%3E%3Ccircle%20cx%3D%227.6%22%20cy%3D%2212%22%20r%3D%22.9%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M17.6%204.8h1.6%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.4%2010.2h2a.8.8%200%200%201%20.8.8v2a.8.8%200%200%201-.8.8h-2a.8.8%200%200%201-.8-.8v-2a.8.8%200%200%201%20.8-.8Z%22%20opacity%3D%22.65%22%2F%3E%3Cg%20mask%3D%22url(%23svgID1)%22%3E%3Ccircle%20cx%3D%227.6%22%20cy%3D%2212%22%20r%3D%22.9%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M17.6%2012h1.6%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.4%2017.4h2a.8.8%200%200%201%20.8.8v2a.8.8%200%200%201-.8.8h-2a.8.8%200%200%201-.8-.8v-2a.8.8%200%200%201%20.8-.8Z%22%20opacity%3D%22.65%22%2F%3E%3Cg%20mask%3D%22url(%23svgID2)%22%3E%3Ccircle%20cx%3D%227.6%22%20cy%3D%2212%22%20r%3D%22.9%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M17.6%2019.2h1.6%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.6%2012H16.6%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M16.1%208.9v-.55h4.6v.55%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M16.1%2015.1v.55h4.6v-.55%22%20opacity%3D%220%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%3Cdefs%3E%3Cmask%20id%3D%22svgID%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.85%22%20d%3D%22M7.6%2012C11.8%2012%2012.4%204.8%2016.6%204.8%22%2F%3E%3C%2Fmask%3E%3Cmask%20id%3D%22svgID1%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.85%22%20d%3D%22M7.6%2012H16.6%22%2F%3E%3C%2Fmask%3E%3Cmask%20id%3D%22svgID2%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.85%22%20d%3D%22M7.6%2012C11.8%2012%2012.4%2019.2%2016.6%2019.2%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20opacity%3D%22.32%22%3E%3Cpath%20d%3D%22M7.6%2012C11.8%2012%2012.4%204.8%2016.6%204.8%22%2F%3E%3Cpath%20d%3D%22M7.6%2012H16.6%22%2F%3E%3Cpath%20d%3D%22M7.6%2012C11.8%2012%2012.4%2019.2%2016.6%2019.2%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%224.8%22%20cy%3D%2212%22%20r%3D%222.2%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.2%22%2F%3E%3Ccircle%20cx%3D%224.8%22%20cy%3D%2212%22%20r%3D%22.65%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.4%203h2a.8.8%200%200%201%20.8.8v2a.8.8%200%200%201-.8.8h-2a.8.8%200%200%201-.8-.8v-2a.8.8%200%200%201%20.8-.8Z%22%20opacity%3D%22.65%22%2F%3E%3Cg%20mask%3D%22url(%23svgID)%22%3E%3Ccircle%20cx%3D%227.6%22%20cy%3D%2212%22%20r%3D%22.9%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M17.6%204.8h1.6%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.4%2010.2h2a.8.8%200%200%201%20.8.8v2a.8.8%200%200%201-.8.8h-2a.8.8%200%200%201-.8-.8v-2a.8.8%200%200%201%20.8-.8Z%22%20opacity%3D%22.65%22%2F%3E%3Cg%20mask%3D%22url(%23svgID1)%22%3E%3Ccircle%20cx%3D%227.6%22%20cy%3D%2212%22%20r%3D%22.9%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M17.6%2012h1.6%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.4%2017.4h2a.8.8%200%200%201%20.8.8v2a.8.8%200%200%201-.8.8h-2a.8.8%200%200%201-.8-.8v-2a.8.8%200%200%201%20.8-.8Z%22%20opacity%3D%22.65%22%2F%3E%3Cg%20mask%3D%22url(%23svgID2)%22%3E%3Ccircle%20cx%3D%227.6%22%20cy%3D%2212%22%20r%3D%22.9%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M17.6%2019.2h1.6%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.6%2012H16.6%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M16.1%208.9v-.55h4.6v.55%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M16.1%2015.1v.55h4.6v-.55%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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