round no luggage icon

round-no-luggage from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
round-no-luggage
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the round no luggage icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.49 20.49L3.51 3.51A.996.996 0 1 0 2.1 4.92l2.92 2.92c0 .06-.02.11-.02.16v11c0 1.1.9 2 2 2c0 .55.45 1 1 1s1-.45 1-1h6c0 .55.45 1 1 1s1-.45 1-1c.34 0 .65-.09.93-.24l1.14 1.14c.39.39 1.02.39 1.41 0c.4-.39.4-1.02.01-1.41M8.75 18c-.41 0-.75-.34-.75-.75v-6.42l1.5 1.5v4.92c0 .41-.34.75-.75.75M12 18c-.41 0-.75-.34-.75-.75v-3.17l1.5 1.5v1.67c0 .41-.34.75-.75.75m0-9c.41 0 .75.34.75.75v.17l1.75 1.75V9.75c0-.41.34-.75.75-.75s.75.34.75.75v3.42l3 3V8c0-1.1-.9-2-2-2h-2V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v3h-.17l3.03 3.03c.05-.01.09-.03.14-.03m-1.5-5.5h3V6h-3z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundNoLuggage(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="M20.49 20.49L3.51 3.51A.996.996 0 1 0 2.1 4.92l2.92 2.92c0 .06-.02.11-.02.16v11c0 1.1.9 2 2 2c0 .55.45 1 1 1s1-.45 1-1h6c0 .55.45 1 1 1s1-.45 1-1c.34 0 .65-.09.93-.24l1.14 1.14c.39.39 1.02.39 1.41 0c.4-.39.4-1.02.01-1.41M8.75 18c-.41 0-.75-.34-.75-.75v-6.42l1.5 1.5v4.92c0 .41-.34.75-.75.75M12 18c-.41 0-.75-.34-.75-.75v-3.17l1.5 1.5v1.67c0 .41-.34.75-.75.75m0-9c.41 0 .75.34.75.75v.17l1.75 1.75V9.75c0-.41.34-.75.75-.75s.75.34.75.75v3.42l3 3V8c0-1.1-.9-2-2-2h-2V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v3h-.17l3.03 3.03c.05-.01.09-.03.14-.03m-1.5-5.5h3V6h-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.49 20.49L3.51 3.51A.996.996 0 1 0 2.1 4.92l2.92 2.92c0 .06-.02.11-.02.16v11c0 1.1.9 2 2 2c0 .55.45 1 1 1s1-.45 1-1h6c0 .55.45 1 1 1s1-.45 1-1c.34 0 .65-.09.93-.24l1.14 1.14c.39.39 1.02.39 1.41 0c.4-.39.4-1.02.01-1.41M8.75 18c-.41 0-.75-.34-.75-.75v-6.42l1.5 1.5v4.92c0 .41-.34.75-.75.75M12 18c-.41 0-.75-.34-.75-.75v-3.17l1.5 1.5v1.67c0 .41-.34.75-.75.75m0-9c.41 0 .75.34.75.75v.17l1.75 1.75V9.75c0-.41.34-.75.75-.75s.75.34.75.75v3.42l3 3V8c0-1.1-.9-2-2-2h-2V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v3h-.17l3.03 3.03c.05-.01.09-.03.14-.03m-1.5-5.5h3V6h-3z"/></svg>
</template>

CSS

.icon-round-no-luggage {
  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%22M20.49%2020.49L3.51%203.51A.996.996%200%201%200%202.1%204.92l2.92%202.92c0%20.06-.02.11-.02.16v11c0%201.1.9%202%202%202c0%20.55.45%201%201%201s1-.45%201-1h6c0%20.55.45%201%201%201s1-.45%201-1c.34%200%20.65-.09.93-.24l1.14%201.14c.39.39%201.02.39%201.41%200c.4-.39.4-1.02.01-1.41M8.75%2018c-.41%200-.75-.34-.75-.75v-6.42l1.5%201.5v4.92c0%20.41-.34.75-.75.75M12%2018c-.41%200-.75-.34-.75-.75v-3.17l1.5%201.5v1.67c0%20.41-.34.75-.75.75m0-9c.41%200%20.75.34.75.75v.17l1.75%201.75V9.75c0-.41.34-.75.75-.75s.75.34.75.75v3.42l3%203V8c0-1.1-.9-2-2-2h-2V3c0-.55-.45-1-1-1h-4c-.55%200-1%20.45-1%201v3h-.17l3.03%203.03c.05-.01.09-.03.14-.03m-1.5-5.5h3V6h-3z%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%22M20.49%2020.49L3.51%203.51A.996.996%200%201%200%202.1%204.92l2.92%202.92c0%20.06-.02.11-.02.16v11c0%201.1.9%202%202%202c0%20.55.45%201%201%201s1-.45%201-1h6c0%20.55.45%201%201%201s1-.45%201-1c.34%200%20.65-.09.93-.24l1.14%201.14c.39.39%201.02.39%201.41%200c.4-.39.4-1.02.01-1.41M8.75%2018c-.41%200-.75-.34-.75-.75v-6.42l1.5%201.5v4.92c0%20.41-.34.75-.75.75M12%2018c-.41%200-.75-.34-.75-.75v-3.17l1.5%201.5v1.67c0%20.41-.34.75-.75.75m0-9c.41%200%20.75.34.75.75v.17l1.75%201.75V9.75c0-.41.34-.75.75-.75s.75.34.75.75v3.42l3%203V8c0-1.1-.9-2-2-2h-2V3c0-.55-.45-1-1-1h-4c-.55%200-1%20.45-1%201v3h-.17l3.03%203.03c.05-.01.09-.03.14-.03m-1.5-5.5h3V6h-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-no-luggage.svg?color=%231a73e8&size=48