barber-pole from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.

Name
barber-pole
Set
Fluent Emoji High Contrast
Style
Default
Category
Travel & Places
Viewbox
32×32
License
MIT

The same emoji in other sets

More travel & places icons from Fluent Emoji High Contrast

Use the barber pole emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M14.27 2h2.47c1.56 0 2.82 1.27 2.82 2.82v.02h.04c1.35 0 2.44 1.09 2.44 2.44s-1.09 2.44-2.44 2.44h-3.3l-4.8 2.32V9.72h-.06C10.09 9.72 9 8.63 9 7.28s1.09-2.44 2.44-2.44h.01v-.02c0-1.56 1.26-2.82 2.82-2.82m5.34 11.72l-8.11 3.93v2.16l8.11-3.92zm-.01 11.42h-3.073l3.083-1.49v-2.16l-7.551 3.65h-.619c-1.35 0-2.44 1.09-2.44 2.44s1.09 2.44 2.44 2.44h8.16c1.35 0 2.44-1.09 2.44-2.44s-1.09-2.44-2.44-2.44"/><path d="m11.5 13.76l8.11-3.92V12l-8.11 3.92zm0 7.77l8.11-3.92v2.16l-8.11 3.92z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastBarberPole(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M14.27 2h2.47c1.56 0 2.82 1.27 2.82 2.82v.02h.04c1.35 0 2.44 1.09 2.44 2.44s-1.09 2.44-2.44 2.44h-3.3l-4.8 2.32V9.72h-.06C10.09 9.72 9 8.63 9 7.28s1.09-2.44 2.44-2.44h.01v-.02c0-1.56 1.26-2.82 2.82-2.82m5.34 11.72l-8.11 3.93v2.16l8.11-3.92zm-.01 11.42h-3.073l3.083-1.49v-2.16l-7.551 3.65h-.619c-1.35 0-2.44 1.09-2.44 2.44s1.09 2.44 2.44 2.44h8.16c1.35 0 2.44-1.09 2.44-2.44s-1.09-2.44-2.44-2.44"/><path d="m11.5 13.76l8.11-3.92V12l-8.11 3.92zm0 7.77l8.11-3.92v2.16l-8.11 3.92z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M14.27 2h2.47c1.56 0 2.82 1.27 2.82 2.82v.02h.04c1.35 0 2.44 1.09 2.44 2.44s-1.09 2.44-2.44 2.44h-3.3l-4.8 2.32V9.72h-.06C10.09 9.72 9 8.63 9 7.28s1.09-2.44 2.44-2.44h.01v-.02c0-1.56 1.26-2.82 2.82-2.82m5.34 11.72l-8.11 3.93v2.16l8.11-3.92zm-.01 11.42h-3.073l3.083-1.49v-2.16l-7.551 3.65h-.619c-1.35 0-2.44 1.09-2.44 2.44s1.09 2.44 2.44 2.44h8.16c1.35 0 2.44-1.09 2.44-2.44s-1.09-2.44-2.44-2.44"/><path d="m11.5 13.76l8.11-3.92V12l-8.11 3.92zm0 7.77l8.11-3.92v2.16l-8.11 3.92z"/></g></svg>
</template>

CSS

.icon-barber-pole {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.27%202h2.47c1.56%200%202.82%201.27%202.82%202.82v.02h.04c1.35%200%202.44%201.09%202.44%202.44s-1.09%202.44-2.44%202.44h-3.3l-4.8%202.32V9.72h-.06C10.09%209.72%209%208.63%209%207.28s1.09-2.44%202.44-2.44h.01v-.02c0-1.56%201.26-2.82%202.82-2.82m5.34%2011.72l-8.11%203.93v2.16l8.11-3.92zm-.01%2011.42h-3.073l3.083-1.49v-2.16l-7.551%203.65h-.619c-1.35%200-2.44%201.09-2.44%202.44s1.09%202.44%202.44%202.44h8.16c1.35%200%202.44-1.09%202.44-2.44s-1.09-2.44-2.44-2.44%22%2F%3E%3Cpath%20d%3D%22m11.5%2013.76l8.11-3.92V12l-8.11%203.92zm0%207.77l8.11-3.92v2.16l-8.11%203.92z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.27%202h2.47c1.56%200%202.82%201.27%202.82%202.82v.02h.04c1.35%200%202.44%201.09%202.44%202.44s-1.09%202.44-2.44%202.44h-3.3l-4.8%202.32V9.72h-.06C10.09%209.72%209%208.63%209%207.28s1.09-2.44%202.44-2.44h.01v-.02c0-1.56%201.26-2.82%202.82-2.82m5.34%2011.72l-8.11%203.93v2.16l8.11-3.92zm-.01%2011.42h-3.073l3.083-1.49v-2.16l-7.551%203.65h-.619c-1.35%200-2.44%201.09-2.44%202.44s1.09%202.44%202.44%202.44h8.16c1.35%200%202.44-1.09%202.44-2.44s-1.09-2.44-2.44-2.44%22%2F%3E%3Cpath%20d%3D%22m11.5%2013.76l8.11-3.92V12l-8.11%203.92zm0%207.77l8.11-3.92v2.16l-8.11%203.92z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/barber-pole.svg?color=%231a73e8&size=48