Orbit Compose Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Orbit Compose icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/345329.svg" alt="Orbit Compose icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345329.svg" alt="Orbit Compose icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345329.svg" alt="Orbit Compose icon" :width="24" :height="24" />
CSS background
.icon-orbit-compose {
background-image: url('https://proicons.com/icon/345329.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.f{fill:#fff;stroke-width:0px;}</style></defs><path id="b" class="e" d="M34.1795,16.1533c-2.3181-2.8992-5.8247-4.5925-9.5367-4.6052-6.8006,0-12.3136,5.5741-12.3136,12.45s5.5117,12.4525,12.3136,12.4538c5.5524,0,10.2481-3.7152,11.7845-8.8227"/><path id="c" class="e" d="M34.1972,16.1419c5.1199-1.0965,8.5065-1.1119,9.1797-.0417h0c.5736.911-.8723,2.5302-4.0262,4.5085M33.2557,23.8541c-2.2973,1.0655-4.655,2.0478-7.0674,2.9446-10.7,3.9901-20.3523,5.6696-21.5594,3.7508-.7746-1.2313,1.9696-3.6843,7.5024-6.5176"/><path id="d" class="f" d="M36.9902,22.3224c0,.4142-.3358.75-.75.75h0c-.4142,0-.75-.3358-.75-.75h0c0-.4142.3358-.75.75-.75h0c.4142,0,.75.3358.75.75h0Z"/></svg>
Copied!