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

Name
low-priority
Set
Material Symbols
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

The same icon in other sets

More text icons from Material Symbols

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.475q0 1.775 1.188 3.05T8.15 15.95L6.6 14.4L8 13l4 4l-4 4l-1.4-1.4L8.2 18q-2.625-.15-4.413-2.025T2 11.5q0-2.725 1.888-4.612T8.5 5H12v2H8.5Q6.625 7 5.313 8.3T4 11.475M14 18v-2h8v2zm0-5.5v-2h8v2zM14 7V5h8v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLowPriority(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.475q0 1.775 1.188 3.05T8.15 15.95L6.6 14.4L8 13l4 4l-4 4l-1.4-1.4L8.2 18q-2.625-.15-4.413-2.025T2 11.5q0-2.725 1.888-4.612T8.5 5H12v2H8.5Q6.625 7 5.313 8.3T4 11.475M14 18v-2h8v2zm0-5.5v-2h8v2zM14 7V5h8v2z"/></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.475q0 1.775 1.188 3.05T8.15 15.95L6.6 14.4L8 13l4 4l-4 4l-1.4-1.4L8.2 18q-2.625-.15-4.413-2.025T2 11.5q0-2.725 1.888-4.612T8.5 5H12v2H8.5Q6.625 7 5.313 8.3T4 11.475M14 18v-2h8v2zm0-5.5v-2h8v2zM14 7V5h8v2z"/></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.475q0%201.775%201.188%203.05T8.15%2015.95L6.6%2014.4L8%2013l4%204l-4%204l-1.4-1.4L8.2%2018q-2.625-.15-4.413-2.025T2%2011.5q0-2.725%201.888-4.612T8.5%205H12v2H8.5Q6.625%207%205.313%208.3T4%2011.475M14%2018v-2h8v2zm0-5.5v-2h8v2zM14%207V5h8v2z%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.475q0%201.775%201.188%203.05T8.15%2015.95L6.6%2014.4L8%2013l4%204l-4%204l-1.4-1.4L8.2%2018q-2.625-.15-4.413-2.025T2%2011.5q0-2.725%201.888-4.612T8.5%205H12v2H8.5Q6.625%207%205.313%208.3T4%2011.475M14%2018v-2h8v2zm0-5.5v-2h8v2zM14%207V5h8v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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