disc-full from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
disc-full
Set
Material Symbols Light
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
disc-full-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the disc full icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.692 21q-1.867 0-3.51-.708t-2.857-1.924T3.4 15.512t-.709-3.509t.709-3.51t1.924-2.859t2.857-1.925T11.692 3q2.732 0 4.985 1.493t3.32 4.007h-1.805v9.654q-1.286 1.335-2.965 2.09q-1.679.756-3.535.756m2.486-6.514Q15.192 13.47 15.192 12t-1.014-2.485T11.692 8.5q-1.47 0-2.485 1.015T8.192 12t1.015 2.486t2.485 1.014t2.486-1.014m-3.198-1.774q-.288-.287-.288-.712t.288-.712t.712-.288t.713.288t.287.712t-.287.713t-.713.287t-.712-.288m9.279 7.76q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182q-.251 0-.433-.182M20.192 18v-7.5h1V18z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDiscFull(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.692 21q-1.867 0-3.51-.708t-2.857-1.924T3.4 15.512t-.709-3.509t.709-3.51t1.924-2.859t2.857-1.925T11.692 3q2.732 0 4.985 1.493t3.32 4.007h-1.805v9.654q-1.286 1.335-2.965 2.09q-1.679.756-3.535.756m2.486-6.514Q15.192 13.47 15.192 12t-1.014-2.485T11.692 8.5q-1.47 0-2.485 1.015T8.192 12t1.015 2.486t2.485 1.014t2.486-1.014m-3.198-1.774q-.288-.287-.288-.712t.288-.712t.712-.288t.713.288t.287.712t-.287.713t-.713.287t-.712-.288m9.279 7.76q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182q-.251 0-.433-.182M20.192 18v-7.5h1V18z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.692 21q-1.867 0-3.51-.708t-2.857-1.924T3.4 15.512t-.709-3.509t.709-3.51t1.924-2.859t2.857-1.925T11.692 3q2.732 0 4.985 1.493t3.32 4.007h-1.805v9.654q-1.286 1.335-2.965 2.09q-1.679.756-3.535.756m2.486-6.514Q15.192 13.47 15.192 12t-1.014-2.485T11.692 8.5q-1.47 0-2.485 1.015T8.192 12t1.015 2.486t2.485 1.014t2.486-1.014m-3.198-1.774q-.288-.287-.288-.712t.288-.712t.712-.288t.713.288t.287.712t-.287.713t-.713.287t-.712-.288m9.279 7.76q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182q-.251 0-.433-.182M20.192 18v-7.5h1V18z"/></svg>
</template>

CSS

.icon-disc-full {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.692%2021q-1.867%200-3.51-.708t-2.857-1.924T3.4%2015.512t-.709-3.509t.709-3.51t1.924-2.859t2.857-1.925T11.692%203q2.732%200%204.985%201.493t3.32%204.007h-1.805v9.654q-1.286%201.335-2.965%202.09q-1.679.756-3.535.756m2.486-6.514Q15.192%2013.47%2015.192%2012t-1.014-2.485T11.692%208.5q-1.47%200-2.485%201.015T8.192%2012t1.015%202.486t2.485%201.014t2.486-1.014m-3.198-1.774q-.288-.287-.288-.712t.288-.712t.712-.288t.713.288t.287.712t-.287.713t-.713.287t-.712-.288m9.279%207.76q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182q-.251%200-.433-.182M20.192%2018v-7.5h1V18z%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.692%2021q-1.867%200-3.51-.708t-2.857-1.924T3.4%2015.512t-.709-3.509t.709-3.51t1.924-2.859t2.857-1.925T11.692%203q2.732%200%204.985%201.493t3.32%204.007h-1.805v9.654q-1.286%201.335-2.965%202.09q-1.679.756-3.535.756m2.486-6.514Q15.192%2013.47%2015.192%2012t-1.014-2.485T11.692%208.5q-1.47%200-2.485%201.015T8.192%2012t1.015%202.486t2.485%201.014t2.486-1.014m-3.198-1.774q-.288-.287-.288-.712t.288-.712t.712-.288t.713.288t.287.712t-.287.713t-.713.287t-.712-.288m9.279%207.76q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182q-.251%200-.433-.182M20.192%2018v-7.5h1V18z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/disc-full.svg?color=%231a73e8&size=48