siri-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
siri-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the siri icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 12q0 .158-.005.314A3.5 3.5 0 0 0 18.5 9c-1.162 0-2.204.497-3.121 1.103a13 13 0 0 0-.371.255l.212.207c.463.45.875.851 1.268 1.202c.783-.516 1.426-.767 2.012-.767a1.5 1.5 0 0 1 0 3c-.54 0-1.165-.273-1.96-.886c-.65-.5-1.303-1.137-2.034-1.849q-.243-.238-.499-.484C12.234 9.068 9.96 7 7 7a5 5 0 0 0-5 5C2 6.477 6.477 2 12 2s10 4.477 10 10"/><path fill="currentColor" d="M4 12a3 3 0 0 0 3 3c1.788 0 3.319-.91 4.865-2.117l.058.056q.216.208.442.429c.306.299.626.61.953.918C11.633 15.63 9.57 17 7 17a5 5 0 0 1-5-5c0 5.523 4.477 10 10 10c5.112 0 9.328-3.835 9.927-8.785A3.5 3.5 0 0 1 18.5 16c-1.21 0-2.273-.602-3.18-1.302c-.751-.578-1.509-1.317-2.242-2.031l-.46-.448C10.766 10.432 9.04 9 7 9a3 3 0 0 0-3 3"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteSiriFill(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 12q0 .158-.005.314A3.5 3.5 0 0 0 18.5 9c-1.162 0-2.204.497-3.121 1.103a13 13 0 0 0-.371.255l.212.207c.463.45.875.851 1.268 1.202c.783-.516 1.426-.767 2.012-.767a1.5 1.5 0 0 1 0 3c-.54 0-1.165-.273-1.96-.886c-.65-.5-1.303-1.137-2.034-1.849q-.243-.238-.499-.484C12.234 9.068 9.96 7 7 7a5 5 0 0 0-5 5C2 6.477 6.477 2 12 2s10 4.477 10 10"/><path fill="currentColor" d="M4 12a3 3 0 0 0 3 3c1.788 0 3.319-.91 4.865-2.117l.058.056q.216.208.442.429c.306.299.626.61.953.918C11.633 15.63 9.57 17 7 17a5 5 0 0 1-5-5c0 5.523 4.477 10 10 10c5.112 0 9.328-3.835 9.927-8.785A3.5 3.5 0 0 1 18.5 16c-1.21 0-2.273-.602-3.18-1.302c-.751-.578-1.509-1.317-2.242-2.031l-.46-.448C10.766 10.432 9.04 9 7 9a3 3 0 0 0-3 3"/></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 12q0 .158-.005.314A3.5 3.5 0 0 0 18.5 9c-1.162 0-2.204.497-3.121 1.103a13 13 0 0 0-.371.255l.212.207c.463.45.875.851 1.268 1.202c.783-.516 1.426-.767 2.012-.767a1.5 1.5 0 0 1 0 3c-.54 0-1.165-.273-1.96-.886c-.65-.5-1.303-1.137-2.034-1.849q-.243-.238-.499-.484C12.234 9.068 9.96 7 7 7a5 5 0 0 0-5 5C2 6.477 6.477 2 12 2s10 4.477 10 10"/><path fill="currentColor" d="M4 12a3 3 0 0 0 3 3c1.788 0 3.319-.91 4.865-2.117l.058.056q.216.208.442.429c.306.299.626.61.953.918C11.633 15.63 9.57 17 7 17a5 5 0 0 1-5-5c0 5.523 4.477 10 10 10c5.112 0 9.328-3.835 9.927-8.785A3.5 3.5 0 0 1 18.5 16c-1.21 0-2.273-.602-3.18-1.302c-.751-.578-1.509-1.317-2.242-2.031l-.46-.448C10.766 10.432 9.04 9 7 9a3 3 0 0 0-3 3"/></svg>
</template>

CSS

.icon-siri-fill {
  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%2012q0%20.158-.005.314A3.5%203.5%200%200%200%2018.5%209c-1.162%200-2.204.497-3.121%201.103a13%2013%200%200%200-.371.255l.212.207c.463.45.875.851%201.268%201.202c.783-.516%201.426-.767%202.012-.767a1.5%201.5%200%200%201%200%203c-.54%200-1.165-.273-1.96-.886c-.65-.5-1.303-1.137-2.034-1.849q-.243-.238-.499-.484C12.234%209.068%209.96%207%207%207a5%205%200%200%200-5%205C2%206.477%206.477%202%2012%202s10%204.477%2010%2010%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2012a3%203%200%200%200%203%203c1.788%200%203.319-.91%204.865-2.117l.058.056q.216.208.442.429c.306.299.626.61.953.918C11.633%2015.63%209.57%2017%207%2017a5%205%200%200%201-5-5c0%205.523%204.477%2010%2010%2010c5.112%200%209.328-3.835%209.927-8.785A3.5%203.5%200%200%201%2018.5%2016c-1.21%200-2.273-.602-3.18-1.302c-.751-.578-1.509-1.317-2.242-2.031l-.46-.448C10.766%2010.432%209.04%209%207%209a3%203%200%200%200-3%203%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%2012q0%20.158-.005.314A3.5%203.5%200%200%200%2018.5%209c-1.162%200-2.204.497-3.121%201.103a13%2013%200%200%200-.371.255l.212.207c.463.45.875.851%201.268%201.202c.783-.516%201.426-.767%202.012-.767a1.5%201.5%200%200%201%200%203c-.54%200-1.165-.273-1.96-.886c-.65-.5-1.303-1.137-2.034-1.849q-.243-.238-.499-.484C12.234%209.068%209.96%207%207%207a5%205%200%200%200-5%205C2%206.477%206.477%202%2012%202s10%204.477%2010%2010%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2012a3%203%200%200%200%203%203c1.788%200%203.319-.91%204.865-2.117l.058.056q.216.208.442.429c.306.299.626.61.953.918C11.633%2015.63%209.57%2017%207%2017a5%205%200%200%201-5-5c0%205.523%204.477%2010%2010%2010c5.112%200%209.328-3.835%209.927-8.785A3.5%203.5%200%200%201%2018.5%2016c-1.21%200-2.273-.602-3.18-1.302c-.751-.578-1.509-1.317-2.242-2.031l-.46-.448C10.766%2010.432%209.04%209%207%209a3%203%200%200%200-3%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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