walkman from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
walkman
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the walkman logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.838 6.377a3.6 3.6 0 0 0-.833.086c-1.696.375-2.56 1.674-2.535 3.027c.022 1.328-.592 2.51-1.911 2.663c-1.28.154-1.861-.835-1.946-2.009c-.083-1.159-.875-2.076-2.099-1.802c-1.044.227-1.785 1.163-1.846 2.339c-.065 1.22-.547 2.24-1.425 2.343c-.841.097-1.261-.933-1.317-1.75c-.054-.803-.453-1.822-1.497-1.59C.446 9.9.017 11.128.001 11.94c-.017.82.333 1.914 1.27 1.853c.726-.048 1.275.636 1.291 1.67c.014 1.008.568 2.16 1.665 2.162c1.16 0 1.799-.982 1.828-2.366c.027-1.2.757-2.06 1.555-2.147c.827-.087 1.588.635 1.674 1.957c.091 1.344.77 2.517 2.568 2.517c1.947 0 2.457-1.477 2.421-2.889c-.036-1.397 1.03-2.367 2.318-2.544c1.404-.192 2.862-1.246 2.687-3.382c-.138-1.701-1.242-2.374-2.44-2.393zm3.999 5.638a4 4 0 0 0-.318.02c-1.6.16-2.762 1.27-2.644 2.893c.12 1.65 1.47 2.679 3.133 2.679c1.769 0 3.165-1.154 2.975-2.992c-.178-1.69-1.571-2.632-3.146-2.6"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsWalkman(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="M16.838 6.377a3.6 3.6 0 0 0-.833.086c-1.696.375-2.56 1.674-2.535 3.027c.022 1.328-.592 2.51-1.911 2.663c-1.28.154-1.861-.835-1.946-2.009c-.083-1.159-.875-2.076-2.099-1.802c-1.044.227-1.785 1.163-1.846 2.339c-.065 1.22-.547 2.24-1.425 2.343c-.841.097-1.261-.933-1.317-1.75c-.054-.803-.453-1.822-1.497-1.59C.446 9.9.017 11.128.001 11.94c-.017.82.333 1.914 1.27 1.853c.726-.048 1.275.636 1.291 1.67c.014 1.008.568 2.16 1.665 2.162c1.16 0 1.799-.982 1.828-2.366c.027-1.2.757-2.06 1.555-2.147c.827-.087 1.588.635 1.674 1.957c.091 1.344.77 2.517 2.568 2.517c1.947 0 2.457-1.477 2.421-2.889c-.036-1.397 1.03-2.367 2.318-2.544c1.404-.192 2.862-1.246 2.687-3.382c-.138-1.701-1.242-2.374-2.44-2.393zm3.999 5.638a4 4 0 0 0-.318.02c-1.6.16-2.762 1.27-2.644 2.893c.12 1.65 1.47 2.679 3.133 2.679c1.769 0 3.165-1.154 2.975-2.992c-.178-1.69-1.571-2.632-3.146-2.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.838 6.377a3.6 3.6 0 0 0-.833.086c-1.696.375-2.56 1.674-2.535 3.027c.022 1.328-.592 2.51-1.911 2.663c-1.28.154-1.861-.835-1.946-2.009c-.083-1.159-.875-2.076-2.099-1.802c-1.044.227-1.785 1.163-1.846 2.339c-.065 1.22-.547 2.24-1.425 2.343c-.841.097-1.261-.933-1.317-1.75c-.054-.803-.453-1.822-1.497-1.59C.446 9.9.017 11.128.001 11.94c-.017.82.333 1.914 1.27 1.853c.726-.048 1.275.636 1.291 1.67c.014 1.008.568 2.16 1.665 2.162c1.16 0 1.799-.982 1.828-2.366c.027-1.2.757-2.06 1.555-2.147c.827-.087 1.588.635 1.674 1.957c.091 1.344.77 2.517 2.568 2.517c1.947 0 2.457-1.477 2.421-2.889c-.036-1.397 1.03-2.367 2.318-2.544c1.404-.192 2.862-1.246 2.687-3.382c-.138-1.701-1.242-2.374-2.44-2.393zm3.999 5.638a4 4 0 0 0-.318.02c-1.6.16-2.762 1.27-2.644 2.893c.12 1.65 1.47 2.679 3.133 2.679c1.769 0 3.165-1.154 2.975-2.992c-.178-1.69-1.571-2.632-3.146-2.6"/></svg>
</template>

CSS

.icon-walkman {
  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%22M16.838%206.377a3.6%203.6%200%200%200-.833.086c-1.696.375-2.56%201.674-2.535%203.027c.022%201.328-.592%202.51-1.911%202.663c-1.28.154-1.861-.835-1.946-2.009c-.083-1.159-.875-2.076-2.099-1.802c-1.044.227-1.785%201.163-1.846%202.339c-.065%201.22-.547%202.24-1.425%202.343c-.841.097-1.261-.933-1.317-1.75c-.054-.803-.453-1.822-1.497-1.59C.446%209.9.017%2011.128.001%2011.94c-.017.82.333%201.914%201.27%201.853c.726-.048%201.275.636%201.291%201.67c.014%201.008.568%202.16%201.665%202.162c1.16%200%201.799-.982%201.828-2.366c.027-1.2.757-2.06%201.555-2.147c.827-.087%201.588.635%201.674%201.957c.091%201.344.77%202.517%202.568%202.517c1.947%200%202.457-1.477%202.421-2.889c-.036-1.397%201.03-2.367%202.318-2.544c1.404-.192%202.862-1.246%202.687-3.382c-.138-1.701-1.242-2.374-2.44-2.393zm3.999%205.638a4%204%200%200%200-.318.02c-1.6.16-2.762%201.27-2.644%202.893c.12%201.65%201.47%202.679%203.133%202.679c1.769%200%203.165-1.154%202.975-2.992c-.178-1.69-1.571-2.632-3.146-2.6%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%22M16.838%206.377a3.6%203.6%200%200%200-.833.086c-1.696.375-2.56%201.674-2.535%203.027c.022%201.328-.592%202.51-1.911%202.663c-1.28.154-1.861-.835-1.946-2.009c-.083-1.159-.875-2.076-2.099-1.802c-1.044.227-1.785%201.163-1.846%202.339c-.065%201.22-.547%202.24-1.425%202.343c-.841.097-1.261-.933-1.317-1.75c-.054-.803-.453-1.822-1.497-1.59C.446%209.9.017%2011.128.001%2011.94c-.017.82.333%201.914%201.27%201.853c.726-.048%201.275.636%201.291%201.67c.014%201.008.568%202.16%201.665%202.162c1.16%200%201.799-.982%201.828-2.366c.027-1.2.757-2.06%201.555-2.147c.827-.087%201.588.635%201.674%201.957c.091%201.344.77%202.517%202.568%202.517c1.947%200%202.457-1.477%202.421-2.889c-.036-1.397%201.03-2.367%202.318-2.544c1.404-.192%202.862-1.246%202.687-3.382c-.138-1.701-1.242-2.374-2.44-2.393zm3.999%205.638a4%204%200%200%200-.318.02c-1.6.16-2.762%201.27-2.644%202.893c.12%201.65%201.47%202.679%203.133%202.679c1.769%200%203.165-1.154%202.975-2.992c-.178-1.69-1.571-2.632-3.146-2.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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