round-podcasts from Google Material Icons by Material Design Authors · Baseline · Search · Apache-2.0 Free for personal and commercial use.

Name
round-podcasts
Set
Google Material Icons
Style
Baseline
Category
Search
Viewbox
24×24
License
Apache 2.0

More search icons from Google Material Icons

Use the round podcasts icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 12c0 .74-.4 1.38-1 1.72V21c0 .55-.45 1-1 1s-1-.45-1-1v-7.28c-.6-.35-1-.98-1-1.72c0-1.1.9-2 2-2s2 .9 2 2m-3.25-5.87c-2.27.46-4.12 2.28-4.61 4.55c-.4 1.86.07 3.62 1.08 4.94c.35.45 1.03.47 1.43.07l.07-.07c.34-.34.34-.87.06-1.25c-.68-.9-.98-2.1-.66-3.37c.35-1.42 1.52-2.57 2.95-2.88A3.99 3.99 0 0 1 16 12c0 .87-.28 1.67-.76 2.32c-.3.41-.29.97.07 1.33c.44.44 1.17.37 1.54-.14c.72-.98 1.15-2.2 1.15-3.51c0-3.72-3.39-6.65-7.25-5.87m.08-4.06c-4.53.51-8.22 4.18-8.76 8.71c-.35 2.95.59 5.67 2.32 7.7c.37.43 1.03.46 1.43.06l.05-.05c.35-.35.38-.92.05-1.3a7.97 7.97 0 0 1-1.7-7.06c.7-3.01 3.18-5.39 6.22-5.97C15.53 3.18 20 7.08 20 12c0 1.96-.72 3.76-1.9 5.16a1 1 0 0 0 .05 1.35c.42.42 1.11.39 1.49-.07A9.93 9.93 0 0 0 22 12c0-5.91-5.13-10.62-11.17-9.93"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundPodcasts(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="M14 12c0 .74-.4 1.38-1 1.72V21c0 .55-.45 1-1 1s-1-.45-1-1v-7.28c-.6-.35-1-.98-1-1.72c0-1.1.9-2 2-2s2 .9 2 2m-3.25-5.87c-2.27.46-4.12 2.28-4.61 4.55c-.4 1.86.07 3.62 1.08 4.94c.35.45 1.03.47 1.43.07l.07-.07c.34-.34.34-.87.06-1.25c-.68-.9-.98-2.1-.66-3.37c.35-1.42 1.52-2.57 2.95-2.88A3.99 3.99 0 0 1 16 12c0 .87-.28 1.67-.76 2.32c-.3.41-.29.97.07 1.33c.44.44 1.17.37 1.54-.14c.72-.98 1.15-2.2 1.15-3.51c0-3.72-3.39-6.65-7.25-5.87m.08-4.06c-4.53.51-8.22 4.18-8.76 8.71c-.35 2.95.59 5.67 2.32 7.7c.37.43 1.03.46 1.43.06l.05-.05c.35-.35.38-.92.05-1.3a7.97 7.97 0 0 1-1.7-7.06c.7-3.01 3.18-5.39 6.22-5.97C15.53 3.18 20 7.08 20 12c0 1.96-.72 3.76-1.9 5.16a1 1 0 0 0 .05 1.35c.42.42 1.11.39 1.49-.07A9.93 9.93 0 0 0 22 12c0-5.91-5.13-10.62-11.17-9.93"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 12c0 .74-.4 1.38-1 1.72V21c0 .55-.45 1-1 1s-1-.45-1-1v-7.28c-.6-.35-1-.98-1-1.72c0-1.1.9-2 2-2s2 .9 2 2m-3.25-5.87c-2.27.46-4.12 2.28-4.61 4.55c-.4 1.86.07 3.62 1.08 4.94c.35.45 1.03.47 1.43.07l.07-.07c.34-.34.34-.87.06-1.25c-.68-.9-.98-2.1-.66-3.37c.35-1.42 1.52-2.57 2.95-2.88A3.99 3.99 0 0 1 16 12c0 .87-.28 1.67-.76 2.32c-.3.41-.29.97.07 1.33c.44.44 1.17.37 1.54-.14c.72-.98 1.15-2.2 1.15-3.51c0-3.72-3.39-6.65-7.25-5.87m.08-4.06c-4.53.51-8.22 4.18-8.76 8.71c-.35 2.95.59 5.67 2.32 7.7c.37.43 1.03.46 1.43.06l.05-.05c.35-.35.38-.92.05-1.3a7.97 7.97 0 0 1-1.7-7.06c.7-3.01 3.18-5.39 6.22-5.97C15.53 3.18 20 7.08 20 12c0 1.96-.72 3.76-1.9 5.16a1 1 0 0 0 .05 1.35c.42.42 1.11.39 1.49-.07A9.93 9.93 0 0 0 22 12c0-5.91-5.13-10.62-11.17-9.93"/></svg>
</template>

CSS

.icon-round-podcasts {
  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%22M14%2012c0%20.74-.4%201.38-1%201.72V21c0%20.55-.45%201-1%201s-1-.45-1-1v-7.28c-.6-.35-1-.98-1-1.72c0-1.1.9-2%202-2s2%20.9%202%202m-3.25-5.87c-2.27.46-4.12%202.28-4.61%204.55c-.4%201.86.07%203.62%201.08%204.94c.35.45%201.03.47%201.43.07l.07-.07c.34-.34.34-.87.06-1.25c-.68-.9-.98-2.1-.66-3.37c.35-1.42%201.52-2.57%202.95-2.88A3.99%203.99%200%200%201%2016%2012c0%20.87-.28%201.67-.76%202.32c-.3.41-.29.97.07%201.33c.44.44%201.17.37%201.54-.14c.72-.98%201.15-2.2%201.15-3.51c0-3.72-3.39-6.65-7.25-5.87m.08-4.06c-4.53.51-8.22%204.18-8.76%208.71c-.35%202.95.59%205.67%202.32%207.7c.37.43%201.03.46%201.43.06l.05-.05c.35-.35.38-.92.05-1.3a7.97%207.97%200%200%201-1.7-7.06c.7-3.01%203.18-5.39%206.22-5.97C15.53%203.18%2020%207.08%2020%2012c0%201.96-.72%203.76-1.9%205.16a1%201%200%200%200%20.05%201.35c.42.42%201.11.39%201.49-.07A9.93%209.93%200%200%200%2022%2012c0-5.91-5.13-10.62-11.17-9.93%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%22M14%2012c0%20.74-.4%201.38-1%201.72V21c0%20.55-.45%201-1%201s-1-.45-1-1v-7.28c-.6-.35-1-.98-1-1.72c0-1.1.9-2%202-2s2%20.9%202%202m-3.25-5.87c-2.27.46-4.12%202.28-4.61%204.55c-.4%201.86.07%203.62%201.08%204.94c.35.45%201.03.47%201.43.07l.07-.07c.34-.34.34-.87.06-1.25c-.68-.9-.98-2.1-.66-3.37c.35-1.42%201.52-2.57%202.95-2.88A3.99%203.99%200%200%201%2016%2012c0%20.87-.28%201.67-.76%202.32c-.3.41-.29.97.07%201.33c.44.44%201.17.37%201.54-.14c.72-.98%201.15-2.2%201.15-3.51c0-3.72-3.39-6.65-7.25-5.87m.08-4.06c-4.53.51-8.22%204.18-8.76%208.71c-.35%202.95.59%205.67%202.32%207.7c.37.43%201.03.46%201.43.06l.05-.05c.35-.35.38-.92.05-1.3a7.97%207.97%200%200%201-1.7-7.06c.7-3.01%203.18-5.39%206.22-5.97C15.53%203.18%2020%207.08%2020%2012c0%201.96-.72%203.76-1.9%205.16a1%201%200%200%200%20.05%201.35c.42.42%201.11.39%201.49-.07A9.93%209.93%200%200%200%2022%2012c0-5.91-5.13-10.62-11.17-9.93%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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