circle packing icon
circle-packing from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- circle-packing
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the circle packing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m7.5 7a3.5 3.5 0 1 1-3.5 3.5A3.504 3.504 0 0 1 23.5 9m.435-1.978A6 6 0 0 0 23.5 7a5.48 5.48 0 0 0-4.132 1.878A8.01 8.01 0 0 0 13.8 4.211a11.86 11.86 0 0 1 10.134 2.811M16 28a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4m-4-10a6 6 0 1 1 6-6a6.007 6.007 0 0 1-6 6m-8-2a12 12 0 0 1 .211-2.199a7.99 7.99 0 0 0 7.346 6.176a5.96 5.96 0 0 0-.89 6.757A12 12 0 0 1 4 16m17.333 10.734a5.983 5.983 0 0 0-4.179-8.62a8 8 0 0 0 1.913-2.368a5.488 5.488 0 0 0 8.917-.068c.003.108.016.214.016.322a12 12 0 0 1-6.667 10.734"/></svg>
React
import type { SVGProps } from "react";
export function CarbonCirclePacking(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m7.5 7a3.5 3.5 0 1 1-3.5 3.5A3.504 3.504 0 0 1 23.5 9m.435-1.978A6 6 0 0 0 23.5 7a5.48 5.48 0 0 0-4.132 1.878A8.01 8.01 0 0 0 13.8 4.211a11.86 11.86 0 0 1 10.134 2.811M16 28a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4m-4-10a6 6 0 1 1 6-6a6.007 6.007 0 0 1-6 6m-8-2a12 12 0 0 1 .211-2.199a7.99 7.99 0 0 0 7.346 6.176a5.96 5.96 0 0 0-.89 6.757A12 12 0 0 1 4 16m17.333 10.734a5.983 5.983 0 0 0-4.179-8.62a8 8 0 0 0 1.913-2.368a5.488 5.488 0 0 0 8.917-.068c.003.108.016.214.016.322a12 12 0 0 1-6.667 10.734"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m7.5 7a3.5 3.5 0 1 1-3.5 3.5A3.504 3.504 0 0 1 23.5 9m.435-1.978A6 6 0 0 0 23.5 7a5.48 5.48 0 0 0-4.132 1.878A8.01 8.01 0 0 0 13.8 4.211a11.86 11.86 0 0 1 10.134 2.811M16 28a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4m-4-10a6 6 0 1 1 6-6a6.007 6.007 0 0 1-6 6m-8-2a12 12 0 0 1 .211-2.199a7.99 7.99 0 0 0 7.346 6.176a5.96 5.96 0 0 0-.89 6.757A12 12 0 0 1 4 16m17.333 10.734a5.983 5.983 0 0 0-4.179-8.62a8 8 0 0 0 1.913-2.368a5.488 5.488 0 0 0 8.917-.068c.003.108.016.214.016.322a12 12 0 0 1-6.667 10.734"/></svg> </template>
CSS
.icon-circle-packing {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a14%2014%200%201%200%2014%2014A14%2014%200%200%200%2016%202m7.5%207a3.5%203.5%200%201%201-3.5%203.5A3.504%203.504%200%200%201%2023.5%209m.435-1.978A6%206%200%200%200%2023.5%207a5.48%205.48%200%200%200-4.132%201.878A8.01%208.01%200%200%200%2013.8%204.211a11.86%2011.86%200%200%201%2010.134%202.811M16%2028a4%204%200%201%201%204-4a4.005%204.005%200%200%201-4%204m-4-10a6%206%200%201%201%206-6a6.007%206.007%200%200%201-6%206m-8-2a12%2012%200%200%201%20.211-2.199a7.99%207.99%200%200%200%207.346%206.176a5.96%205.96%200%200%200-.89%206.757A12%2012%200%200%201%204%2016m17.333%2010.734a5.983%205.983%200%200%200-4.179-8.62a8%208%200%200%200%201.913-2.368a5.488%205.488%200%200%200%208.917-.068c.003.108.016.214.016.322a12%2012%200%200%201-6.667%2010.734%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a14%2014%200%201%200%2014%2014A14%2014%200%200%200%2016%202m7.5%207a3.5%203.5%200%201%201-3.5%203.5A3.504%203.504%200%200%201%2023.5%209m.435-1.978A6%206%200%200%200%2023.5%207a5.48%205.48%200%200%200-4.132%201.878A8.01%208.01%200%200%200%2013.8%204.211a11.86%2011.86%200%200%201%2010.134%202.811M16%2028a4%204%200%201%201%204-4a4.005%204.005%200%200%201-4%204m-4-10a6%206%200%201%201%206-6a6.007%206.007%200%200%201-6%206m-8-2a12%2012%200%200%201%20.211-2.199a7.99%207.99%200%200%200%207.346%206.176a5.96%205.96%200%200%200-.89%206.757A12%2012%200%200%201%204%2016m17.333%2010.734a5.983%205.983%200%200%200-4.179-8.62a8%208%200%200%200%201.913-2.368a5.488%205.488%200%200%200%208.917-.068c.003.108.016.214.016.322a12%2012%200%200%201-6.667%2010.734%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/circle-packing.svg?color=%231a73e8&size=48