low-priority from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
low-priority
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
low-priority-outline, low-priority-outline-sharp, low-priority-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the low priority icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 11.744q0 1.968 1.332 3.339t3.28 1.406h1.134l-1.742-1.762l.708-.708L11.673 17l-2.962 3l-.707-.708L9.758 17.5H8.623q-2.356-.034-3.99-1.708Q3 14.12 3 11.75q0-2.398 1.657-4.074T8.692 6h3v1h-3Q6.74 7 5.37 8.377T4 11.744M14.077 17.5v-1H21v1zm0-5.25v-1H21v1zm0-5.25V6H21v1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLowPriority(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="M4 11.744q0 1.968 1.332 3.339t3.28 1.406h1.134l-1.742-1.762l.708-.708L11.673 17l-2.962 3l-.707-.708L9.758 17.5H8.623q-2.356-.034-3.99-1.708Q3 14.12 3 11.75q0-2.398 1.657-4.074T8.692 6h3v1h-3Q6.74 7 5.37 8.377T4 11.744M14.077 17.5v-1H21v1zm0-5.25v-1H21v1zm0-5.25V6H21v1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 11.744q0 1.968 1.332 3.339t3.28 1.406h1.134l-1.742-1.762l.708-.708L11.673 17l-2.962 3l-.707-.708L9.758 17.5H8.623q-2.356-.034-3.99-1.708Q3 14.12 3 11.75q0-2.398 1.657-4.074T8.692 6h3v1h-3Q6.74 7 5.37 8.377T4 11.744M14.077 17.5v-1H21v1zm0-5.25v-1H21v1zm0-5.25V6H21v1z"/></svg>
</template>

CSS

.icon-low-priority {
  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%22M4%2011.744q0%201.968%201.332%203.339t3.28%201.406h1.134l-1.742-1.762l.708-.708L11.673%2017l-2.962%203l-.707-.708L9.758%2017.5H8.623q-2.356-.034-3.99-1.708Q3%2014.12%203%2011.75q0-2.398%201.657-4.074T8.692%206h3v1h-3Q6.74%207%205.37%208.377T4%2011.744M14.077%2017.5v-1H21v1zm0-5.25v-1H21v1zm0-5.25V6H21v1z%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%22M4%2011.744q0%201.968%201.332%203.339t3.28%201.406h1.134l-1.742-1.762l.708-.708L11.673%2017l-2.962%203l-.707-.708L9.758%2017.5H8.623q-2.356-.034-3.99-1.708Q3%2014.12%203%2011.75q0-2.398%201.657-4.074T8.692%206h3v1h-3Q6.74%207%205.37%208.377T4%2011.744M14.077%2017.5v-1H21v1zm0-5.25v-1H21v1zm0-5.25V6H21v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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