round transcribe icon

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

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

More action icons from Google Material Icons

Use the round transcribe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.54 10.28a3.3 3.3 0 0 1 0-2.54c.19-.45.1-.96-.24-1.3l-.1-.1c-.56-.56-1.51-.44-1.88.26c-.8 1.48-.79 3.24.03 4.79c.37.69 1.31.83 1.86.27l.1-.1c.34-.33.42-.84.23-1.28m-3.72 4.83c.4-.4.46-1.02.13-1.48c-1.97-2.73-1.96-6.39.01-9.23c.32-.47.26-1.1-.14-1.5c-.5-.5-1.34-.46-1.78.1c-2.73 3.54-2.73 8.36.02 12c.43.56 1.27.61 1.76.11M9 13c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4m6.39 2.56C13.71 14.7 11.53 14 9 14s-4.71.7-6.39 1.56A2.97 2.97 0 0 0 1 18.22V20c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1.78c0-1.12-.61-2.15-1.61-2.66"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundTranscribe(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="M22.54 10.28a3.3 3.3 0 0 1 0-2.54c.19-.45.1-.96-.24-1.3l-.1-.1c-.56-.56-1.51-.44-1.88.26c-.8 1.48-.79 3.24.03 4.79c.37.69 1.31.83 1.86.27l.1-.1c.34-.33.42-.84.23-1.28m-3.72 4.83c.4-.4.46-1.02.13-1.48c-1.97-2.73-1.96-6.39.01-9.23c.32-.47.26-1.1-.14-1.5c-.5-.5-1.34-.46-1.78.1c-2.73 3.54-2.73 8.36.02 12c.43.56 1.27.61 1.76.11M9 13c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4m6.39 2.56C13.71 14.7 11.53 14 9 14s-4.71.7-6.39 1.56A2.97 2.97 0 0 0 1 18.22V20c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1.78c0-1.12-.61-2.15-1.61-2.66"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.54 10.28a3.3 3.3 0 0 1 0-2.54c.19-.45.1-.96-.24-1.3l-.1-.1c-.56-.56-1.51-.44-1.88.26c-.8 1.48-.79 3.24.03 4.79c.37.69 1.31.83 1.86.27l.1-.1c.34-.33.42-.84.23-1.28m-3.72 4.83c.4-.4.46-1.02.13-1.48c-1.97-2.73-1.96-6.39.01-9.23c.32-.47.26-1.1-.14-1.5c-.5-.5-1.34-.46-1.78.1c-2.73 3.54-2.73 8.36.02 12c.43.56 1.27.61 1.76.11M9 13c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4m6.39 2.56C13.71 14.7 11.53 14 9 14s-4.71.7-6.39 1.56A2.97 2.97 0 0 0 1 18.22V20c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1.78c0-1.12-.61-2.15-1.61-2.66"/></svg>
</template>

CSS

.icon-round-transcribe {
  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%22M22.54%2010.28a3.3%203.3%200%200%201%200-2.54c.19-.45.1-.96-.24-1.3l-.1-.1c-.56-.56-1.51-.44-1.88.26c-.8%201.48-.79%203.24.03%204.79c.37.69%201.31.83%201.86.27l.1-.1c.34-.33.42-.84.23-1.28m-3.72%204.83c.4-.4.46-1.02.13-1.48c-1.97-2.73-1.96-6.39.01-9.23c.32-.47.26-1.1-.14-1.5c-.5-.5-1.34-.46-1.78.1c-2.73%203.54-2.73%208.36.02%2012c.43.56%201.27.61%201.76.11M9%2013c2.21%200%204-1.79%204-4s-1.79-4-4-4s-4%201.79-4%204s1.79%204%204%204m6.39%202.56C13.71%2014.7%2011.53%2014%209%2014s-4.71.7-6.39%201.56A2.97%202.97%200%200%200%201%2018.22V20c0%20.55.45%201%201%201h14c.55%200%201-.45%201-1v-1.78c0-1.12-.61-2.15-1.61-2.66%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%22M22.54%2010.28a3.3%203.3%200%200%201%200-2.54c.19-.45.1-.96-.24-1.3l-.1-.1c-.56-.56-1.51-.44-1.88.26c-.8%201.48-.79%203.24.03%204.79c.37.69%201.31.83%201.86.27l.1-.1c.34-.33.42-.84.23-1.28m-3.72%204.83c.4-.4.46-1.02.13-1.48c-1.97-2.73-1.96-6.39.01-9.23c.32-.47.26-1.1-.14-1.5c-.5-.5-1.34-.46-1.78.1c-2.73%203.54-2.73%208.36.02%2012c.43.56%201.27.61%201.76.11M9%2013c2.21%200%204-1.79%204-4s-1.79-4-4-4s-4%201.79-4%204s1.79%204%204%204m6.39%202.56C13.71%2014.7%2011.53%2014%209%2014s-4.71.7-6.39%201.56A2.97%202.97%200%200%200%201%2018.22V20c0%20.55.45%201%201%201h14c.55%200%201-.45%201-1v-1.78c0-1.12-.61-2.15-1.61-2.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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