diameter variant icon

diameter-variant from Material Design Icons by Pictogrammers · Filled · Math · Apache-2.0 Free for personal and commercial use.

Name
diameter-variant
Set
Material Design Icons
Style
Filled
Category
Math
Viewbox
24×24
License
Apache 2.0
Aliases
circle-diameter-variant, sphere-diameter-variant

More math icons from Material Design Icons

Use the diameter variant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.15 21.46l1.32-1.88A10.01 10.01 0 0 1 2 12A10 10 0 0 1 12 2c1.78 0 3.44.46 4.89 1.27l1.32-1.88l1.64 1.15l-1.32 1.88C20.65 6.26 22 8.97 22 12a10 10 0 0 1-10 10c-1.78 0-3.44-.46-4.89-1.27l-1.32 1.88zM12 4a8 8 0 0 0-8 8c0 2.35 1 4.46 2.63 5.93l9.1-13.01A7.9 7.9 0 0 0 12 4m0 16a8 8 0 0 0 8-8c0-2.35-1-4.46-2.63-5.93l-9.1 13.01c1.11.59 2.38.92 3.73.92"/></svg>

React

import type { SVGProps } from "react";

export function MdiDiameterVariant(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="m4.15 21.46l1.32-1.88A10.01 10.01 0 0 1 2 12A10 10 0 0 1 12 2c1.78 0 3.44.46 4.89 1.27l1.32-1.88l1.64 1.15l-1.32 1.88C20.65 6.26 22 8.97 22 12a10 10 0 0 1-10 10c-1.78 0-3.44-.46-4.89-1.27l-1.32 1.88zM12 4a8 8 0 0 0-8 8c0 2.35 1 4.46 2.63 5.93l9.1-13.01A7.9 7.9 0 0 0 12 4m0 16a8 8 0 0 0 8-8c0-2.35-1-4.46-2.63-5.93l-9.1 13.01c1.11.59 2.38.92 3.73.92"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.15 21.46l1.32-1.88A10.01 10.01 0 0 1 2 12A10 10 0 0 1 12 2c1.78 0 3.44.46 4.89 1.27l1.32-1.88l1.64 1.15l-1.32 1.88C20.65 6.26 22 8.97 22 12a10 10 0 0 1-10 10c-1.78 0-3.44-.46-4.89-1.27l-1.32 1.88zM12 4a8 8 0 0 0-8 8c0 2.35 1 4.46 2.63 5.93l9.1-13.01A7.9 7.9 0 0 0 12 4m0 16a8 8 0 0 0 8-8c0-2.35-1-4.46-2.63-5.93l-9.1 13.01c1.11.59 2.38.92 3.73.92"/></svg>
</template>

CSS

.icon-diameter-variant {
  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%22m4.15%2021.46l1.32-1.88A10.01%2010.01%200%200%201%202%2012A10%2010%200%200%201%2012%202c1.78%200%203.44.46%204.89%201.27l1.32-1.88l1.64%201.15l-1.32%201.88C20.65%206.26%2022%208.97%2022%2012a10%2010%200%200%201-10%2010c-1.78%200-3.44-.46-4.89-1.27l-1.32%201.88zM12%204a8%208%200%200%200-8%208c0%202.35%201%204.46%202.63%205.93l9.1-13.01A7.9%207.9%200%200%200%2012%204m0%2016a8%208%200%200%200%208-8c0-2.35-1-4.46-2.63-5.93l-9.1%2013.01c1.11.59%202.38.92%203.73.92%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%22m4.15%2021.46l1.32-1.88A10.01%2010.01%200%200%201%202%2012A10%2010%200%200%201%2012%202c1.78%200%203.44.46%204.89%201.27l1.32-1.88l1.64%201.15l-1.32%201.88C20.65%206.26%2022%208.97%2022%2012a10%2010%200%200%201-10%2010c-1.78%200-3.44-.46-4.89-1.27l-1.32%201.88zM12%204a8%208%200%200%200-8%208c0%202.35%201%204.46%202.63%205.93l9.1-13.01A7.9%207.9%200%200%200%2012%204m0%2016a8%208%200%200%200%208-8c0-2.35-1-4.46-2.63-5.93l-9.1%2013.01c1.11.59%202.38.92%203.73.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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