accessibility inset icon

accessibility-inset-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.

Name
accessibility-inset-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT

1 other variant in Octicons

Use the accessibility inset icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M3.75 6a.75.75 0 0 0 0 1.5h2.409a2 2 0 0 0-.025.151l-.307 2.508l-.323 3.011a.75.75 0 0 0 1.492.16l.25-2.33h1.509l.25 2.33a.748.748 0 0 0 1.199.552a.75.75 0 0 0 .291-.712l-.32-3l-.309-2.519a2 2 0 0 0-.025-.151h2.409a.75.75 0 0 0 0-1.5zM8 6a2 2 0 1 0 .001-3.999A2 2 0 0 0 8 6"/></svg>

React

import type { SVGProps } from "react";

export function OcticonAccessibilityInset16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M3.75 6a.75.75 0 0 0 0 1.5h2.409a2 2 0 0 0-.025.151l-.307 2.508l-.323 3.011a.75.75 0 0 0 1.492.16l.25-2.33h1.509l.25 2.33a.748.748 0 0 0 1.199.552a.75.75 0 0 0 .291-.712l-.32-3l-.309-2.519a2 2 0 0 0-.025-.151h2.409a.75.75 0 0 0 0-1.5zM8 6a2 2 0 1 0 .001-3.999A2 2 0 0 0 8 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M3.75 6a.75.75 0 0 0 0 1.5h2.409a2 2 0 0 0-.025.151l-.307 2.508l-.323 3.011a.75.75 0 0 0 1.492.16l.25-2.33h1.509l.25 2.33a.748.748 0 0 0 1.199.552a.75.75 0 0 0 .291-.712l-.32-3l-.309-2.519a2 2 0 0 0-.025-.151h2.409a.75.75 0 0 0 0-1.5zM8 6a2 2 0 1 0 .001-3.999A2 2 0 0 0 8 6"/></svg>
</template>

CSS

.icon-accessibility-inset-16 {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%200a8%208%200%201%201%200%2016A8%208%200%200%201%208%200M3.75%206a.75.75%200%200%200%200%201.5h2.409a2%202%200%200%200-.025.151l-.307%202.508l-.323%203.011a.75.75%200%200%200%201.492.16l.25-2.33h1.509l.25%202.33a.748.748%200%200%200%201.199.552a.75.75%200%200%200%20.291-.712l-.32-3l-.309-2.519a2%202%200%200%200-.025-.151h2.409a.75.75%200%200%200%200-1.5zM8%206a2%202%200%201%200%20.001-3.999A2%202%200%200%200%208%206%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%200a8%208%200%201%201%200%2016A8%208%200%200%201%208%200M3.75%206a.75.75%200%200%200%200%201.5h2.409a2%202%200%200%200-.025.151l-.307%202.508l-.323%203.011a.75.75%200%200%200%201.492.16l.25-2.33h1.509l.25%202.33a.748.748%200%200%200%201.199.552a.75.75%200%200%200%20.291-.712l-.32-3l-.309-2.519a2%202%200%200%200-.025-.151h2.409a.75.75%200%200%200%200-1.5zM8%206a2%202%200%201%200%20.001-3.999A2%202%200%200%200%208%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/accessibility-inset-16.svg?color=%231a73e8&size=48