accessibility icon

accessibility-linear from Solar by 480 Design · Linear · UI · CC-BY-4.0 Attribution required.

Name
accessibility-linear
Set
Solar
Style
Linear
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

Use the accessibility 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-width="1.5"><circle cx="12" cy="12" r="10"/><path d="M14 7C14 8.10457 13.1046 9 12 9C10.8954 9 10 8.10457 10 7C10 5.89543 10.8954 5 12 5C13.1046 5 14 5.89543 14 7Z"/><path stroke-linecap="round" d="M18 10C18 10 14.4627 11.5 12 11.5C9.53727 11.5 6 10 6 10"/><path stroke-linecap="round" d="M12 12V13.4522M12 13.4522C12 14.0275 12.1654 14.5906 12.4765 15.0745L15 19M12 13.4522C12 14.0275 11.8346 14.5906 11.5235 15.0745L9 19"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarAccessibilityLinear(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" strokeWidth="1.5"><circle cx="12" cy="12" r="10"/><path d="M14 7C14 8.10457 13.1046 9 12 9C10.8954 9 10 8.10457 10 7C10 5.89543 10.8954 5 12 5C13.1046 5 14 5.89543 14 7Z"/><path strokeLinecap="round" d="M18 10C18 10 14.4627 11.5 12 11.5C9.53727 11.5 6 10 6 10"/><path strokeLinecap="round" d="M12 12V13.4522M12 13.4522C12 14.0275 12.1654 14.5906 12.4765 15.0745L15 19M12 13.4522C12 14.0275 11.8346 14.5906 11.5235 15.0745L9 19"/></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-width="1.5"><circle cx="12" cy="12" r="10"/><path d="M14 7C14 8.10457 13.1046 9 12 9C10.8954 9 10 8.10457 10 7C10 5.89543 10.8954 5 12 5C13.1046 5 14 5.89543 14 7Z"/><path stroke-linecap="round" d="M18 10C18 10 14.4627 11.5 12 11.5C9.53727 11.5 6 10 6 10"/><path stroke-linecap="round" d="M12 12V13.4522M12 13.4522C12 14.0275 12.1654 14.5906 12.4765 15.0745L15 19M12 13.4522C12 14.0275 11.8346 14.5906 11.5235 15.0745L9 19"/></g></svg>
</template>

CSS

.icon-accessibility-linear {
  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-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%2F%3E%3Cpath%20d%3D%22M14%207C14%208.10457%2013.1046%209%2012%209C10.8954%209%2010%208.10457%2010%207C10%205.89543%2010.8954%205%2012%205C13.1046%205%2014%205.89543%2014%207Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2010C18%2010%2014.4627%2011.5%2012%2011.5C9.53727%2011.5%206%2010%206%2010%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2012V13.4522M12%2013.4522C12%2014.0275%2012.1654%2014.5906%2012.4765%2015.0745L15%2019M12%2013.4522C12%2014.0275%2011.8346%2014.5906%2011.5235%2015.0745L9%2019%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-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%2F%3E%3Cpath%20d%3D%22M14%207C14%208.10457%2013.1046%209%2012%209C10.8954%209%2010%208.10457%2010%207C10%205.89543%2010.8954%205%2012%205C13.1046%205%2014%205.89543%2014%207Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2010C18%2010%2014.4627%2011.5%2012%2011.5C9.53727%2011.5%206%2010%206%2010%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2012V13.4522M12%2013.4522C12%2014.0275%2012.1654%2014.5906%2012.4765%2015.0745L15%2019M12%2013.4522C12%2014.0275%2011.8346%2014.5906%2011.5235%2015.0745L9%2019%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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