camping-rounded from Material Symbols by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.

Name
camping-rounded
Set
Material Symbols
Style
Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the camping icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 21v-3q0-.325.1-.625t.3-.575l8.35-11.25L9.6 4q-.125-.175-.175-.362T9.4 3.263t.125-.363t.275-.3q.35-.25.75-.2t.65.4l.8 1.075l.8-1.075q.25-.35.65-.4t.75.2t.4.65t-.2.75l-1.15 1.55L21.6 16.8q.2.275.3.575T22 18v3q0 .425-.287.713T21 22H3q-.425 0-.712-.288T2 21m6.225-1h7.55L12 14.725z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCampingRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 21v-3q0-.325.1-.625t.3-.575l8.35-11.25L9.6 4q-.125-.175-.175-.362T9.4 3.263t.125-.363t.275-.3q.35-.25.75-.2t.65.4l.8 1.075l.8-1.075q.25-.35.65-.4t.75.2t.4.65t-.2.75l-1.15 1.55L21.6 16.8q.2.275.3.575T22 18v3q0 .425-.287.713T21 22H3q-.425 0-.712-.288T2 21m6.225-1h7.55L12 14.725z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 21v-3q0-.325.1-.625t.3-.575l8.35-11.25L9.6 4q-.125-.175-.175-.362T9.4 3.263t.125-.363t.275-.3q.35-.25.75-.2t.65.4l.8 1.075l.8-1.075q.25-.35.65-.4t.75.2t.4.65t-.2.75l-1.15 1.55L21.6 16.8q.2.275.3.575T22 18v3q0 .425-.287.713T21 22H3q-.425 0-.712-.288T2 21m6.225-1h7.55L12 14.725z"/></svg>
</template>

CSS

.icon-camping-rounded {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2021v-3q0-.325.1-.625t.3-.575l8.35-11.25L9.6%204q-.125-.175-.175-.362T9.4%203.263t.125-.363t.275-.3q.35-.25.75-.2t.65.4l.8%201.075l.8-1.075q.25-.35.65-.4t.75.2t.4.65t-.2.75l-1.15%201.55L21.6%2016.8q.2.275.3.575T22%2018v3q0%20.425-.287.713T21%2022H3q-.425%200-.712-.288T2%2021m6.225-1h7.55L12%2014.725z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2021v-3q0-.325.1-.625t.3-.575l8.35-11.25L9.6%204q-.125-.175-.175-.362T9.4%203.263t.125-.363t.275-.3q.35-.25.75-.2t.65.4l.8%201.075l.8-1.075q.25-.35.65-.4t.75.2t.4.65t-.2.75l-1.15%201.55L21.6%2016.8q.2.275.3.575T22%2018v3q0%20.425-.287.713T21%2022H3q-.425%200-.712-.288T2%2021m6.225-1h7.55L12%2014.725z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/camping-rounded.svg?color=%231a73e8&size=48