stroke partial icon

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

Name
stroke-partial
Set
Material Symbols
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
stroke-partial-outline, stroke-partial-outline-rounded, stroke-partial-outline-sharp, stroke-partial-rounded, stroke-partial-sharp

The same icon in other sets

More text icons from Material Symbols

Use the stroke partial icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.925 22q-2.075 0-3.9-.788T4.85 19.075T2.713 15.9T1.925 12t.788-3.9T4.85 4.925t3.175-2.137t3.9-.788t3.9.788T19 4.925T21.138 8.1t.787 3.9t-.788 3.9T19 19.075t-3.175 2.138t-3.9.787m6.95-6H9.3l-1 1h9.9q.2-.25.363-.488t.312-.512m1-3h-7.55l-1 1h8.35q.05-.25.1-.488t.1-.512m-.2-3h-4.35l-1 1h5.55q-.05-.275-.1-.513t-.1-.487M18.25 7.1l-.9.9h1.525q-.125-.25-.288-.462T18.25 7.1M5.6 16.9L16.875 5.675q-1.025-.8-2.275-1.237T11.925 4Q8.575 4 6.25 6.325T3.925 12q0 1.4.438 2.638T5.6 16.9m6.325 3.1q1.075 0 2.05-.25t1.85-.75h-7.8q.875.5 1.85.75t2.05.25"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsStrokePartial(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="M11.925 22q-2.075 0-3.9-.788T4.85 19.075T2.713 15.9T1.925 12t.788-3.9T4.85 4.925t3.175-2.137t3.9-.788t3.9.788T19 4.925T21.138 8.1t.787 3.9t-.788 3.9T19 19.075t-3.175 2.138t-3.9.787m6.95-6H9.3l-1 1h9.9q.2-.25.363-.488t.312-.512m1-3h-7.55l-1 1h8.35q.05-.25.1-.488t.1-.512m-.2-3h-4.35l-1 1h5.55q-.05-.275-.1-.513t-.1-.487M18.25 7.1l-.9.9h1.525q-.125-.25-.288-.462T18.25 7.1M5.6 16.9L16.875 5.675q-1.025-.8-2.275-1.237T11.925 4Q8.575 4 6.25 6.325T3.925 12q0 1.4.438 2.638T5.6 16.9m6.325 3.1q1.075 0 2.05-.25t1.85-.75h-7.8q.875.5 1.85.75t2.05.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.925 22q-2.075 0-3.9-.788T4.85 19.075T2.713 15.9T1.925 12t.788-3.9T4.85 4.925t3.175-2.137t3.9-.788t3.9.788T19 4.925T21.138 8.1t.787 3.9t-.788 3.9T19 19.075t-3.175 2.138t-3.9.787m6.95-6H9.3l-1 1h9.9q.2-.25.363-.488t.312-.512m1-3h-7.55l-1 1h8.35q.05-.25.1-.488t.1-.512m-.2-3h-4.35l-1 1h5.55q-.05-.275-.1-.513t-.1-.487M18.25 7.1l-.9.9h1.525q-.125-.25-.288-.462T18.25 7.1M5.6 16.9L16.875 5.675q-1.025-.8-2.275-1.237T11.925 4Q8.575 4 6.25 6.325T3.925 12q0 1.4.438 2.638T5.6 16.9m6.325 3.1q1.075 0 2.05-.25t1.85-.75h-7.8q.875.5 1.85.75t2.05.25"/></svg>
</template>

CSS

.icon-stroke-partial {
  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%22M11.925%2022q-2.075%200-3.9-.788T4.85%2019.075T2.713%2015.9T1.925%2012t.788-3.9T4.85%204.925t3.175-2.137t3.9-.788t3.9.788T19%204.925T21.138%208.1t.787%203.9t-.788%203.9T19%2019.075t-3.175%202.138t-3.9.787m6.95-6H9.3l-1%201h9.9q.2-.25.363-.488t.312-.512m1-3h-7.55l-1%201h8.35q.05-.25.1-.488t.1-.512m-.2-3h-4.35l-1%201h5.55q-.05-.275-.1-.513t-.1-.487M18.25%207.1l-.9.9h1.525q-.125-.25-.288-.462T18.25%207.1M5.6%2016.9L16.875%205.675q-1.025-.8-2.275-1.237T11.925%204Q8.575%204%206.25%206.325T3.925%2012q0%201.4.438%202.638T5.6%2016.9m6.325%203.1q1.075%200%202.05-.25t1.85-.75h-7.8q.875.5%201.85.75t2.05.25%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%22M11.925%2022q-2.075%200-3.9-.788T4.85%2019.075T2.713%2015.9T1.925%2012t.788-3.9T4.85%204.925t3.175-2.137t3.9-.788t3.9.788T19%204.925T21.138%208.1t.787%203.9t-.788%203.9T19%2019.075t-3.175%202.138t-3.9.787m6.95-6H9.3l-1%201h9.9q.2-.25.363-.488t.312-.512m1-3h-7.55l-1%201h8.35q.05-.25.1-.488t.1-.512m-.2-3h-4.35l-1%201h5.55q-.05-.275-.1-.513t-.1-.487M18.25%207.1l-.9.9h1.525q-.125-.25-.288-.462T18.25%207.1M5.6%2016.9L16.875%205.675q-1.025-.8-2.275-1.237T11.925%204Q8.575%204%206.25%206.325T3.925%2012q0%201.4.438%202.638T5.6%2016.9m6.325%203.1q1.075%200%202.05-.25t1.85-.75h-7.8q.875.5%201.85.75t2.05.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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