circle expand icon
circle-expand from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- circle-expand
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the circle expand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16 4l4 4V4m0 12l-4 4h4M8 20l-4-4v4M4 8l4-4H4m12.95 3.05a7.007 7.007 0 0 0-9.9 0a7.007 7.007 0 0 0 0 9.9a7.007 7.007 0 0 0 9.9 0c2.73-2.73 2.73-7.16 0-9.9m-1.1 8.8a5.4 5.4 0 0 1-7.7 0a5.4 5.4 0 0 1 0-7.7a5.4 5.4 0 0 1 7.7 0a5.4 5.4 0 0 1 0 7.7"/></svg>
React
import type { SVGProps } from "react";
export function MdiCircleExpand(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="m16 4l4 4V4m0 12l-4 4h4M8 20l-4-4v4M4 8l4-4H4m12.95 3.05a7.007 7.007 0 0 0-9.9 0a7.007 7.007 0 0 0 0 9.9a7.007 7.007 0 0 0 9.9 0c2.73-2.73 2.73-7.16 0-9.9m-1.1 8.8a5.4 5.4 0 0 1-7.7 0a5.4 5.4 0 0 1 0-7.7a5.4 5.4 0 0 1 7.7 0a5.4 5.4 0 0 1 0 7.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16 4l4 4V4m0 12l-4 4h4M8 20l-4-4v4M4 8l4-4H4m12.95 3.05a7.007 7.007 0 0 0-9.9 0a7.007 7.007 0 0 0 0 9.9a7.007 7.007 0 0 0 9.9 0c2.73-2.73 2.73-7.16 0-9.9m-1.1 8.8a5.4 5.4 0 0 1-7.7 0a5.4 5.4 0 0 1 0-7.7a5.4 5.4 0 0 1 7.7 0a5.4 5.4 0 0 1 0 7.7"/></svg> </template>
CSS
.icon-circle-expand {
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%22m16%204l4%204V4m0%2012l-4%204h4M8%2020l-4-4v4M4%208l4-4H4m12.95%203.05a7.007%207.007%200%200%200-9.9%200a7.007%207.007%200%200%200%200%209.9a7.007%207.007%200%200%200%209.9%200c2.73-2.73%202.73-7.16%200-9.9m-1.1%208.8a5.4%205.4%200%200%201-7.7%200a5.4%205.4%200%200%201%200-7.7a5.4%205.4%200%200%201%207.7%200a5.4%205.4%200%200%201%200%207.7%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%22m16%204l4%204V4m0%2012l-4%204h4M8%2020l-4-4v4M4%208l4-4H4m12.95%203.05a7.007%207.007%200%200%200-9.9%200a7.007%207.007%200%200%200%200%209.9a7.007%207.007%200%200%200%209.9%200c2.73-2.73%202.73-7.16%200-9.9m-1.1%208.8a5.4%205.4%200%200%201-7.7%200a5.4%205.4%200%200%201%200-7.7a5.4%205.4%200%200%201%207.7%200a5.4%205.4%200%200%201%200%207.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/circle-expand.svg?color=%231a73e8&size=48