twotone label off icon

twotone-label-off from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
twotone-label-off
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the twotone label off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 7.03V17h9.97zM16 7h-5.37l7.29 7.29L19.55 12z" opacity=".3"/><path fill="currentColor" d="m16 7l3.55 5l-1.63 2.29l1.43 1.43L22 12l-4.37-6.16C17.27 5.33 16.67 5 16 5l-7.37.01l2 1.99zM2 4.03l1.58 1.58C3.22 5.96 3 6.46 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.28 0 .55-.07.79-.18L18.97 21l1.41-1.41L3.41 2.62zm3 3L14.97 17H5z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneLabelOff(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="M5 7.03V17h9.97zM16 7h-5.37l7.29 7.29L19.55 12z" opacity=".3"/><path fill="currentColor" d="m16 7l3.55 5l-1.63 2.29l1.43 1.43L22 12l-4.37-6.16C17.27 5.33 16.67 5 16 5l-7.37.01l2 1.99zM2 4.03l1.58 1.58C3.22 5.96 3 6.46 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.28 0 .55-.07.79-.18L18.97 21l1.41-1.41L3.41 2.62zm3 3L14.97 17H5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 7.03V17h9.97zM16 7h-5.37l7.29 7.29L19.55 12z" opacity=".3"/><path fill="currentColor" d="m16 7l3.55 5l-1.63 2.29l1.43 1.43L22 12l-4.37-6.16C17.27 5.33 16.67 5 16 5l-7.37.01l2 1.99zM2 4.03l1.58 1.58C3.22 5.96 3 6.46 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.28 0 .55-.07.79-.18L18.97 21l1.41-1.41L3.41 2.62zm3 3L14.97 17H5z"/></svg>
</template>

CSS

.icon-twotone-label-off {
  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%22M5%207.03V17h9.97zM16%207h-5.37l7.29%207.29L19.55%2012z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%207l3.55%205l-1.63%202.29l1.43%201.43L22%2012l-4.37-6.16C17.27%205.33%2016.67%205%2016%205l-7.37.01l2%201.99zM2%204.03l1.58%201.58C3.22%205.96%203%206.46%203%207v10c0%201.1.9%201.99%202%201.99L16%2019c.28%200%20.55-.07.79-.18L18.97%2021l1.41-1.41L3.41%202.62zm3%203L14.97%2017H5z%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%22M5%207.03V17h9.97zM16%207h-5.37l7.29%207.29L19.55%2012z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%207l3.55%205l-1.63%202.29l1.43%201.43L22%2012l-4.37-6.16C17.27%205.33%2016.67%205%2016%205l-7.37.01l2%201.99zM2%204.03l1.58%201.58C3.22%205.96%203%206.46%203%207v10c0%201.1.9%201.99%202%201.99L16%2019c.28%200%20.55-.07.79-.18L18.97%2021l1.41-1.41L3.41%202.62zm3%203L14.97%2017H5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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