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

Name
disc-full-rounded
Set
Material Symbols Light
Style
Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

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="M14.178 14.486Q15.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.356 5.145q-.144-.143-.144-.357V11q0-.213.144-.357t.356-.143t.357.143t.143.357v6.5q0 .214-.143.357t-.357.143t-.356-.143m-.077 2.615q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182t-.433-.182M11.692 21q-1.863 0-3.505-.71q-1.643-.711-2.858-1.926q-1.215-1.216-1.926-2.858T2.693 12t.71-3.506t1.926-2.857T8.187 3.71Q9.829 3 11.692 3q2.402 0 4.43 1.155q2.026 1.154 3.247 3.14q.248.397.006.801t-.727.404h-.11q-.136 0-.241.105q-.105.104-.105.241v8.775q0 .254-.095.484t-.293.41q-1.244 1.16-2.821 1.823q-1.577.662-3.29.662"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDiscFullRounded(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="M14.178 14.486Q15.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.356 5.145q-.144-.143-.144-.357V11q0-.213.144-.357t.356-.143t.357.143t.143.357v6.5q0 .214-.143.357t-.357.143t-.356-.143m-.077 2.615q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182t-.433-.182M11.692 21q-1.863 0-3.505-.71q-1.643-.711-2.858-1.926q-1.215-1.216-1.926-2.858T2.693 12t.71-3.506t1.926-2.857T8.187 3.71Q9.829 3 11.692 3q2.402 0 4.43 1.155q2.026 1.154 3.247 3.14q.248.397.006.801t-.727.404h-.11q-.136 0-.241.105q-.105.104-.105.241v8.775q0 .254-.095.484t-.293.41q-1.244 1.16-2.821 1.823q-1.577.662-3.29.662"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.178 14.486Q15.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.356 5.145q-.144-.143-.144-.357V11q0-.213.144-.357t.356-.143t.357.143t.143.357v6.5q0 .214-.143.357t-.357.143t-.356-.143m-.077 2.615q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182t-.433-.182M11.692 21q-1.863 0-3.505-.71q-1.643-.711-2.858-1.926q-1.215-1.216-1.926-2.858T2.693 12t.71-3.506t1.926-2.857T8.187 3.71Q9.829 3 11.692 3q2.402 0 4.43 1.155q2.026 1.154 3.247 3.14q.248.397.006.801t-.727.404h-.11q-.136 0-.241.105q-.105.104-.105.241v8.775q0 .254-.095.484t-.293.41q-1.244 1.16-2.821 1.823q-1.577.662-3.29.662"/></svg>
</template>

CSS

.icon-disc-full-rounded {
  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%22M14.178%2014.486Q15.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.356%205.145q-.144-.143-.144-.357V11q0-.213.144-.357t.356-.143t.357.143t.143.357v6.5q0%20.214-.143.357t-.357.143t-.356-.143m-.077%202.615q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182t-.433-.182M11.692%2021q-1.863%200-3.505-.71q-1.643-.711-2.858-1.926q-1.215-1.216-1.926-2.858T2.693%2012t.71-3.506t1.926-2.857T8.187%203.71Q9.829%203%2011.692%203q2.402%200%204.43%201.155q2.026%201.154%203.247%203.14q.248.397.006.801t-.727.404h-.11q-.136%200-.241.105q-.105.104-.105.241v8.775q0%20.254-.095.484t-.293.41q-1.244%201.16-2.821%201.823q-1.577.662-3.29.662%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%22M14.178%2014.486Q15.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.356%205.145q-.144-.143-.144-.357V11q0-.213.144-.357t.356-.143t.357.143t.143.357v6.5q0%20.214-.143.357t-.357.143t-.356-.143m-.077%202.615q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.182.434t-.182.433t-.434.182t-.433-.182M11.692%2021q-1.863%200-3.505-.71q-1.643-.711-2.858-1.926q-1.215-1.216-1.926-2.858T2.693%2012t.71-3.506t1.926-2.857T8.187%203.71Q9.829%203%2011.692%203q2.402%200%204.43%201.155q2.026%201.154%203.247%203.14q.248.397.006.801t-.727.404h-.11q-.136%200-.241.105q-.105.104-.105.241v8.775q0%20.254-.095.484t-.293.41q-1.244%201.16-2.821%201.823q-1.577.662-3.29.662%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-rounded.svg?color=%231a73e8&size=48