![JAR search and dependency download from the Maven repository](/logo.png)
commonMain.compose.icons.simpleicons.Angellist.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simple-icons Show documentation
Show all versions of simple-icons Show documentation
Compose icons is a set of open source icons packs for Compose Multiplatform
The newest version!
package compose.icons.simpleicons
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
import androidx.compose.ui.graphics.SolidColor
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
import androidx.compose.ui.graphics.vector.ImageVector
import androidx.compose.ui.graphics.vector.ImageVector.Builder
import androidx.compose.ui.graphics.vector.path
import androidx.compose.ui.unit.dp
import compose.icons.SimpleIcons
public val SimpleIcons.Angellist: ImageVector
get() {
if (_angellist != null) {
return _angellist!!
}
_angellist = Builder(name = "Angellist", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
pathFillType = NonZero) {
moveTo(16.467f, 9.956f)
curveToRelative(0.736f, -2.0f, 1.31f, -3.651f, 1.723f, -4.953f)
curveToRelative(0.412f, -1.302f, 0.618f, -2.102f, 0.618f, -2.399f)
curveToRelative(0.0f, -0.318f, -0.069f, -0.565f, -0.206f, -0.741f)
arcToRelative(0.683f, 0.683f, 0.0f, false, false, -0.569f, -0.264f)
curveToRelative(-0.308f, 0.0f, -0.62f, 0.255f, -0.94f, 0.766f)
curveToRelative(-0.318f, 0.511f, -0.67f, 1.333f, -1.055f, 2.465f)
lineTo(14.39f, 9.593f)
close()
moveTo(14.275f, 14.39f)
curveToRelative(-0.473f, -0.022f, -0.92f, -0.071f, -1.344f, -0.148f)
arcToRelative(7.126f, 7.126f, 0.0f, false, true, -1.211f, -0.33f)
curveToRelative(0.175f, 0.352f, 0.332f, 0.703f, 0.47f, 1.055f)
curveToRelative(0.137f, 0.352f, 0.25f, 0.698f, 0.337f, 1.039f)
curveToRelative(0.264f, -0.33f, 0.542f, -0.63f, 0.833f, -0.899f)
arcToRelative(6.93f, 6.93f, 0.0f, false, true, 0.915f, -0.717f)
close()
moveTo(12.412f, 9.396f)
lineToRelative(-1.78f, -5.143f)
curveTo(10.17f, 2.945f, 9.813f, 2.09f, 9.56f, 1.69f)
curveToRelative(-0.253f, -0.402f, -0.527f, -0.602f, -0.824f, -0.602f)
arcToRelative(0.688f, 0.688f, 0.0f, false, false, -0.56f, 0.264f)
curveToRelative(-0.143f, 0.175f, -0.215f, 0.412f, -0.215f, 0.708f)
curveToRelative(0.0f, 0.506f, 0.193f, 1.385f, 0.577f, 2.638f)
curveToRelative(0.385f, 1.253f, 0.962f, 2.895f, 1.731f, 4.928f)
arcToRelative(0.55f, 0.55f, 0.0f, false, true, 0.28f, -0.255f)
arcToRelative(1.33f, 1.33f, 0.0f, false, true, 0.495f, -0.074f)
curveToRelative(0.066f, 0.0f, 0.198f, 0.005f, 0.396f, 0.016f)
curveToRelative(0.197f, 0.011f, 0.521f, 0.039f, 0.972f, 0.083f)
close()
moveTo(10.797f, 17.357f)
curveToRelative(0.186f, 0.0f, 0.357f, -0.085f, 0.51f, -0.255f)
arcToRelative(0.81f, 0.81f, 0.0f, false, false, 0.231f, -0.552f)
curveToRelative(0.0f, -0.209f, -0.15f, -0.695f, -0.453f, -1.46f)
arcToRelative(14.623f, 14.623f, 0.0f, false, false, -1.129f, -2.25f)
curveToRelative(-0.33f, -0.549f, -0.654f, -0.963f, -0.973f, -1.244f)
curveToRelative(-0.318f, -0.28f, -0.62f, -0.42f, -0.906f, -0.42f)
curveToRelative(-0.23f, 0.0f, -0.486f, 0.146f, -0.767f, 0.437f)
curveToRelative(-0.28f, 0.291f, -0.42f, 0.563f, -0.42f, 0.816f)
curveToRelative(0.0f, 0.263f, 0.137f, 0.66f, 0.412f, 1.187f)
curveToRelative(0.275f, 0.527f, 0.643f, 1.087f, 1.105f, 1.68f)
curveToRelative(0.483f, 0.65f, 0.94f, 1.155f, 1.368f, 1.517f)
curveToRelative(0.428f, 0.363f, 0.769f, 0.544f, 1.022f, 0.544f)
close()
moveTo(5.852f, 16.962f)
curveToRelative(0.153f, 0.187f, 0.368f, 0.461f, 0.642f, 0.824f)
curveToRelative(0.726f, 1.0f, 1.396f, 1.5f, 2.011f, 1.5f)
arcToRelative(0.874f, 0.874f, 0.0f, false, false, 0.56f, -0.198f)
curveToRelative(0.166f, -0.132f, 0.248f, -0.27f, 0.248f, -0.412f)
curveToRelative(0.0f, -0.165f, -0.11f, -0.44f, -0.33f, -0.824f)
curveToRelative(-0.22f, -0.385f, -0.522f, -0.819f, -0.906f, -1.302f)
curveToRelative(-0.44f, -0.56f, -0.805f, -0.97f, -1.096f, -1.228f)
curveToRelative(-0.291f, -0.258f, -0.525f, -0.388f, -0.7f, -0.388f)
curveToRelative(-0.386f, 0.0f, -0.74f, 0.206f, -1.064f, 0.618f)
curveToRelative(-0.324f, 0.412f, -0.486f, 0.899f, -0.486f, 1.46f)
curveToRelative(0.0f, 0.45f, 0.112f, 0.953f, 0.338f, 1.507f)
curveToRelative(0.225f, 0.555f, 0.552f, 1.113f, 0.98f, 1.673f)
arcToRelative(6.543f, 6.543f, 0.0f, false, false, 2.415f, 2.003f)
curveToRelative(0.962f, 0.467f, 2.025f, 0.7f, 3.19f, 0.7f)
curveToRelative(2.143f, 0.0f, 3.937f, -0.799f, 5.382f, -2.398f)
curveToRelative(1.445f, -1.599f, 2.167f, -3.601f, 2.167f, -6.008f)
curveToRelative(0.0f, -0.736f, -0.055f, -1.321f, -0.165f, -1.755f)
curveToRelative(-0.11f, -0.434f, -0.29f, -0.75f, -0.544f, -0.948f)
curveToRelative(-0.45f, -0.374f, -1.326f, -0.709f, -2.629f, -1.006f)
arcToRelative(18.315f, 18.315f, 0.0f, false, false, -4.08f, -0.445f)
curveToRelative(-0.395f, 0.0f, -0.675f, 0.066f, -0.84f, 0.198f)
curveToRelative(-0.165f, 0.132f, -0.247f, 0.357f, -0.247f, 0.676f)
curveToRelative(0.0f, 0.747f, 0.417f, 1.288f, 1.253f, 1.623f)
curveToRelative(0.834f, 0.336f, 2.186f, 0.503f, 4.055f, 0.503f)
horizontalLineToRelative(0.675f)
curveToRelative(0.154f, 0.0f, 0.278f, 0.058f, 0.371f, 0.173f)
curveToRelative(0.093f, 0.116f, 0.157f, 0.289f, 0.19f, 0.52f)
curveToRelative(-0.187f, 0.175f, -0.572f, 0.376f, -1.154f, 0.601f)
curveToRelative(-0.583f, 0.225f, -1.028f, 0.448f, -1.335f, 0.668f)
arcToRelative(5.92f, 5.92f, 0.0f, false, false, -1.59f, 1.722f)
curveToRelative(-0.402f, 0.665f, -0.603f, 1.294f, -0.603f, 1.888f)
curveToRelative(0.0f, 0.362f, 0.085f, 0.8f, 0.256f, 1.31f)
curveToRelative(0.17f, 0.511f, 0.255f, 0.827f, 0.255f, 0.948f)
verticalLineToRelative(0.115f)
lineToRelative(-0.033f, 0.149f)
curveToRelative(-0.483f, -0.033f, -0.865f, -0.316f, -1.145f, -0.85f)
curveToRelative(-0.28f, -0.532f, -0.42f, -1.244f, -0.42f, -2.134f)
verticalLineToRelative(-0.148f)
arcToRelative(0.912f, 0.912f, 0.0f, false, true, -0.256f, 0.165f)
arcToRelative(0.726f, 0.726f, 0.0f, false, true, -0.272f, 0.05f)
curveToRelative(-0.099f, 0.0f, -0.192f, -0.009f, -0.28f, -0.026f)
arcToRelative(2.869f, 2.869f, 0.0f, false, true, -0.297f, -0.074f)
arcToRelative(2.917f, 2.917f, 0.0f, false, true, 0.099f, 0.627f)
curveToRelative(0.0f, 0.406f, -0.16f, 0.755f, -0.478f, 1.046f)
arcToRelative(1.63f, 1.63f, 0.0f, false, true, -1.137f, 0.437f)
curveToRelative(-0.693f, 0.0f, -1.396f, -0.338f, -2.11f, -1.014f)
curveToRelative(-0.715f, -0.675f, -1.072f, -1.337f, -1.072f, -1.986f)
curveToRelative(0.0f, -0.12f, 0.014f, -0.228f, 0.041f, -0.321f)
arcToRelative(0.552f, 0.552f, 0.0f, false, true, 0.14f, -0.24f)
close()
moveTo(17.654f, 10.236f)
curveToRelative(0.989f, 0.187f, 1.687f, 0.605f, 2.093f, 1.253f)
curveToRelative(0.407f, 0.649f, 0.61f, 1.67f, 0.61f, 3.066f)
curveToRelative(0.0f, 2.77f, -0.832f, 5.036f, -2.497f, 6.8f)
curveTo(16.195f, 23.118f, 14.066f, 24.0f, 11.473f, 24.0f)
arcToRelative(8.254f, 8.254f, 0.0f, false, true, -2.976f, -0.552f)
arcToRelative(7.368f, 7.368f, 0.0f, false, true, -2.48f, -1.541f)
curveToRelative(-0.792f, -0.726f, -1.385f, -1.492f, -1.78f, -2.3f)
arcToRelative(5.58f, 5.58f, 0.0f, false, true, -0.594f, -2.48f)
curveToRelative(0.0f, -0.946f, 0.203f, -1.676f, 0.61f, -2.193f)
curveToRelative(0.406f, -0.516f, 1.049f, -0.868f, 1.928f, -1.055f)
arcToRelative(8.824f, 8.824f, 0.0f, false, true, -0.362f, -0.972f)
curveToRelative(-0.077f, -0.264f, -0.116f, -0.467f, -0.116f, -0.61f)
curveToRelative(0.0f, -0.495f, 0.261f, -1.0f, 0.783f, -1.517f)
curveToRelative(0.522f, -0.516f, 1.014f, -0.774f, 1.475f, -0.774f)
curveToRelative(0.198f, 0.0f, 0.407f, 0.035f, 0.627f, 0.107f)
curveToRelative(0.22f, 0.071f, 0.472f, 0.19f, 0.758f, 0.354f)
curveTo(8.5f, 8.071f, 7.885f, 6.223f, 7.5f, 4.92f)
curveToRelative(-0.385f, -1.302f, -0.577f, -2.2f, -0.577f, -2.695f)
curveToRelative(0.0f, -0.681f, 0.176f, -1.222f, 0.528f, -1.623f)
curveTo(7.802f, 0.2f, 8.28f, 0.0f, 8.885f, 0.0f)
curveToRelative(1.032f, 0.0f, 2.34f, 2.308f, 3.923f, 6.923f)
curveToRelative(0.274f, 0.791f, 0.483f, 1.401f, 0.626f, 1.83f)
lineToRelative(0.511f, -1.45f)
curveTo(15.527f, 2.73f, 16.89f, 0.444f, 18.033f, 0.444f)
curveToRelative(0.56f, 0.0f, 1.008f, 0.19f, 1.343f, 0.569f)
curveToRelative(0.336f, 0.379f, 0.503f, 0.887f, 0.503f, 1.524f)
curveToRelative(0.0f, 0.484f, -0.184f, 1.369f, -0.552f, 2.654f)
curveToRelative(-0.368f, 1.286f, -0.926f, 2.967f, -1.673f, 5.044f)
}
}
.build()
return _angellist!!
}
private var _angellist: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy