ipod from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ipod
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

The same icon in other sets

Use the ipod icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 311c-17.7 0-32 14.3-32 32 0 17.6 14.3 32 32 32 17.6 0 32-14.3 32-32s-14.3-32-32-32z" fill="currentColor"/><path d="M340.4 64H171.6C156.4 64 144 76.2 144 91.7v328.7c0 15.5 12.4 27.7 27.6 27.7h168.8c15.2 0 27.6-12.2 27.6-27.7V91.7c0-15.5-12.4-27.7-27.6-27.7zm-84.3 352.1c-39.8 0-72.1-32.2-72.1-72 0-39.7 32.3-72 72.1-72 39.7 0 71.9 32.3 71.9 72 0 39.8-32.2 72-71.9 72zm79.8-189.3c-.8 7.6-7 13.2-14.7 13.2h-131c-8.2 0-14.2-6.2-14.2-14.6V110.9c0-7.5 5-13.7 12-14.9h135.8c6.5 1.2 11.5 6.6 12.2 13.3l-.1 117.5z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIpod(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 311c-17.7 0-32 14.3-32 32 0 17.6 14.3 32 32 32 17.6 0 32-14.3 32-32s-14.3-32-32-32z" fill="currentColor"/><path d="M340.4 64H171.6C156.4 64 144 76.2 144 91.7v328.7c0 15.5 12.4 27.7 27.6 27.7h168.8c15.2 0 27.6-12.2 27.6-27.7V91.7c0-15.5-12.4-27.7-27.6-27.7zm-84.3 352.1c-39.8 0-72.1-32.2-72.1-72 0-39.7 32.3-72 72.1-72 39.7 0 71.9 32.3 71.9 72 0 39.8-32.2 72-71.9 72zm79.8-189.3c-.8 7.6-7 13.2-14.7 13.2h-131c-8.2 0-14.2-6.2-14.2-14.6V110.9c0-7.5 5-13.7 12-14.9h135.8c6.5 1.2 11.5 6.6 12.2 13.3l-.1 117.5z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 311c-17.7 0-32 14.3-32 32 0 17.6 14.3 32 32 32 17.6 0 32-14.3 32-32s-14.3-32-32-32z" fill="currentColor"/><path d="M340.4 64H171.6C156.4 64 144 76.2 144 91.7v328.7c0 15.5 12.4 27.7 27.6 27.7h168.8c15.2 0 27.6-12.2 27.6-27.7V91.7c0-15.5-12.4-27.7-27.6-27.7zm-84.3 352.1c-39.8 0-72.1-32.2-72.1-72 0-39.7 32.3-72 72.1-72 39.7 0 71.9 32.3 71.9 72 0 39.8-32.2 72-71.9 72zm79.8-189.3c-.8 7.6-7 13.2-14.7 13.2h-131c-8.2 0-14.2-6.2-14.2-14.6V110.9c0-7.5 5-13.7 12-14.9h135.8c6.5 1.2 11.5 6.6 12.2 13.3l-.1 117.5z" fill="currentColor"/></svg>
</template>

CSS

.icon-ipod {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M256%20311c-17.7%200-32%2014.3-32%2032%200%2017.6%2014.3%2032%2032%2032%2017.6%200%2032-14.3%2032-32s-14.3-32-32-32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M340.4%2064H171.6C156.4%2064%20144%2076.2%20144%2091.7v328.7c0%2015.5%2012.4%2027.7%2027.6%2027.7h168.8c15.2%200%2027.6-12.2%2027.6-27.7V91.7c0-15.5-12.4-27.7-27.6-27.7zm-84.3%20352.1c-39.8%200-72.1-32.2-72.1-72%200-39.7%2032.3-72%2072.1-72%2039.7%200%2071.9%2032.3%2071.9%2072%200%2039.8-32.2%2072-71.9%2072zm79.8-189.3c-.8%207.6-7%2013.2-14.7%2013.2h-131c-8.2%200-14.2-6.2-14.2-14.6V110.9c0-7.5%205-13.7%2012-14.9h135.8c6.5%201.2%2011.5%206.6%2012.2%2013.3l-.1%20117.5z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M256%20311c-17.7%200-32%2014.3-32%2032%200%2017.6%2014.3%2032%2032%2032%2017.6%200%2032-14.3%2032-32s-14.3-32-32-32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M340.4%2064H171.6C156.4%2064%20144%2076.2%20144%2091.7v328.7c0%2015.5%2012.4%2027.7%2027.6%2027.7h168.8c15.2%200%2027.6-12.2%2027.6-27.7V91.7c0-15.5-12.4-27.7-27.6-27.7zm-84.3%20352.1c-39.8%200-72.1-32.2-72.1-72%200-39.7%2032.3-72%2072.1-72%2039.7%200%2071.9%2032.3%2071.9%2072%200%2039.8-32.2%2072-71.9%2072zm79.8-189.3c-.8%207.6-7%2013.2-14.7%2013.2h-131c-8.2%200-14.2-6.2-14.2-14.6V110.9c0-7.5%205-13.7%2012-14.9h135.8c6.5%201.2%2011.5%206.6%2012.2%2013.3l-.1%20117.5z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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