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

Name
stroke-partial
Set
Material Symbols Light
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 Light

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 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858q-.711-1.642-.711-3.506t.71-3.506t1.927-2.857T8.419 3.71Q10.062 3 11.925 3t3.506.71q1.642.711 2.858 1.927q1.215 1.215 1.925 2.857q.711 1.643.711 3.506t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926q-1.642.711-3.506.711m7.2-5.5H9.089l-2 2h10.65q.43-.442.776-.94q.345-.496.61-1.06m.789-3h-7.8l-2 2h9.407q.165-.48.263-.978q.099-.497.13-1.022m-.393-3h-4.388l-2.02 2h6.8q-.03-.525-.129-1.022q-.098-.497-.263-.978m-1.598-2.784L16.139 8.5h2.986q-.24-.5-.537-.943t-.665-.842M5.927 17.286L17.241 6.02q-1.064-.954-2.42-1.487T11.925 4Q8.575 4 6.25 6.325T3.925 12q0 1.535.534 2.878q.533 1.343 1.468 2.407M11.925 20q1.306 0 2.483-.394q1.177-.395 2.167-1.106h-9.3q.99.712 2.167 1.106t2.483.394"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightStrokePartial(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 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858q-.711-1.642-.711-3.506t.71-3.506t1.927-2.857T8.419 3.71Q10.062 3 11.925 3t3.506.71q1.642.711 2.858 1.927q1.215 1.215 1.925 2.857q.711 1.643.711 3.506t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926q-1.642.711-3.506.711m7.2-5.5H9.089l-2 2h10.65q.43-.442.776-.94q.345-.496.61-1.06m.789-3h-7.8l-2 2h9.407q.165-.48.263-.978q.099-.497.13-1.022m-.393-3h-4.388l-2.02 2h6.8q-.03-.525-.129-1.022q-.098-.497-.263-.978m-1.598-2.784L16.139 8.5h2.986q-.24-.5-.537-.943t-.665-.842M5.927 17.286L17.241 6.02q-1.064-.954-2.42-1.487T11.925 4Q8.575 4 6.25 6.325T3.925 12q0 1.535.534 2.878q.533 1.343 1.468 2.407M11.925 20q1.306 0 2.483-.394q1.177-.395 2.167-1.106h-9.3q.99.712 2.167 1.106t2.483.394"/></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 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858q-.711-1.642-.711-3.506t.71-3.506t1.927-2.857T8.419 3.71Q10.062 3 11.925 3t3.506.71q1.642.711 2.858 1.927q1.215 1.215 1.925 2.857q.711 1.643.711 3.506t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926q-1.642.711-3.506.711m7.2-5.5H9.089l-2 2h10.65q.43-.442.776-.94q.345-.496.61-1.06m.789-3h-7.8l-2 2h9.407q.165-.48.263-.978q.099-.497.13-1.022m-.393-3h-4.388l-2.02 2h6.8q-.03-.525-.129-1.022q-.098-.497-.263-.978m-1.598-2.784L16.139 8.5h2.986q-.24-.5-.537-.943t-.665-.842M5.927 17.286L17.241 6.02q-1.064-.954-2.42-1.487T11.925 4Q8.575 4 6.25 6.325T3.925 12q0 1.535.534 2.878q.533 1.343 1.468 2.407M11.925 20q1.306 0 2.483-.394q1.177-.395 2.167-1.106h-9.3q.99.712 2.167 1.106t2.483.394"/></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%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858q-.711-1.642-.711-3.506t.71-3.506t1.927-2.857T8.419%203.71Q10.062%203%2011.925%203t3.506.71q1.642.711%202.858%201.927q1.215%201.215%201.925%202.857q.711%201.643.711%203.506t-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926q-1.642.711-3.506.711m7.2-5.5H9.089l-2%202h10.65q.43-.442.776-.94q.345-.496.61-1.06m.789-3h-7.8l-2%202h9.407q.165-.48.263-.978q.099-.497.13-1.022m-.393-3h-4.388l-2.02%202h6.8q-.03-.525-.129-1.022q-.098-.497-.263-.978m-1.598-2.784L16.139%208.5h2.986q-.24-.5-.537-.943t-.665-.842M5.927%2017.286L17.241%206.02q-1.064-.954-2.42-1.487T11.925%204Q8.575%204%206.25%206.325T3.925%2012q0%201.535.534%202.878q.533%201.343%201.468%202.407M11.925%2020q1.306%200%202.483-.394q1.177-.395%202.167-1.106h-9.3q.99.712%202.167%201.106t2.483.394%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%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858q-.711-1.642-.711-3.506t.71-3.506t1.927-2.857T8.419%203.71Q10.062%203%2011.925%203t3.506.71q1.642.711%202.858%201.927q1.215%201.215%201.925%202.857q.711%201.643.711%203.506t-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926q-1.642.711-3.506.711m7.2-5.5H9.089l-2%202h10.65q.43-.442.776-.94q.345-.496.61-1.06m.789-3h-7.8l-2%202h9.407q.165-.48.263-.978q.099-.497.13-1.022m-.393-3h-4.388l-2.02%202h6.8q-.03-.525-.129-1.022q-.098-.497-.263-.978m-1.598-2.784L16.139%208.5h2.986q-.24-.5-.537-.943t-.665-.842M5.927%2017.286L17.241%206.02q-1.064-.954-2.42-1.487T11.925%204Q8.575%204%206.25%206.325T3.925%2012q0%201.535.534%202.878q.533%201.343%201.468%202.407M11.925%2020q1.306%200%202.483-.394q1.177-.395%202.167-1.106h-9.3q.99.712%202.167%201.106t2.483.394%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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