round low priority icon

round-low-priority from Google Material Icons by Material Design Authors · Baseline · Content · Apache-2.0 Free for personal and commercial use.

Name
round-low-priority
Set
Google Material Icons
Style
Baseline
Category
Content
Viewbox
24×24
License
Apache 2.0

More content icons from Google Material Icons

Use the round 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="M15 5h6c.55 0 1 .45 1 1s-.45 1-1 1h-6c-.55 0-1-.45-1-1s.45-1 1-1m0 5.5h6c.55 0 1 .45 1 1s-.45 1-1 1h-6c-.55 0-1-.45-1-1s.45-1 1-1m0 5.5h6c.55 0 1 .45 1 1s-.45 1-1 1h-6c-.55 0-1-.45-1-1s.45-1 1-1m-5.15 3.15l1.79-1.79c.2-.2.2-.51 0-.71l-1.79-1.79a.495.495 0 0 0-.85.35v3.59c0 .44.54.66.85.35M9 16h-.3c-2.35 0-4.45-1.71-4.68-4.05A4.51 4.51 0 0 1 8.5 7H11c.55 0 1-.45 1-1s-.45-1-1-1H8.5c-3.86 0-6.96 3.4-6.44 7.36C2.48 15.64 5.43 18 8.73 18H9"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundLowPriority(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="M15 5h6c.55 0 1 .45 1 1s-.45 1-1 1h-6c-.55 0-1-.45-1-1s.45-1 1-1m0 5.5h6c.55 0 1 .45 1 1s-.45 1-1 1h-6c-.55 0-1-.45-1-1s.45-1 1-1m0 5.5h6c.55 0 1 .45 1 1s-.45 1-1 1h-6c-.55 0-1-.45-1-1s.45-1 1-1m-5.15 3.15l1.79-1.79c.2-.2.2-.51 0-.71l-1.79-1.79a.495.495 0 0 0-.85.35v3.59c0 .44.54.66.85.35M9 16h-.3c-2.35 0-4.45-1.71-4.68-4.05A4.51 4.51 0 0 1 8.5 7H11c.55 0 1-.45 1-1s-.45-1-1-1H8.5c-3.86 0-6.96 3.4-6.44 7.36C2.48 15.64 5.43 18 8.73 18H9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 5h6c.55 0 1 .45 1 1s-.45 1-1 1h-6c-.55 0-1-.45-1-1s.45-1 1-1m0 5.5h6c.55 0 1 .45 1 1s-.45 1-1 1h-6c-.55 0-1-.45-1-1s.45-1 1-1m0 5.5h6c.55 0 1 .45 1 1s-.45 1-1 1h-6c-.55 0-1-.45-1-1s.45-1 1-1m-5.15 3.15l1.79-1.79c.2-.2.2-.51 0-.71l-1.79-1.79a.495.495 0 0 0-.85.35v3.59c0 .44.54.66.85.35M9 16h-.3c-2.35 0-4.45-1.71-4.68-4.05A4.51 4.51 0 0 1 8.5 7H11c.55 0 1-.45 1-1s-.45-1-1-1H8.5c-3.86 0-6.96 3.4-6.44 7.36C2.48 15.64 5.43 18 8.73 18H9"/></svg>
</template>

CSS

.icon-round-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%22M15%205h6c.55%200%201%20.45%201%201s-.45%201-1%201h-6c-.55%200-1-.45-1-1s.45-1%201-1m0%205.5h6c.55%200%201%20.45%201%201s-.45%201-1%201h-6c-.55%200-1-.45-1-1s.45-1%201-1m0%205.5h6c.55%200%201%20.45%201%201s-.45%201-1%201h-6c-.55%200-1-.45-1-1s.45-1%201-1m-5.15%203.15l1.79-1.79c.2-.2.2-.51%200-.71l-1.79-1.79a.495.495%200%200%200-.85.35v3.59c0%20.44.54.66.85.35M9%2016h-.3c-2.35%200-4.45-1.71-4.68-4.05A4.51%204.51%200%200%201%208.5%207H11c.55%200%201-.45%201-1s-.45-1-1-1H8.5c-3.86%200-6.96%203.4-6.44%207.36C2.48%2015.64%205.43%2018%208.73%2018H9%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%22M15%205h6c.55%200%201%20.45%201%201s-.45%201-1%201h-6c-.55%200-1-.45-1-1s.45-1%201-1m0%205.5h6c.55%200%201%20.45%201%201s-.45%201-1%201h-6c-.55%200-1-.45-1-1s.45-1%201-1m0%205.5h6c.55%200%201%20.45%201%201s-.45%201-1%201h-6c-.55%200-1-.45-1-1s.45-1%201-1m-5.15%203.15l1.79-1.79c.2-.2.2-.51%200-.71l-1.79-1.79a.495.495%200%200%200-.85.35v3.59c0%20.44.54.66.85.35M9%2016h-.3c-2.35%200-4.45-1.71-4.68-4.05A4.51%204.51%200%200%201%208.5%207H11c.55%200%201-.45%201-1s-.45-1-1-1H8.5c-3.86%200-6.96%203.4-6.44%207.36C2.48%2015.64%205.43%2018%208.73%2018H9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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