stylus-outline from Material Symbols by Google · Outline · Android · Apache-2.0 Free for personal and commercial use.

Name
stylus-outline
Set
Material Symbols
Style
Outline
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
stylus-outline-rounded

3 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the stylus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.175 21q-.525.125-.913-.262T3 19.825l1-4.775L8.95 20zm4.775-1L4 15.05L15.45 3.6q.575-.575 1.425-.575T18.3 3.6l2.1 2.1q.575.575.575 1.425T20.4 8.55zm7.925-15L6.525 15.35l2.125 2.125L19 7.125z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsStylusOutline(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="M4.175 21q-.525.125-.913-.262T3 19.825l1-4.775L8.95 20zm4.775-1L4 15.05L15.45 3.6q.575-.575 1.425-.575T18.3 3.6l2.1 2.1q.575.575.575 1.425T20.4 8.55zm7.925-15L6.525 15.35l2.125 2.125L19 7.125z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.175 21q-.525.125-.913-.262T3 19.825l1-4.775L8.95 20zm4.775-1L4 15.05L15.45 3.6q.575-.575 1.425-.575T18.3 3.6l2.1 2.1q.575.575.575 1.425T20.4 8.55zm7.925-15L6.525 15.35l2.125 2.125L19 7.125z"/></svg>
</template>

CSS

.icon-stylus-outline {
  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%22M4.175%2021q-.525.125-.913-.262T3%2019.825l1-4.775L8.95%2020zm4.775-1L4%2015.05L15.45%203.6q.575-.575%201.425-.575T18.3%203.6l2.1%202.1q.575.575.575%201.425T20.4%208.55zm7.925-15L6.525%2015.35l2.125%202.125L19%207.125z%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%22M4.175%2021q-.525.125-.913-.262T3%2019.825l1-4.775L8.95%2020zm4.775-1L4%2015.05L15.45%203.6q.575-.575%201.425-.575T18.3%203.6l2.1%202.1q.575.575.575%201.425T20.4%208.55zm7.925-15L6.525%2015.35l2.125%202.125L19%207.125z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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