campground icon
campground from Line Awesome by Icons8 · Line · Camping · Apache-2.0 Free for personal and commercial use.
- Name
- campground
- Set
- Line Awesome
- Style
- Line
- Category
- Camping
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- campground-solid
The same icon in other sets
More camping icons from Line Awesome
Use the campground icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m10.531 4.875l-.375.594S8.895 7.41 7.281 9.625c-1.613 2.215-3.648 4.723-4.843 5.563l-.5.343l.062.594l1 9l.094.875H4c1.484 0 3.215.078 4.938.188L10 26.25V18h2v8.406l.906.094c2.828.25 4.969.5 4.969.5h.156l10.938-2.188l.031-.78s.09-1.669.25-3.626s.422-4.258.688-5.093l.218-.688l-.531-.406c-3.45-2.672-6.75-8.688-6.75-8.688l-.313-.625l-.718.094s-6.426.887-10.657.031zM21.47 7.063c.41.761 2.433 4.378 5.343 7.25l-7.53 1.187c-2.466-2.367-4.977-6.11-6.345-8.281c3.872.398 7.692-.043 8.532-.157zm-10.532.812c1.313 2.113 4.067 6.262 6.97 9.031c-.657 2.676-.856 6.242-.907 8c-.668-.07-1.473-.168-3-.312V16H8v8.156a80 80 0 0 0-3.094-.125l-.843-7.687c1.613-1.313 3.34-3.469 4.843-5.532a72 72 0 0 0 2.031-2.937zm16.844 8.344c-.234 1.191-.414 2.597-.531 4c-.129 1.582-.16 2.449-.188 2.968l-8.03 1.625c.05-1.761.234-5.093.75-7.343z"/></svg>
React
import type { SVGProps } from "react";
export function LaCampground(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="m10.531 4.875l-.375.594S8.895 7.41 7.281 9.625c-1.613 2.215-3.648 4.723-4.843 5.563l-.5.343l.062.594l1 9l.094.875H4c1.484 0 3.215.078 4.938.188L10 26.25V18h2v8.406l.906.094c2.828.25 4.969.5 4.969.5h.156l10.938-2.188l.031-.78s.09-1.669.25-3.626s.422-4.258.688-5.093l.218-.688l-.531-.406c-3.45-2.672-6.75-8.688-6.75-8.688l-.313-.625l-.718.094s-6.426.887-10.657.031zM21.47 7.063c.41.761 2.433 4.378 5.343 7.25l-7.53 1.187c-2.466-2.367-4.977-6.11-6.345-8.281c3.872.398 7.692-.043 8.532-.157zm-10.532.812c1.313 2.113 4.067 6.262 6.97 9.031c-.657 2.676-.856 6.242-.907 8c-.668-.07-1.473-.168-3-.312V16H8v8.156a80 80 0 0 0-3.094-.125l-.843-7.687c1.613-1.313 3.34-3.469 4.843-5.532a72 72 0 0 0 2.031-2.937zm16.844 8.344c-.234 1.191-.414 2.597-.531 4c-.129 1.582-.16 2.449-.188 2.968l-8.03 1.625c.05-1.761.234-5.093.75-7.343z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m10.531 4.875l-.375.594S8.895 7.41 7.281 9.625c-1.613 2.215-3.648 4.723-4.843 5.563l-.5.343l.062.594l1 9l.094.875H4c1.484 0 3.215.078 4.938.188L10 26.25V18h2v8.406l.906.094c2.828.25 4.969.5 4.969.5h.156l10.938-2.188l.031-.78s.09-1.669.25-3.626s.422-4.258.688-5.093l.218-.688l-.531-.406c-3.45-2.672-6.75-8.688-6.75-8.688l-.313-.625l-.718.094s-6.426.887-10.657.031zM21.47 7.063c.41.761 2.433 4.378 5.343 7.25l-7.53 1.187c-2.466-2.367-4.977-6.11-6.345-8.281c3.872.398 7.692-.043 8.532-.157zm-10.532.812c1.313 2.113 4.067 6.262 6.97 9.031c-.657 2.676-.856 6.242-.907 8c-.668-.07-1.473-.168-3-.312V16H8v8.156a80 80 0 0 0-3.094-.125l-.843-7.687c1.613-1.313 3.34-3.469 4.843-5.532a72 72 0 0 0 2.031-2.937zm16.844 8.344c-.234 1.191-.414 2.597-.531 4c-.129 1.582-.16 2.449-.188 2.968l-8.03 1.625c.05-1.761.234-5.093.75-7.343z"/></svg> </template>
CSS
.icon-campground {
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%22m10.531%204.875l-.375.594S8.895%207.41%207.281%209.625c-1.613%202.215-3.648%204.723-4.843%205.563l-.5.343l.062.594l1%209l.094.875H4c1.484%200%203.215.078%204.938.188L10%2026.25V18h2v8.406l.906.094c2.828.25%204.969.5%204.969.5h.156l10.938-2.188l.031-.78s.09-1.669.25-3.626s.422-4.258.688-5.093l.218-.688l-.531-.406c-3.45-2.672-6.75-8.688-6.75-8.688l-.313-.625l-.718.094s-6.426.887-10.657.031zM21.47%207.063c.41.761%202.433%204.378%205.343%207.25l-7.53%201.187c-2.466-2.367-4.977-6.11-6.345-8.281c3.872.398%207.692-.043%208.532-.157zm-10.532.812c1.313%202.113%204.067%206.262%206.97%209.031c-.657%202.676-.856%206.242-.907%208c-.668-.07-1.473-.168-3-.312V16H8v8.156a80%2080%200%200%200-3.094-.125l-.843-7.687c1.613-1.313%203.34-3.469%204.843-5.532a72%2072%200%200%200%202.031-2.937zm16.844%208.344c-.234%201.191-.414%202.597-.531%204c-.129%201.582-.16%202.449-.188%202.968l-8.03%201.625c.05-1.761.234-5.093.75-7.343z%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%22m10.531%204.875l-.375.594S8.895%207.41%207.281%209.625c-1.613%202.215-3.648%204.723-4.843%205.563l-.5.343l.062.594l1%209l.094.875H4c1.484%200%203.215.078%204.938.188L10%2026.25V18h2v8.406l.906.094c2.828.25%204.969.5%204.969.5h.156l10.938-2.188l.031-.78s.09-1.669.25-3.626s.422-4.258.688-5.093l.218-.688l-.531-.406c-3.45-2.672-6.75-8.688-6.75-8.688l-.313-.625l-.718.094s-6.426.887-10.657.031zM21.47%207.063c.41.761%202.433%204.378%205.343%207.25l-7.53%201.187c-2.466-2.367-4.977-6.11-6.345-8.281c3.872.398%207.692-.043%208.532-.157zm-10.532.812c1.313%202.113%204.067%206.262%206.97%209.031c-.657%202.676-.856%206.242-.907%208c-.668-.07-1.473-.168-3-.312V16H8v8.156a80%2080%200%200%200-3.094-.125l-.843-7.687c1.613-1.313%203.34-3.469%204.843-5.532a72%2072%200%200%200%202.031-2.937zm16.844%208.344c-.234%201.191-.414%202.597-.531%204c-.129%201.582-.16%202.449-.188%202.968l-8.03%201.625c.05-1.761.234-5.093.75-7.343z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/campground.svg?color=%231a73e8&size=48