nest-tag from Material Symbols Light by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.

Name
nest-tag
Set
Material Symbols Light
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
nest-tag-outline, nest-tag-outline-rounded, nest-tag-outline-sharp, nest-tag-rounded, nest-tag-sharp

The same icon in other sets

More home icons from Material Symbols Light

Use the nest tag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-2.507 0-4.253-1.748Q6 17.503 6 14.994q0-2.017 1.238-3.63t3.262-2.18V3.308q0-.33.232-.568q.233-.24.576-.24h1.384q.33 0 .569.24q.239.239.239.568v5.877q1.994.573 3.247 2.182Q18 12.977 18 14.994q0 2.51-1.757 4.258T12 21m0-1q2.075 0 3.538-1.45T17 15q0-2.075-1.463-3.537T12 10q-2.1 0-3.55 1.463T7 15q0 2.1 1.45 3.55T12 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNestTag(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="M12 21q-2.507 0-4.253-1.748Q6 17.503 6 14.994q0-2.017 1.238-3.63t3.262-2.18V3.308q0-.33.232-.568q.233-.24.576-.24h1.384q.33 0 .569.24q.239.239.239.568v5.877q1.994.573 3.247 2.182Q18 12.977 18 14.994q0 2.51-1.757 4.258T12 21m0-1q2.075 0 3.538-1.45T17 15q0-2.075-1.463-3.537T12 10q-2.1 0-3.55 1.463T7 15q0 2.1 1.45 3.55T12 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-2.507 0-4.253-1.748Q6 17.503 6 14.994q0-2.017 1.238-3.63t3.262-2.18V3.308q0-.33.232-.568q.233-.24.576-.24h1.384q.33 0 .569.24q.239.239.239.568v5.877q1.994.573 3.247 2.182Q18 12.977 18 14.994q0 2.51-1.757 4.258T12 21m0-1q2.075 0 3.538-1.45T17 15q0-2.075-1.463-3.537T12 10q-2.1 0-3.55 1.463T7 15q0 2.1 1.45 3.55T12 20"/></svg>
</template>

CSS

.icon-nest-tag {
  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%22M12%2021q-2.507%200-4.253-1.748Q6%2017.503%206%2014.994q0-2.017%201.238-3.63t3.262-2.18V3.308q0-.33.232-.568q.233-.24.576-.24h1.384q.33%200%20.569.24q.239.239.239.568v5.877q1.994.573%203.247%202.182Q18%2012.977%2018%2014.994q0%202.51-1.757%204.258T12%2021m0-1q2.075%200%203.538-1.45T17%2015q0-2.075-1.463-3.537T12%2010q-2.1%200-3.55%201.463T7%2015q0%202.1%201.45%203.55T12%2020%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%22M12%2021q-2.507%200-4.253-1.748Q6%2017.503%206%2014.994q0-2.017%201.238-3.63t3.262-2.18V3.308q0-.33.232-.568q.233-.24.576-.24h1.384q.33%200%20.569.24q.239.239.239.568v5.877q1.994.573%203.247%202.182Q18%2012.977%2018%2014.994q0%202.51-1.757%204.258T12%2021m0-1q2.075%200%203.538-1.45T17%2015q0-2.075-1.463-3.537T12%2010q-2.1%200-3.55%201.463T7%2015q0%202.1%201.45%203.55T12%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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