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

Name
nest-tag
Set
Material Symbols
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
locator-tag, nest-locator-tag, 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

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 22q-2.925 0-4.962-2.037T5 15q0-2.35 1.375-4.2T10 8.3V3q0-.425.288-.712T11 2h2q.425 0 .713.288T14 3v5.3q2.225.65 3.613 2.5T19 15q0 2.925-2.05 4.963T12 22m0-2q2.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 MaterialSymbolsNestTag(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 22q-2.925 0-4.962-2.037T5 15q0-2.35 1.375-4.2T10 8.3V3q0-.425.288-.712T11 2h2q.425 0 .713.288T14 3v5.3q2.225.65 3.613 2.5T19 15q0 2.925-2.05 4.963T12 22m0-2q2.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 22q-2.925 0-4.962-2.037T5 15q0-2.35 1.375-4.2T10 8.3V3q0-.425.288-.712T11 2h2q.425 0 .713.288T14 3v5.3q2.225.65 3.613 2.5T19 15q0 2.925-2.05 4.963T12 22m0-2q2.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%2022q-2.925%200-4.962-2.037T5%2015q0-2.35%201.375-4.2T10%208.3V3q0-.425.288-.712T11%202h2q.425%200%20.713.288T14%203v5.3q2.225.65%203.613%202.5T19%2015q0%202.925-2.05%204.963T12%2022m0-2q2.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%2022q-2.925%200-4.962-2.037T5%2015q0-2.35%201.375-4.2T10%208.3V3q0-.425.288-.712T11%202h2q.425%200%20.713.288T14%203v5.3q2.225.65%203.613%202.5T19%2015q0%202.925-2.05%204.963T12%2022m0-2q2.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/nest-tag.svg?color=%231a73e8&size=48