vector circle variant icon
vector-circle-variant from Material Design Icons by Pictogrammers · Filled · Vector · Apache-2.0 Free for personal and commercial use.
- Name
- vector-circle-variant
- Set
- Material Design Icons
- Style
- Filled
- Category
- Vector
- Viewbox
- 24×24
- License
- Apache 2.0
More vector icons from Material Design Icons
vector-beziervector-pointvector-point-minusvector-point-plusvector-polygon-variantvector-square-closevector-square-minusvector-square-openvector-square-plusvector-square-removevector-arrange-abovevector-arrange-belowvector-circlevector-combinevector-curvevector-differencevector-difference-abvector-difference-bavector-ellipsevector-intersectionvector-linevector-linkvector-point-editvector-point-select
Use the vector circle variant icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 9h-2.03c-1.27-3.59-4.66-6-8.47-6a9 9 0 0 0-9 9c0 5 4.03 9 9 9c3.81 0 7.2-2.4 8.5-6h2m-2-4v2h-2v-2m-.18 4c-1.16 2.44-3.62 4-6.32 4c-3.86 0-7-3.13-7-7c0-3.86 3.14-7 7-7c2.7 0 5.16 1.57 6.31 4H16v6"/></svg>
React
import type { SVGProps } from "react";
export function MdiVectorCircleVariant(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="M22 9h-2.03c-1.27-3.59-4.66-6-8.47-6a9 9 0 0 0-9 9c0 5 4.03 9 9 9c3.81 0 7.2-2.4 8.5-6h2m-2-4v2h-2v-2m-.18 4c-1.16 2.44-3.62 4-6.32 4c-3.86 0-7-3.13-7-7c0-3.86 3.14-7 7-7c2.7 0 5.16 1.57 6.31 4H16v6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 9h-2.03c-1.27-3.59-4.66-6-8.47-6a9 9 0 0 0-9 9c0 5 4.03 9 9 9c3.81 0 7.2-2.4 8.5-6h2m-2-4v2h-2v-2m-.18 4c-1.16 2.44-3.62 4-6.32 4c-3.86 0-7-3.13-7-7c0-3.86 3.14-7 7-7c2.7 0 5.16 1.57 6.31 4H16v6"/></svg> </template>
CSS
.icon-vector-circle-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%22M22%209h-2.03c-1.27-3.59-4.66-6-8.47-6a9%209%200%200%200-9%209c0%205%204.03%209%209%209c3.81%200%207.2-2.4%208.5-6h2m-2-4v2h-2v-2m-.18%204c-1.16%202.44-3.62%204-6.32%204c-3.86%200-7-3.13-7-7c0-3.86%203.14-7%207-7c2.7%200%205.16%201.57%206.31%204H16v6%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%22M22%209h-2.03c-1.27-3.59-4.66-6-8.47-6a9%209%200%200%200-9%209c0%205%204.03%209%209%209c3.81%200%207.2-2.4%208.5-6h2m-2-4v2h-2v-2m-.18%204c-1.16%202.44-3.62%204-6.32%204c-3.86%200-7-3.13-7-7c0-3.86%203.14-7%207-7c2.7%200%205.16%201.57%206.31%204H16v6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/vector-circle-variant.svg?color=%231a73e8&size=48