accessible icon icon
accessible-icon from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.
- Name
- accessible-icon
- Set
- Line Awesome
- Style
- Line
- Category
- Users & People
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More users & people icons from Line Awesome
Use the accessible icon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 4c-1.645 0-3 1.355-3 3s1.355 3 3 3s3-1.355 3-3s-1.355-3-3-3m0 2c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1m-5.438 3.031l-3.593.406c-.57.067-1.047.407-1.375.876l-.031-.032l-.032.063l-2.312 3.062l1.562 1.188l2.375-3.094l.063-.063l2.187-.25l-1.687 3.844A7 7 0 0 0 10.25 18h2.781A4.95 4.95 0 0 1 16 17c2.758 0 5 2.242 5 5s-2.242 5-5 5c-1.629 0-3.055-.793-3.969-2H9.687c1.126 2.36 3.528 4 6.313 4c3.86 0 7-3.14 7-7c0-.34-.047-.672-.094-1h1.969l-1.531 5.75l1.937.5l1.657-6.219l.062-.218l-.031-.25C26.769 19.648 25.934 19 25 19h-2.688a7 7 0 0 0-1.125-1.656l1.625-3.407l.032-.062v-.031a3 3 0 0 0-1.407-3.656L19.75 9.25v.031c-.36-.191-.785-.297-1.188-.25m.907 2.344l1.031.563c.445.238.64.746.469 1.218L19.594 16a7 7 0 0 0-1.813-.75zM7 19v2h7v-2zm-3 3v2h13v-2z"/></svg>
React
import type { SVGProps } from "react";
export function LaAccessibleIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 4c-1.645 0-3 1.355-3 3s1.355 3 3 3s3-1.355 3-3s-1.355-3-3-3m0 2c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1m-5.438 3.031l-3.593.406c-.57.067-1.047.407-1.375.876l-.031-.032l-.032.063l-2.312 3.062l1.562 1.188l2.375-3.094l.063-.063l2.187-.25l-1.687 3.844A7 7 0 0 0 10.25 18h2.781A4.95 4.95 0 0 1 16 17c2.758 0 5 2.242 5 5s-2.242 5-5 5c-1.629 0-3.055-.793-3.969-2H9.687c1.126 2.36 3.528 4 6.313 4c3.86 0 7-3.14 7-7c0-.34-.047-.672-.094-1h1.969l-1.531 5.75l1.937.5l1.657-6.219l.062-.218l-.031-.25C26.769 19.648 25.934 19 25 19h-2.688a7 7 0 0 0-1.125-1.656l1.625-3.407l.032-.062v-.031a3 3 0 0 0-1.407-3.656L19.75 9.25v.031c-.36-.191-.785-.297-1.188-.25m.907 2.344l1.031.563c.445.238.64.746.469 1.218L19.594 16a7 7 0 0 0-1.813-.75zM7 19v2h7v-2zm-3 3v2h13v-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 4c-1.645 0-3 1.355-3 3s1.355 3 3 3s3-1.355 3-3s-1.355-3-3-3m0 2c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1m-5.438 3.031l-3.593.406c-.57.067-1.047.407-1.375.876l-.031-.032l-.032.063l-2.312 3.062l1.562 1.188l2.375-3.094l.063-.063l2.187-.25l-1.687 3.844A7 7 0 0 0 10.25 18h2.781A4.95 4.95 0 0 1 16 17c2.758 0 5 2.242 5 5s-2.242 5-5 5c-1.629 0-3.055-.793-3.969-2H9.687c1.126 2.36 3.528 4 6.313 4c3.86 0 7-3.14 7-7c0-.34-.047-.672-.094-1h1.969l-1.531 5.75l1.937.5l1.657-6.219l.062-.218l-.031-.25C26.769 19.648 25.934 19 25 19h-2.688a7 7 0 0 0-1.125-1.656l1.625-3.407l.032-.062v-.031a3 3 0 0 0-1.407-3.656L19.75 9.25v.031c-.36-.191-.785-.297-1.188-.25m.907 2.344l1.031.563c.445.238.64.746.469 1.218L19.594 16a7 7 0 0 0-1.813-.75zM7 19v2h7v-2zm-3 3v2h13v-2z"/></svg> </template>
CSS
.icon-accessible-icon {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204c-1.645%200-3%201.355-3%203s1.355%203%203%203s3-1.355%203-3s-1.355-3-3-3m0%202c.563%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.438-1%201-1m-5.438%203.031l-3.593.406c-.57.067-1.047.407-1.375.876l-.031-.032l-.032.063l-2.312%203.062l1.562%201.188l2.375-3.094l.063-.063l2.187-.25l-1.687%203.844A7%207%200%200%200%2010.25%2018h2.781A4.95%204.95%200%200%201%2016%2017c2.758%200%205%202.242%205%205s-2.242%205-5%205c-1.629%200-3.055-.793-3.969-2H9.687c1.126%202.36%203.528%204%206.313%204c3.86%200%207-3.14%207-7c0-.34-.047-.672-.094-1h1.969l-1.531%205.75l1.937.5l1.657-6.219l.062-.218l-.031-.25C26.769%2019.648%2025.934%2019%2025%2019h-2.688a7%207%200%200%200-1.125-1.656l1.625-3.407l.032-.062v-.031a3%203%200%200%200-1.407-3.656L19.75%209.25v.031c-.36-.191-.785-.297-1.188-.25m.907%202.344l1.031.563c.445.238.64.746.469%201.218L19.594%2016a7%207%200%200%200-1.813-.75zM7%2019v2h7v-2zm-3%203v2h13v-2z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204c-1.645%200-3%201.355-3%203s1.355%203%203%203s3-1.355%203-3s-1.355-3-3-3m0%202c.563%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.438-1%201-1m-5.438%203.031l-3.593.406c-.57.067-1.047.407-1.375.876l-.031-.032l-.032.063l-2.312%203.062l1.562%201.188l2.375-3.094l.063-.063l2.187-.25l-1.687%203.844A7%207%200%200%200%2010.25%2018h2.781A4.95%204.95%200%200%201%2016%2017c2.758%200%205%202.242%205%205s-2.242%205-5%205c-1.629%200-3.055-.793-3.969-2H9.687c1.126%202.36%203.528%204%206.313%204c3.86%200%207-3.14%207-7c0-.34-.047-.672-.094-1h1.969l-1.531%205.75l1.937.5l1.657-6.219l.062-.218l-.031-.25C26.769%2019.648%2025.934%2019%2025%2019h-2.688a7%207%200%200%200-1.125-1.656l1.625-3.407l.032-.062v-.031a3%203%200%200%200-1.407-3.656L19.75%209.25v.031c-.36-.191-.785-.297-1.188-.25m.907%202.344l1.031.563c.445.238.64.746.469%201.218L19.594%2016a7%207%200%200%200-1.813-.75zM7%2019v2h7v-2zm-3%203v2h13v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/accessible-icon.svg?color=%231a73e8&size=48