round accessible icon

round-accessible from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
round-accessible
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round accessible icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="4" r="2" fill="currentColor"/><path fill="currentColor" d="M19 11.9c0-.49-.36-.89-.84-.97a5.76 5.76 0 0 1-3.23-1.76l-1.29-1.43c-.17-.19-.38-.34-.61-.45c-.01 0-.01-.01-.02-.01H13c-.37-.21-.78-.31-1.25-.25C10.73 7.15 10 8.07 10 9.1V15c0 1.1.9 2 2 2h5v4c0 .55.45 1 1 1s1-.45 1-1v-4.5c0-1.1-.9-2-2-2h-3v-3.45c1 .83 2.4 1.54 3.8 1.82c.62.13 1.2-.34 1.2-.97M12.83 18c-.41 1.16-1.52 2-2.83 2c-1.66 0-3-1.34-3-3c0-1.31.84-2.41 2-2.83V12.1a5 5 0 1 0 5.9 5.9z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundAccessible(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="4" r="2" fill="currentColor"/><path fill="currentColor" d="M19 11.9c0-.49-.36-.89-.84-.97a5.76 5.76 0 0 1-3.23-1.76l-1.29-1.43c-.17-.19-.38-.34-.61-.45c-.01 0-.01-.01-.02-.01H13c-.37-.21-.78-.31-1.25-.25C10.73 7.15 10 8.07 10 9.1V15c0 1.1.9 2 2 2h5v4c0 .55.45 1 1 1s1-.45 1-1v-4.5c0-1.1-.9-2-2-2h-3v-3.45c1 .83 2.4 1.54 3.8 1.82c.62.13 1.2-.34 1.2-.97M12.83 18c-.41 1.16-1.52 2-2.83 2c-1.66 0-3-1.34-3-3c0-1.31.84-2.41 2-2.83V12.1a5 5 0 1 0 5.9 5.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="4" r="2" fill="currentColor"/><path fill="currentColor" d="M19 11.9c0-.49-.36-.89-.84-.97a5.76 5.76 0 0 1-3.23-1.76l-1.29-1.43c-.17-.19-.38-.34-.61-.45c-.01 0-.01-.01-.02-.01H13c-.37-.21-.78-.31-1.25-.25C10.73 7.15 10 8.07 10 9.1V15c0 1.1.9 2 2 2h5v4c0 .55.45 1 1 1s1-.45 1-1v-4.5c0-1.1-.9-2-2-2h-3v-3.45c1 .83 2.4 1.54 3.8 1.82c.62.13 1.2-.34 1.2-.97M12.83 18c-.41 1.16-1.52 2-2.83 2c-1.66 0-3-1.34-3-3c0-1.31.84-2.41 2-2.83V12.1a5 5 0 1 0 5.9 5.9z"/></svg>
</template>

CSS

.icon-round-accessible {
  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%3Ccircle%20cx%3D%2212%22%20cy%3D%224%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2011.9c0-.49-.36-.89-.84-.97a5.76%205.76%200%200%201-3.23-1.76l-1.29-1.43c-.17-.19-.38-.34-.61-.45c-.01%200-.01-.01-.02-.01H13c-.37-.21-.78-.31-1.25-.25C10.73%207.15%2010%208.07%2010%209.1V15c0%201.1.9%202%202%202h5v4c0%20.55.45%201%201%201s1-.45%201-1v-4.5c0-1.1-.9-2-2-2h-3v-3.45c1%20.83%202.4%201.54%203.8%201.82c.62.13%201.2-.34%201.2-.97M12.83%2018c-.41%201.16-1.52%202-2.83%202c-1.66%200-3-1.34-3-3c0-1.31.84-2.41%202-2.83V12.1a5%205%200%201%200%205.9%205.9z%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%3Ccircle%20cx%3D%2212%22%20cy%3D%224%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2011.9c0-.49-.36-.89-.84-.97a5.76%205.76%200%200%201-3.23-1.76l-1.29-1.43c-.17-.19-.38-.34-.61-.45c-.01%200-.01-.01-.02-.01H13c-.37-.21-.78-.31-1.25-.25C10.73%207.15%2010%208.07%2010%209.1V15c0%201.1.9%202%202%202h5v4c0%20.55.45%201%201%201s1-.45%201-1v-4.5c0-1.1-.9-2-2-2h-3v-3.45c1%20.83%202.4%201.54%203.8%201.82c.62.13%201.2-.34%201.2-.97M12.83%2018c-.41%201.16-1.52%202-2.83%202c-1.66%200-3-1.34-3-3c0-1.31.84-2.41%202-2.83V12.1a5%205%200%201%200%205.9%205.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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