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

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

3 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

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="M5.021 19.923q-.429.087-.73-.214q-.3-.301-.214-.73l.673-3.256l3.527 3.527zm3.256-.673L4.75 15.723L15.739 4.734q.459-.459 1.136-.459t1.137.46l1.254 1.254q.459.459.459 1.136t-.46 1.137zm8.175-13.808l-10.1 10.081l2.125 2.125l10.08-10.1q.174-.173.174-.432q0-.26-.173-.433l-1.24-1.24q-.174-.174-.434-.174q-.259 0-.432.173"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightStylusOutline(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="M5.021 19.923q-.429.087-.73-.214q-.3-.301-.214-.73l.673-3.256l3.527 3.527zm3.256-.673L4.75 15.723L15.739 4.734q.459-.459 1.136-.459t1.137.46l1.254 1.254q.459.459.459 1.136t-.46 1.137zm8.175-13.808l-10.1 10.081l2.125 2.125l10.08-10.1q.174-.173.174-.432q0-.26-.173-.433l-1.24-1.24q-.174-.174-.434-.174q-.259 0-.432.173"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.021 19.923q-.429.087-.73-.214q-.3-.301-.214-.73l.673-3.256l3.527 3.527zm3.256-.673L4.75 15.723L15.739 4.734q.459-.459 1.136-.459t1.137.46l1.254 1.254q.459.459.459 1.136t-.46 1.137zm8.175-13.808l-10.1 10.081l2.125 2.125l10.08-10.1q.174-.173.174-.432q0-.26-.173-.433l-1.24-1.24q-.174-.174-.434-.174q-.259 0-.432.173"/></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%22M5.021%2019.923q-.429.087-.73-.214q-.3-.301-.214-.73l.673-3.256l3.527%203.527zm3.256-.673L4.75%2015.723L15.739%204.734q.459-.459%201.136-.459t1.137.46l1.254%201.254q.459.459.459%201.136t-.46%201.137zm8.175-13.808l-10.1%2010.081l2.125%202.125l10.08-10.1q.174-.173.174-.432q0-.26-.173-.433l-1.24-1.24q-.174-.174-.434-.174q-.259%200-.432.173%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%22M5.021%2019.923q-.429.087-.73-.214q-.3-.301-.214-.73l.673-3.256l3.527%203.527zm3.256-.673L4.75%2015.723L15.739%204.734q.459-.459%201.136-.459t1.137.46l1.254%201.254q.459.459.459%201.136t-.46%201.137zm8.175-13.808l-10.1%2010.081l2.125%202.125l10.08-10.1q.174-.173.174-.432q0-.26-.173-.433l-1.24-1.24q-.174-.174-.434-.174q-.259%200-.432.173%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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