paid-outline from Material Symbols Light by Google · Outline · Business · Apache-2.0 Free for personal and commercial use.

Name
paid-outline
Set
Material Symbols Light
Style
Outline
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
paid-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the paid icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.485 18.616h.98v-1.174q1.077-.09 2.064-.773q.987-.682.987-2.119q0-1.05-.639-1.79t-2.439-1.39q-1.653-.578-2.113-.991T9.865 9.2t.598-1.275t1.587-.51q.762 0 1.27.35t.822.885l.87-.342Q14.66 7.587 13.98 7.1t-1.464-.542V5.385h-.981v1.173q-1.308.217-1.98.975T8.886 9.2q0 1.079.678 1.727t2.287 1.23q1.614.595 2.168 1.074t.555 1.319q0 1.056-.77 1.52q-.77.465-1.653.465q-.863 0-1.559-.503q-.695-.503-1.11-1.432l-.881.38q.427 1.028 1.145 1.602t1.74.81zM12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21m0-1q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPaidOutline(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="M11.485 18.616h.98v-1.174q1.077-.09 2.064-.773q.987-.682.987-2.119q0-1.05-.639-1.79t-2.439-1.39q-1.653-.578-2.113-.991T9.865 9.2t.598-1.275t1.587-.51q.762 0 1.27.35t.822.885l.87-.342Q14.66 7.587 13.98 7.1t-1.464-.542V5.385h-.981v1.173q-1.308.217-1.98.975T8.886 9.2q0 1.079.678 1.727t2.287 1.23q1.614.595 2.168 1.074t.555 1.319q0 1.056-.77 1.52q-.77.465-1.653.465q-.863 0-1.559-.503q-.695-.503-1.11-1.432l-.881.38q.427 1.028 1.145 1.602t1.74.81zM12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21m0-1q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.485 18.616h.98v-1.174q1.077-.09 2.064-.773q.987-.682.987-2.119q0-1.05-.639-1.79t-2.439-1.39q-1.653-.578-2.113-.991T9.865 9.2t.598-1.275t1.587-.51q.762 0 1.27.35t.822.885l.87-.342Q14.66 7.587 13.98 7.1t-1.464-.542V5.385h-.981v1.173q-1.308.217-1.98.975T8.886 9.2q0 1.079.678 1.727t2.287 1.23q1.614.595 2.168 1.074t.555 1.319q0 1.056-.77 1.52q-.77.465-1.653.465q-.863 0-1.559-.503q-.695-.503-1.11-1.432l-.881.38q.427 1.028 1.145 1.602t1.74.81zM12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21m0-1q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8"/></svg>
</template>

CSS

.icon-paid-outline {
  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%22M11.485%2018.616h.98v-1.174q1.077-.09%202.064-.773q.987-.682.987-2.119q0-1.05-.639-1.79t-2.439-1.39q-1.653-.578-2.113-.991T9.865%209.2t.598-1.275t1.587-.51q.762%200%201.27.35t.822.885l.87-.342Q14.66%207.587%2013.98%207.1t-1.464-.542V5.385h-.981v1.173q-1.308.217-1.98.975T8.886%209.2q0%201.079.678%201.727t2.287%201.23q1.614.595%202.168%201.074t.555%201.319q0%201.056-.77%201.52q-.77.465-1.653.465q-.863%200-1.559-.503q-.695-.503-1.11-1.432l-.881.38q.427%201.028%201.145%201.602t1.74.81zM12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012t.71-3.506t1.927-2.857T8.494%203.71Q10.137%203%2012%203t3.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012t-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021m0-1q3.35%200%205.675-2.325T20%2012t-2.325-5.675T12%204T6.325%206.325T4%2012t2.325%205.675T12%2020m0-8%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%22M11.485%2018.616h.98v-1.174q1.077-.09%202.064-.773q.987-.682.987-2.119q0-1.05-.639-1.79t-2.439-1.39q-1.653-.578-2.113-.991T9.865%209.2t.598-1.275t1.587-.51q.762%200%201.27.35t.822.885l.87-.342Q14.66%207.587%2013.98%207.1t-1.464-.542V5.385h-.981v1.173q-1.308.217-1.98.975T8.886%209.2q0%201.079.678%201.727t2.287%201.23q1.614.595%202.168%201.074t.555%201.319q0%201.056-.77%201.52q-.77.465-1.653.465q-.863%200-1.559-.503q-.695-.503-1.11-1.432l-.881.38q.427%201.028%201.145%201.602t1.74.81zM12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012t.71-3.506t1.927-2.857T8.494%203.71Q10.137%203%2012%203t3.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012t-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021m0-1q3.35%200%205.675-2.325T20%2012t-2.325-5.675T12%204T6.325%206.325T4%2012t2.325%205.675T12%2020m0-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/paid-outline.svg?color=%231a73e8&size=48