baby carriage off icon
baby-carriage-off from Material Design Icons by Pictogrammers · Filled · People / Family · Apache-2.0 Free for personal and commercial use.
- Name
- baby-carriage-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- People / Family
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- buggy-off, child-friendly-off, pram-off, stroller-off
More people / family icons from Material Design Icons
Use the baby carriage off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 10c0-4.4-3.6-8-8-8v8zm-7.8 1H22c0 1.8-.6 3.5-1.7 4.9c.7.6 1.1 1.5 1.2 2.4zm6.6 11.7l1.3-1.3L2.4 1.7L1.1 3l8 8H7.4l-.9-2H3v2h2.2s1.9 4.1 2.1 4.4c-1 .5-1.7 1.5-1.8 2.6c-.3 1.9 1.1 3.7 3 4s3.7-1.1 4-3h2.1c.1.4.2.8.4 1.2c.9 1.7 3.1 2.3 4.7 1.4zm-10.3-4.2c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5S8.2 17 9 17s1.5.7 1.5 1.5m7.6 1.5c-.9 0-1.6-.7-1.6-1.5v-.1z"/></svg>
React
import type { SVGProps } from "react";
export function MdiBabyCarriageOff(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 10c0-4.4-3.6-8-8-8v8zm-7.8 1H22c0 1.8-.6 3.5-1.7 4.9c.7.6 1.1 1.5 1.2 2.4zm6.6 11.7l1.3-1.3L2.4 1.7L1.1 3l8 8H7.4l-.9-2H3v2h2.2s1.9 4.1 2.1 4.4c-1 .5-1.7 1.5-1.8 2.6c-.3 1.9 1.1 3.7 3 4s3.7-1.1 4-3h2.1c.1.4.2.8.4 1.2c.9 1.7 3.1 2.3 4.7 1.4zm-10.3-4.2c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5S8.2 17 9 17s1.5.7 1.5 1.5m7.6 1.5c-.9 0-1.6-.7-1.6-1.5v-.1z"/></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 10c0-4.4-3.6-8-8-8v8zm-7.8 1H22c0 1.8-.6 3.5-1.7 4.9c.7.6 1.1 1.5 1.2 2.4zm6.6 11.7l1.3-1.3L2.4 1.7L1.1 3l8 8H7.4l-.9-2H3v2h2.2s1.9 4.1 2.1 4.4c-1 .5-1.7 1.5-1.8 2.6c-.3 1.9 1.1 3.7 3 4s3.7-1.1 4-3h2.1c.1.4.2.8.4 1.2c.9 1.7 3.1 2.3 4.7 1.4zm-10.3-4.2c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5S8.2 17 9 17s1.5.7 1.5 1.5m7.6 1.5c-.9 0-1.6-.7-1.6-1.5v-.1z"/></svg> </template>
CSS
.icon-baby-carriage-off {
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%2010c0-4.4-3.6-8-8-8v8zm-7.8%201H22c0%201.8-.6%203.5-1.7%204.9c.7.6%201.1%201.5%201.2%202.4zm6.6%2011.7l1.3-1.3L2.4%201.7L1.1%203l8%208H7.4l-.9-2H3v2h2.2s1.9%204.1%202.1%204.4c-1%20.5-1.7%201.5-1.8%202.6c-.3%201.9%201.1%203.7%203%204s3.7-1.1%204-3h2.1c.1.4.2.8.4%201.2c.9%201.7%203.1%202.3%204.7%201.4zm-10.3-4.2c0%20.8-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5S8.2%2017%209%2017s1.5.7%201.5%201.5m7.6%201.5c-.9%200-1.6-.7-1.6-1.5v-.1z%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%2010c0-4.4-3.6-8-8-8v8zm-7.8%201H22c0%201.8-.6%203.5-1.7%204.9c.7.6%201.1%201.5%201.2%202.4zm6.6%2011.7l1.3-1.3L2.4%201.7L1.1%203l8%208H7.4l-.9-2H3v2h2.2s1.9%204.1%202.1%204.4c-1%20.5-1.7%201.5-1.8%202.6c-.3%201.9%201.1%203.7%203%204s3.7-1.1%204-3h2.1c.1.4.2.8.4%201.2c.9%201.7%203.1%202.3%204.7%201.4zm-10.3-4.2c0%20.8-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5S8.2%2017%209%2017s1.5.7%201.5%201.5m7.6%201.5c-.9%200-1.6-.7-1.6-1.5v-.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/baby-carriage-off.svg?color=%231a73e8&size=48