circle layer icon

circle-layer from Unicons Solid by Iconscout · Solid · Design Tools · Apache-2.0 Free for personal and commercial use.

Name
circle-layer
Set
Unicons Solid
Style
Solid
Category
Design Tools
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More design tools icons from Unicons Solid

Use the circle layer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 12c-2.8 0-5 2.2-5 5s2.2 5 5 5s5-2.2 5-5s-2.2-5-5-5m4-5c-2.4 0-4.6 1.5-5.5 3.7c3.5-.9 7 1.3 7.8 4.7c.3 1 .3 2.1 0 3.1c3.1-1.3 4.5-4.8 3.2-7.8C15.6 8.5 13.4 7 11 7m10.2-1.2C20.1 3.5 17.6 2 15 2S9.9 3.5 8.8 5.8c4-1.2 8.2 1 9.4 4.9q.75 2.25 0 4.5c3.4-1.7 4.8-5.9 3-9.4"/></svg>

React

import type { SVGProps } from "react";

export function UisCircleLayer(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="M7 12c-2.8 0-5 2.2-5 5s2.2 5 5 5s5-2.2 5-5s-2.2-5-5-5m4-5c-2.4 0-4.6 1.5-5.5 3.7c3.5-.9 7 1.3 7.8 4.7c.3 1 .3 2.1 0 3.1c3.1-1.3 4.5-4.8 3.2-7.8C15.6 8.5 13.4 7 11 7m10.2-1.2C20.1 3.5 17.6 2 15 2S9.9 3.5 8.8 5.8c4-1.2 8.2 1 9.4 4.9q.75 2.25 0 4.5c3.4-1.7 4.8-5.9 3-9.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 12c-2.8 0-5 2.2-5 5s2.2 5 5 5s5-2.2 5-5s-2.2-5-5-5m4-5c-2.4 0-4.6 1.5-5.5 3.7c3.5-.9 7 1.3 7.8 4.7c.3 1 .3 2.1 0 3.1c3.1-1.3 4.5-4.8 3.2-7.8C15.6 8.5 13.4 7 11 7m10.2-1.2C20.1 3.5 17.6 2 15 2S9.9 3.5 8.8 5.8c4-1.2 8.2 1 9.4 4.9q.75 2.25 0 4.5c3.4-1.7 4.8-5.9 3-9.4"/></svg>
</template>

CSS

.icon-circle-layer {
  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%22M7%2012c-2.8%200-5%202.2-5%205s2.2%205%205%205s5-2.2%205-5s-2.2-5-5-5m4-5c-2.4%200-4.6%201.5-5.5%203.7c3.5-.9%207%201.3%207.8%204.7c.3%201%20.3%202.1%200%203.1c3.1-1.3%204.5-4.8%203.2-7.8C15.6%208.5%2013.4%207%2011%207m10.2-1.2C20.1%203.5%2017.6%202%2015%202S9.9%203.5%208.8%205.8c4-1.2%208.2%201%209.4%204.9q.75%202.25%200%204.5c3.4-1.7%204.8-5.9%203-9.4%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%22M7%2012c-2.8%200-5%202.2-5%205s2.2%205%205%205s5-2.2%205-5s-2.2-5-5-5m4-5c-2.4%200-4.6%201.5-5.5%203.7c3.5-.9%207%201.3%207.8%204.7c.3%201%20.3%202.1%200%203.1c3.1-1.3%204.5-4.8%203.2-7.8C15.6%208.5%2013.4%207%2011%207m10.2-1.2C20.1%203.5%2017.6%202%2015%202S9.9%203.5%208.8%205.8c4-1.2%208.2%201%209.4%204.9q.75%202.25%200%204.5c3.4-1.7%204.8-5.9%203-9.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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