people carry icon
people-carry from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.
- Name
- people-carry
- Set
- Line Awesome
- Style
- Line
- Category
- Users & People
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- people-carry-solid
The same icon in other sets
More users & people icons from Line Awesome
Use the people carry icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 5C6.346 5 5 6.346 5 8s1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3m16 0c-1.654 0-3 1.346-3 3s1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3M8 7a1 1 0 1 1 0 2a1 1 0 0 1 0-2m16 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2M6.848 12a1 1 0 0 0-.95.684l-1.771 5.314a2.01 2.01 0 0 0 .717 2.248L8 22.5V28h2v-5.5c0-.627-.3-1.226-.818-1.613l-3.159-2.254l1.426-4.274c.34.895.906 2.342.906 2.342a3 3 0 0 0 1.24 1.485L12 20h8l2.406-1.814a3 3 0 0 0 1.239-1.48s.558-1.428.91-2.352l1.44 4.265l-3.192 2.28A2.01 2.01 0 0 0 22 22.5V28h2l-.018-5.486l3.196-2.282c.69-.518.968-1.416.695-2.232l-1.771-5.316a1 1 0 0 0-.95-.684h-.648c-.452 0-1.267.158-1.656 1.21c-.254.697-1.065 2.765-1.067 2.77a1 1 0 0 1-.433.508a1 1 0 0 0-.102.067L20 17.492V12h-8v5.492l-1.246-.937a1 1 0 0 0-.102-.067a1 1 0 0 1-.433-.511s-.81-2.072-1.067-2.77C8.765 12.156 7.948 12 7.496 12zM14 14h4v4h-4zm-9.742 7.057l-.203 2.048q-.034.332-.172.635L1.933 28h2.2L5.7 24.572c.184-.4.299-.827.344-1.27l.09-.906l-1.873-1.335zm23.484 0l-1.877 1.34l.09.908q.068.662.344 1.267L27.867 28h2.2l-1.95-4.26a2 2 0 0 1-.172-.635z"/></svg>
React
import type { SVGProps } from "react";
export function LaPeopleCarry(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="M8 5C6.346 5 5 6.346 5 8s1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3m16 0c-1.654 0-3 1.346-3 3s1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3M8 7a1 1 0 1 1 0 2a1 1 0 0 1 0-2m16 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2M6.848 12a1 1 0 0 0-.95.684l-1.771 5.314a2.01 2.01 0 0 0 .717 2.248L8 22.5V28h2v-5.5c0-.627-.3-1.226-.818-1.613l-3.159-2.254l1.426-4.274c.34.895.906 2.342.906 2.342a3 3 0 0 0 1.24 1.485L12 20h8l2.406-1.814a3 3 0 0 0 1.239-1.48s.558-1.428.91-2.352l1.44 4.265l-3.192 2.28A2.01 2.01 0 0 0 22 22.5V28h2l-.018-5.486l3.196-2.282c.69-.518.968-1.416.695-2.232l-1.771-5.316a1 1 0 0 0-.95-.684h-.648c-.452 0-1.267.158-1.656 1.21c-.254.697-1.065 2.765-1.067 2.77a1 1 0 0 1-.433.508a1 1 0 0 0-.102.067L20 17.492V12h-8v5.492l-1.246-.937a1 1 0 0 0-.102-.067a1 1 0 0 1-.433-.511s-.81-2.072-1.067-2.77C8.765 12.156 7.948 12 7.496 12zM14 14h4v4h-4zm-9.742 7.057l-.203 2.048q-.034.332-.172.635L1.933 28h2.2L5.7 24.572c.184-.4.299-.827.344-1.27l.09-.906l-1.873-1.335zm23.484 0l-1.877 1.34l.09.908q.068.662.344 1.267L27.867 28h2.2l-1.95-4.26a2 2 0 0 1-.172-.635z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 5C6.346 5 5 6.346 5 8s1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3m16 0c-1.654 0-3 1.346-3 3s1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3M8 7a1 1 0 1 1 0 2a1 1 0 0 1 0-2m16 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2M6.848 12a1 1 0 0 0-.95.684l-1.771 5.314a2.01 2.01 0 0 0 .717 2.248L8 22.5V28h2v-5.5c0-.627-.3-1.226-.818-1.613l-3.159-2.254l1.426-4.274c.34.895.906 2.342.906 2.342a3 3 0 0 0 1.24 1.485L12 20h8l2.406-1.814a3 3 0 0 0 1.239-1.48s.558-1.428.91-2.352l1.44 4.265l-3.192 2.28A2.01 2.01 0 0 0 22 22.5V28h2l-.018-5.486l3.196-2.282c.69-.518.968-1.416.695-2.232l-1.771-5.316a1 1 0 0 0-.95-.684h-.648c-.452 0-1.267.158-1.656 1.21c-.254.697-1.065 2.765-1.067 2.77a1 1 0 0 1-.433.508a1 1 0 0 0-.102.067L20 17.492V12h-8v5.492l-1.246-.937a1 1 0 0 0-.102-.067a1 1 0 0 1-.433-.511s-.81-2.072-1.067-2.77C8.765 12.156 7.948 12 7.496 12zM14 14h4v4h-4zm-9.742 7.057l-.203 2.048q-.034.332-.172.635L1.933 28h2.2L5.7 24.572c.184-.4.299-.827.344-1.27l.09-.906l-1.873-1.335zm23.484 0l-1.877 1.34l.09.908q.068.662.344 1.267L27.867 28h2.2l-1.95-4.26a2 2 0 0 1-.172-.635z"/></svg> </template>
CSS
.icon-people-carry {
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%22M8%205C6.346%205%205%206.346%205%208s1.346%203%203%203s3-1.346%203-3s-1.346-3-3-3m16%200c-1.654%200-3%201.346-3%203s1.346%203%203%203s3-1.346%203-3s-1.346-3-3-3M8%207a1%201%200%201%201%200%202a1%201%200%200%201%200-2m16%200a1%201%200%201%201%200%202a1%201%200%200%201%200-2M6.848%2012a1%201%200%200%200-.95.684l-1.771%205.314a2.01%202.01%200%200%200%20.717%202.248L8%2022.5V28h2v-5.5c0-.627-.3-1.226-.818-1.613l-3.159-2.254l1.426-4.274c.34.895.906%202.342.906%202.342a3%203%200%200%200%201.24%201.485L12%2020h8l2.406-1.814a3%203%200%200%200%201.239-1.48s.558-1.428.91-2.352l1.44%204.265l-3.192%202.28A2.01%202.01%200%200%200%2022%2022.5V28h2l-.018-5.486l3.196-2.282c.69-.518.968-1.416.695-2.232l-1.771-5.316a1%201%200%200%200-.95-.684h-.648c-.452%200-1.267.158-1.656%201.21c-.254.697-1.065%202.765-1.067%202.77a1%201%200%200%201-.433.508a1%201%200%200%200-.102.067L20%2017.492V12h-8v5.492l-1.246-.937a1%201%200%200%200-.102-.067a1%201%200%200%201-.433-.511s-.81-2.072-1.067-2.77C8.765%2012.156%207.948%2012%207.496%2012zM14%2014h4v4h-4zm-9.742%207.057l-.203%202.048q-.034.332-.172.635L1.933%2028h2.2L5.7%2024.572c.184-.4.299-.827.344-1.27l.09-.906l-1.873-1.335zm23.484%200l-1.877%201.34l.09.908q.068.662.344%201.267L27.867%2028h2.2l-1.95-4.26a2%202%200%200%201-.172-.635z%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%22M8%205C6.346%205%205%206.346%205%208s1.346%203%203%203s3-1.346%203-3s-1.346-3-3-3m16%200c-1.654%200-3%201.346-3%203s1.346%203%203%203s3-1.346%203-3s-1.346-3-3-3M8%207a1%201%200%201%201%200%202a1%201%200%200%201%200-2m16%200a1%201%200%201%201%200%202a1%201%200%200%201%200-2M6.848%2012a1%201%200%200%200-.95.684l-1.771%205.314a2.01%202.01%200%200%200%20.717%202.248L8%2022.5V28h2v-5.5c0-.627-.3-1.226-.818-1.613l-3.159-2.254l1.426-4.274c.34.895.906%202.342.906%202.342a3%203%200%200%200%201.24%201.485L12%2020h8l2.406-1.814a3%203%200%200%200%201.239-1.48s.558-1.428.91-2.352l1.44%204.265l-3.192%202.28A2.01%202.01%200%200%200%2022%2022.5V28h2l-.018-5.486l3.196-2.282c.69-.518.968-1.416.695-2.232l-1.771-5.316a1%201%200%200%200-.95-.684h-.648c-.452%200-1.267.158-1.656%201.21c-.254.697-1.065%202.765-1.067%202.77a1%201%200%200%201-.433.508a1%201%200%200%200-.102.067L20%2017.492V12h-8v5.492l-1.246-.937a1%201%200%200%200-.102-.067a1%201%200%200%201-.433-.511s-.81-2.072-1.067-2.77C8.765%2012.156%207.948%2012%207.496%2012zM14%2014h4v4h-4zm-9.742%207.057l-.203%202.048q-.034.332-.172.635L1.933%2028h2.2L5.7%2024.572c.184-.4.299-.827.344-1.27l.09-.906l-1.873-1.335zm23.484%200l-1.877%201.34l.09.908q.068.662.344%201.267L27.867%2028h2.2l-1.95-4.26a2%202%200%200%201-.172-.635z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/people-carry.svg?color=%231a73e8&size=48