shaver from IconPark by ByteDance · Color · Hardware · Apache-2.0 Free for personal and commercial use.

Name
shaver
Set
IconPark
Style
Color
Category
Hardware
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hardware icons from IconPark

Use the shaver icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M20.7847 18.7299C21.0654 18.4492 21.5205 18.4492 21.8012 18.7299L29.27 26.1987C29.5507 26.4794 29.5507 26.9345 29.27 27.2152L17.7574 38.7278C15.4143 41.0709 11.6153 41.0709 9.27215 38.7278C6.92901 36.3846 6.92901 32.5856 9.27215 30.2425L20.7847 18.7299Z"/><path stroke="#000" d="M42.5813 22.389C42.9302 22.04 42.9302 21.4742 42.5813 21.1252L26.8745 5.4184C26.5255 5.06942 25.9597 5.06942 25.6107 5.4184L24.8284 6.20073C20.1421 10.887 20.1421 18.485 24.8284 23.1713V23.1713C29.5146 27.8576 37.1126 27.8576 41.7989 23.1713L42.5813 22.389Z"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="M19.8787 28.1211L18.4644 29.5353"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M27.657 17.5146L30.4854 20.3431"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkShaver(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M20.7847 18.7299C21.0654 18.4492 21.5205 18.4492 21.8012 18.7299L29.27 26.1987C29.5507 26.4794 29.5507 26.9345 29.27 27.2152L17.7574 38.7278C15.4143 41.0709 11.6153 41.0709 9.27215 38.7278C6.92901 36.3846 6.92901 32.5856 9.27215 30.2425L20.7847 18.7299Z"/><path stroke="#000" d="M42.5813 22.389C42.9302 22.04 42.9302 21.4742 42.5813 21.1252L26.8745 5.4184C26.5255 5.06942 25.9597 5.06942 25.6107 5.4184L24.8284 6.20073C20.1421 10.887 20.1421 18.485 24.8284 23.1713V23.1713C29.5146 27.8576 37.1126 27.8576 41.7989 23.1713L42.5813 22.389Z"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" d="M19.8787 28.1211L18.4644 29.5353"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" d="M27.657 17.5146L30.4854 20.3431"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M20.7847 18.7299C21.0654 18.4492 21.5205 18.4492 21.8012 18.7299L29.27 26.1987C29.5507 26.4794 29.5507 26.9345 29.27 27.2152L17.7574 38.7278C15.4143 41.0709 11.6153 41.0709 9.27215 38.7278C6.92901 36.3846 6.92901 32.5856 9.27215 30.2425L20.7847 18.7299Z"/><path stroke="#000" d="M42.5813 22.389C42.9302 22.04 42.9302 21.4742 42.5813 21.1252L26.8745 5.4184C26.5255 5.06942 25.9597 5.06942 25.6107 5.4184L24.8284 6.20073C20.1421 10.887 20.1421 18.485 24.8284 23.1713V23.1713C29.5146 27.8576 37.1126 27.8576 41.7989 23.1713L42.5813 22.389Z"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" d="M19.8787 28.1211L18.4644 29.5353"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M27.657 17.5146L30.4854 20.3431"/></g></svg>
</template>

CSS

.icon-shaver {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M20.7847%2018.7299C21.0654%2018.4492%2021.5205%2018.4492%2021.8012%2018.7299L29.27%2026.1987C29.5507%2026.4794%2029.5507%2026.9345%2029.27%2027.2152L17.7574%2038.7278C15.4143%2041.0709%2011.6153%2041.0709%209.27215%2038.7278C6.92901%2036.3846%206.92901%2032.5856%209.27215%2030.2425L20.7847%2018.7299Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M42.5813%2022.389C42.9302%2022.04%2042.9302%2021.4742%2042.5813%2021.1252L26.8745%205.4184C26.5255%205.06942%2025.9597%205.06942%2025.6107%205.4184L24.8284%206.20073C20.1421%2010.887%2020.1421%2018.485%2024.8284%2023.1713V23.1713C29.5146%2027.8576%2037.1126%2027.8576%2041.7989%2023.1713L42.5813%2022.389Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.8787%2028.1211L18.4644%2029.5353%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M27.657%2017.5146L30.4854%2020.3431%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M20.7847%2018.7299C21.0654%2018.4492%2021.5205%2018.4492%2021.8012%2018.7299L29.27%2026.1987C29.5507%2026.4794%2029.5507%2026.9345%2029.27%2027.2152L17.7574%2038.7278C15.4143%2041.0709%2011.6153%2041.0709%209.27215%2038.7278C6.92901%2036.3846%206.92901%2032.5856%209.27215%2030.2425L20.7847%2018.7299Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M42.5813%2022.389C42.9302%2022.04%2042.9302%2021.4742%2042.5813%2021.1252L26.8745%205.4184C26.5255%205.06942%2025.9597%205.06942%2025.6107%205.4184L24.8284%206.20073C20.1421%2010.887%2020.1421%2018.485%2024.8284%2023.1713V23.1713C29.5146%2027.8576%2037.1126%2027.8576%2041.7989%2023.1713L42.5813%2022.389Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.8787%2028.1211L18.4644%2029.5353%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M27.657%2017.5146L30.4854%2020.3431%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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