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

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

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 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.787m2.275-2.325q1.95-.575 3.388-2.013t2.012-3.387zM4.275 9.65l5.3-5.3Q7.65 4.925 6.25 6.325T4.275 9.65m-.1 4.4l9.8-9.775q-.3-.075-.6-.125t-.625-.1l-8.775 8.775q.05.325.087.625t.113.6M5.6 16.9L16.825 5.65q-.2-.15-.412-.3t-.438-.275L5 16.05q.125.225.275.438t.325.412m2.275 2.025L18.825 7.95q-.125-.225-.275-.438t-.3-.412L7.025 18.35q.2.15.413.3t.437.275M11.1 19.95l8.775-8.775q-.05-.325-.1-.625t-.125-.6l-9.775 9.775q.3.075.6.125t.625.1"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsStrokeFull(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.787m2.275-2.325q1.95-.575 3.388-2.013t2.012-3.387zM4.275 9.65l5.3-5.3Q7.65 4.925 6.25 6.325T4.275 9.65m-.1 4.4l9.8-9.775q-.3-.075-.6-.125t-.625-.1l-8.775 8.775q.05.325.087.625t.113.6M5.6 16.9L16.825 5.65q-.2-.15-.412-.3t-.438-.275L5 16.05q.125.225.275.438t.325.412m2.275 2.025L18.825 7.95q-.125-.225-.275-.438t-.3-.412L7.025 18.35q.2.15.413.3t.437.275M11.1 19.95l8.775-8.775q-.05-.325-.1-.625t-.125-.6l-9.775 9.775q.3.075.6.125t.625.1"/></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.787m2.275-2.325q1.95-.575 3.388-2.013t2.012-3.387zM4.275 9.65l5.3-5.3Q7.65 4.925 6.25 6.325T4.275 9.65m-.1 4.4l9.8-9.775q-.3-.075-.6-.125t-.625-.1l-8.775 8.775q.05.325.087.625t.113.6M5.6 16.9L16.825 5.65q-.2-.15-.412-.3t-.438-.275L5 16.05q.125.225.275.438t.325.412m2.275 2.025L18.825 7.95q-.125-.225-.275-.438t-.3-.412L7.025 18.35q.2.15.413.3t.437.275M11.1 19.95l8.775-8.775q-.05-.325-.1-.625t-.125-.6l-9.775 9.775q.3.075.6.125t.625.1"/></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%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.787m2.275-2.325q1.95-.575%203.388-2.013t2.012-3.387zM4.275%209.65l5.3-5.3Q7.65%204.925%206.25%206.325T4.275%209.65m-.1%204.4l9.8-9.775q-.3-.075-.6-.125t-.625-.1l-8.775%208.775q.05.325.087.625t.113.6M5.6%2016.9L16.825%205.65q-.2-.15-.412-.3t-.438-.275L5%2016.05q.125.225.275.438t.325.412m2.275%202.025L18.825%207.95q-.125-.225-.275-.438t-.3-.412L7.025%2018.35q.2.15.413.3t.437.275M11.1%2019.95l8.775-8.775q-.05-.325-.1-.625t-.125-.6l-9.775%209.775q.3.075.6.125t.625.1%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.787m2.275-2.325q1.95-.575%203.388-2.013t2.012-3.387zM4.275%209.65l5.3-5.3Q7.65%204.925%206.25%206.325T4.275%209.65m-.1%204.4l9.8-9.775q-.3-.075-.6-.125t-.625-.1l-8.775%208.775q.05.325.087.625t.113.6M5.6%2016.9L16.825%205.65q-.2-.15-.412-.3t-.438-.275L5%2016.05q.125.225.275.438t.325.412m2.275%202.025L18.825%207.95q-.125-.225-.275-.438t-.3-.412L7.025%2018.35q.2.15.413.3t.437.275M11.1%2019.95l8.775-8.775q-.05-.325-.1-.625t-.125-.6l-9.775%209.775q.3.075.6.125t.625.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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