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

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

The same icon in other sets

More text icons from Material Symbols Light

Use the stroke full 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.711m1.371-1.133q2.508-.402 4.301-2.195t2.195-4.3zm-9.232-9.313l6.415-6.415q-2.483.42-4.238 2.177q-1.756 1.755-2.177 4.238m.284 4.035l10.166-10.16q-.57-.21-1.187-.308t-1.25-.11l-8.14 8.141q.011.633.116 1.25t.295 1.187m1.579 2.696L17.21 5.977q-.373-.342-.807-.617t-.909-.516L4.77 15.57q.24.475.525.909t.633.807m2.429 1.87L19.075 8.412q-.24-.474-.525-.898t-.627-.797L6.641 18.023q.373.343.806.618t.909.515m3.417.833l8.14-8.141q-.011-.632-.11-1.25q-.097-.617-.307-1.186l-10.16 10.16q.57.209 1.187.307t1.25.11"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightStrokeFull(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.711m1.371-1.133q2.508-.402 4.301-2.195t2.195-4.3zm-9.232-9.313l6.415-6.415q-2.483.42-4.238 2.177q-1.756 1.755-2.177 4.238m.284 4.035l10.166-10.16q-.57-.21-1.187-.308t-1.25-.11l-8.14 8.141q.011.633.116 1.25t.295 1.187m1.579 2.696L17.21 5.977q-.373-.342-.807-.617t-.909-.516L4.77 15.57q.24.475.525.909t.633.807m2.429 1.87L19.075 8.412q-.24-.474-.525-.898t-.627-.797L6.641 18.023q.373.343.806.618t.909.515m3.417.833l8.14-8.141q-.011-.632-.11-1.25q-.097-.617-.307-1.186l-10.16 10.16q.57.209 1.187.307t1.25.11"/></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.711m1.371-1.133q2.508-.402 4.301-2.195t2.195-4.3zm-9.232-9.313l6.415-6.415q-2.483.42-4.238 2.177q-1.756 1.755-2.177 4.238m.284 4.035l10.166-10.16q-.57-.21-1.187-.308t-1.25-.11l-8.14 8.141q.011.633.116 1.25t.295 1.187m1.579 2.696L17.21 5.977q-.373-.342-.807-.617t-.909-.516L4.77 15.57q.24.475.525.909t.633.807m2.429 1.87L19.075 8.412q-.24-.474-.525-.898t-.627-.797L6.641 18.023q.373.343.806.618t.909.515m3.417.833l8.14-8.141q-.011-.632-.11-1.25q-.097-.617-.307-1.186l-10.16 10.16q.57.209 1.187.307t1.25.11"/></svg>
</template>

CSS

.icon-stroke-full {
  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.711m1.371-1.133q2.508-.402%204.301-2.195t2.195-4.3zm-9.232-9.313l6.415-6.415q-2.483.42-4.238%202.177q-1.756%201.755-2.177%204.238m.284%204.035l10.166-10.16q-.57-.21-1.187-.308t-1.25-.11l-8.14%208.141q.011.633.116%201.25t.295%201.187m1.579%202.696L17.21%205.977q-.373-.342-.807-.617t-.909-.516L4.77%2015.57q.24.475.525.909t.633.807m2.429%201.87L19.075%208.412q-.24-.474-.525-.898t-.627-.797L6.641%2018.023q.373.343.806.618t.909.515m3.417.833l8.14-8.141q-.011-.632-.11-1.25q-.097-.617-.307-1.186l-10.16%2010.16q.57.209%201.187.307t1.25.11%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.711m1.371-1.133q2.508-.402%204.301-2.195t2.195-4.3zm-9.232-9.313l6.415-6.415q-2.483.42-4.238%202.177q-1.756%201.755-2.177%204.238m.284%204.035l10.166-10.16q-.57-.21-1.187-.308t-1.25-.11l-8.14%208.141q.011.633.116%201.25t.295%201.187m1.579%202.696L17.21%205.977q-.373-.342-.807-.617t-.909-.516L4.77%2015.57q.24.475.525.909t.633.807m2.429%201.87L19.075%208.412q-.24-.474-.525-.898t-.627-.797L6.641%2018.023q.373.343.806.618t.909.515m3.417.833l8.14-8.141q-.011-.632-.11-1.25q-.097-.617-.307-1.186l-10.16%2010.16q.57.209%201.187.307t1.25.11%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-full.svg?color=%231a73e8&size=48