female condom icon
female-condom from Health Icons by Resolve to Save Lives · Filled · Contraceptives · MIT Free for personal and commercial use.
- Name
- female-condom
- Set
- Health Icons
- Style
- Filled
- Category
- Contraceptives
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
More contraceptives icons from Health Icons
contraceptive-diaphragmcontraceptive-injectioncontraceptive-patchcontraceptive-vouchercopper-iudfamily-planninghormonal-ringimplantiudmale-condomoral-contraception-pillsx21oral-contraception-pillsx28sayana-pressspermfemale-and-malefemale-reproductive-systemfemale-sex-workerfemale-and-male-negativefemale-condom-negativefemale-reproductive-system-negativefemale-sex-worker-negative
Use the female condom icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M17 12a2 2 0 0 0-2 2a1 1 0 1 1-2 0a4 4 0 0 1 4-4a1 1 0 1 1 0 2"/><path fill-rule="evenodd" d="M9.455 36v-5.002c0-.374-.294-1.001-.618-1.692C8.441 28.461 8 27.52 8 26.832s.44-1.629.837-2.474c.324-.69.618-1.317.618-1.692v-.417c0-.374-.294-.917-.618-1.515C8.441 20.002 8 19.188 8 18.5s.44-1.629.837-2.474c.324-.69.618-1.318.618-1.692v-1.25c0-9.445 13.09-9.445 13.09 0v1.25c0 .374.294 1.001.618 1.692c.396.845.837 1.786.837 2.474s-.44 1.502-.837 2.234c-.324.598-.617 1.14-.617 1.515v.417c0 .375.293 1.002.617 1.692c.396.845.837 1.786.837 2.474s-.44 1.629-.837 2.474c-.324.69-.617 1.318-.617 1.692V36H23a3 3 0 1 1 0 6H9a3 3 0 1 1 0-6zm2 0v-5.002c0-.647-.247-1.267-.378-1.586a21 21 0 0 0-.44-.977l-.002-.005l-.095-.203c-.18-.387-.326-.716-.428-1.003a2.3 2.3 0 0 1-.11-.39v-.004c.004-.027.024-.147.11-.39c.102-.287.248-.616.428-1.003l.097-.207c.145-.31.311-.663.44-.977c.131-.32.377-.94.377-1.587v-.417c0-.685-.27-1.295-.414-1.605a17 17 0 0 0-.458-.889l-.093-.17a8 8 0 0 1-.402-.824a1.6 1.6 0 0 1-.085-.267a2 2 0 0 1 .11-.386c.102-.287.248-.617.428-1.004l.096-.205l.002-.002c.145-.31.31-.662.44-.977c.13-.319.377-.939.377-1.586v-1.25c0-1.872.633-3.104 1.431-3.872C13.71 8.421 14.836 8 16 8s2.29.42 3.113 1.212c.799.768 1.433 2 1.433 3.872v1.25c0 .647.246 1.267.377 1.586c.129.315.294.668.44.977v.001l.097.206c.18.387.326.717.428 1.004c.083.233.104.353.11.386c-.005.027-.024.11-.085.267c-.09.227-.224.49-.402.823l-.093.171c-.145.268-.321.594-.458.889c-.145.31-.415.92-.415 1.605v.417c0 .648.247 1.268.378 1.587c.129.314.295.667.44.976l.097.208c.18.387.326.716.428 1.003c.086.242.106.362.11.39v.004a2.3 2.3 0 0 1-.11.39c-.102.287-.248.616-.428 1.003l-.098.208a23 23 0 0 0-.44.977c-.13.319-.377.939-.377 1.586V36zM42 18a8 8 0 0 1-7 7.938V29h3a1 1 0 1 1 0 2h-3v5a1 1 0 1 1-2 0v-5h-3a1 1 0 1 1 0-2h3v-3.062A8.001 8.001 0 0 1 34 10a8 8 0 0 1 8 8m-2 0a6 6 0 1 1-12 0a6 6 0 0 1 12 0" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsFemaleCondom(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M17 12a2 2 0 0 0-2 2a1 1 0 1 1-2 0a4 4 0 0 1 4-4a1 1 0 1 1 0 2"/><path fillRule="evenodd" d="M9.455 36v-5.002c0-.374-.294-1.001-.618-1.692C8.441 28.461 8 27.52 8 26.832s.44-1.629.837-2.474c.324-.69.618-1.317.618-1.692v-.417c0-.374-.294-.917-.618-1.515C8.441 20.002 8 19.188 8 18.5s.44-1.629.837-2.474c.324-.69.618-1.318.618-1.692v-1.25c0-9.445 13.09-9.445 13.09 0v1.25c0 .374.294 1.001.618 1.692c.396.845.837 1.786.837 2.474s-.44 1.502-.837 2.234c-.324.598-.617 1.14-.617 1.515v.417c0 .375.293 1.002.617 1.692c.396.845.837 1.786.837 2.474s-.44 1.629-.837 2.474c-.324.69-.617 1.318-.617 1.692V36H23a3 3 0 1 1 0 6H9a3 3 0 1 1 0-6zm2 0v-5.002c0-.647-.247-1.267-.378-1.586a21 21 0 0 0-.44-.977l-.002-.005l-.095-.203c-.18-.387-.326-.716-.428-1.003a2.3 2.3 0 0 1-.11-.39v-.004c.004-.027.024-.147.11-.39c.102-.287.248-.616.428-1.003l.097-.207c.145-.31.311-.663.44-.977c.131-.32.377-.94.377-1.587v-.417c0-.685-.27-1.295-.414-1.605a17 17 0 0 0-.458-.889l-.093-.17a8 8 0 0 1-.402-.824a1.6 1.6 0 0 1-.085-.267a2 2 0 0 1 .11-.386c.102-.287.248-.617.428-1.004l.096-.205l.002-.002c.145-.31.31-.662.44-.977c.13-.319.377-.939.377-1.586v-1.25c0-1.872.633-3.104 1.431-3.872C13.71 8.421 14.836 8 16 8s2.29.42 3.113 1.212c.799.768 1.433 2 1.433 3.872v1.25c0 .647.246 1.267.377 1.586c.129.315.294.668.44.977v.001l.097.206c.18.387.326.717.428 1.004c.083.233.104.353.11.386c-.005.027-.024.11-.085.267c-.09.227-.224.49-.402.823l-.093.171c-.145.268-.321.594-.458.889c-.145.31-.415.92-.415 1.605v.417c0 .648.247 1.268.378 1.587c.129.314.295.667.44.976l.097.208c.18.387.326.716.428 1.003c.086.242.106.362.11.39v.004a2.3 2.3 0 0 1-.11.39c-.102.287-.248.616-.428 1.003l-.098.208a23 23 0 0 0-.44.977c-.13.319-.377.939-.377 1.586V36zM42 18a8 8 0 0 1-7 7.938V29h3a1 1 0 1 1 0 2h-3v5a1 1 0 1 1-2 0v-5h-3a1 1 0 1 1 0-2h3v-3.062A8.001 8.001 0 0 1 34 10a8 8 0 0 1 8 8m-2 0a6 6 0 1 1-12 0a6 6 0 0 1 12 0" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M17 12a2 2 0 0 0-2 2a1 1 0 1 1-2 0a4 4 0 0 1 4-4a1 1 0 1 1 0 2"/><path fill-rule="evenodd" d="M9.455 36v-5.002c0-.374-.294-1.001-.618-1.692C8.441 28.461 8 27.52 8 26.832s.44-1.629.837-2.474c.324-.69.618-1.317.618-1.692v-.417c0-.374-.294-.917-.618-1.515C8.441 20.002 8 19.188 8 18.5s.44-1.629.837-2.474c.324-.69.618-1.318.618-1.692v-1.25c0-9.445 13.09-9.445 13.09 0v1.25c0 .374.294 1.001.618 1.692c.396.845.837 1.786.837 2.474s-.44 1.502-.837 2.234c-.324.598-.617 1.14-.617 1.515v.417c0 .375.293 1.002.617 1.692c.396.845.837 1.786.837 2.474s-.44 1.629-.837 2.474c-.324.69-.617 1.318-.617 1.692V36H23a3 3 0 1 1 0 6H9a3 3 0 1 1 0-6zm2 0v-5.002c0-.647-.247-1.267-.378-1.586a21 21 0 0 0-.44-.977l-.002-.005l-.095-.203c-.18-.387-.326-.716-.428-1.003a2.3 2.3 0 0 1-.11-.39v-.004c.004-.027.024-.147.11-.39c.102-.287.248-.616.428-1.003l.097-.207c.145-.31.311-.663.44-.977c.131-.32.377-.94.377-1.587v-.417c0-.685-.27-1.295-.414-1.605a17 17 0 0 0-.458-.889l-.093-.17a8 8 0 0 1-.402-.824a1.6 1.6 0 0 1-.085-.267a2 2 0 0 1 .11-.386c.102-.287.248-.617.428-1.004l.096-.205l.002-.002c.145-.31.31-.662.44-.977c.13-.319.377-.939.377-1.586v-1.25c0-1.872.633-3.104 1.431-3.872C13.71 8.421 14.836 8 16 8s2.29.42 3.113 1.212c.799.768 1.433 2 1.433 3.872v1.25c0 .647.246 1.267.377 1.586c.129.315.294.668.44.977v.001l.097.206c.18.387.326.717.428 1.004c.083.233.104.353.11.386c-.005.027-.024.11-.085.267c-.09.227-.224.49-.402.823l-.093.171c-.145.268-.321.594-.458.889c-.145.31-.415.92-.415 1.605v.417c0 .648.247 1.268.378 1.587c.129.314.295.667.44.976l.097.208c.18.387.326.716.428 1.003c.086.242.106.362.11.39v.004a2.3 2.3 0 0 1-.11.39c-.102.287-.248.616-.428 1.003l-.098.208a23 23 0 0 0-.44.977c-.13.319-.377.939-.377 1.586V36zM42 18a8 8 0 0 1-7 7.938V29h3a1 1 0 1 1 0 2h-3v5a1 1 0 1 1-2 0v-5h-3a1 1 0 1 1 0-2h3v-3.062A8.001 8.001 0 0 1 34 10a8 8 0 0 1 8 8m-2 0a6 6 0 1 1-12 0a6 6 0 0 1 12 0" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-female-condom {
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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17%2012a2%202%200%200%200-2%202a1%201%200%201%201-2%200a4%204%200%200%201%204-4a1%201%200%201%201%200%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.455%2036v-5.002c0-.374-.294-1.001-.618-1.692C8.441%2028.461%208%2027.52%208%2026.832s.44-1.629.837-2.474c.324-.69.618-1.317.618-1.692v-.417c0-.374-.294-.917-.618-1.515C8.441%2020.002%208%2019.188%208%2018.5s.44-1.629.837-2.474c.324-.69.618-1.318.618-1.692v-1.25c0-9.445%2013.09-9.445%2013.09%200v1.25c0%20.374.294%201.001.618%201.692c.396.845.837%201.786.837%202.474s-.44%201.502-.837%202.234c-.324.598-.617%201.14-.617%201.515v.417c0%20.375.293%201.002.617%201.692c.396.845.837%201.786.837%202.474s-.44%201.629-.837%202.474c-.324.69-.617%201.318-.617%201.692V36H23a3%203%200%201%201%200%206H9a3%203%200%201%201%200-6zm2%200v-5.002c0-.647-.247-1.267-.378-1.586a21%2021%200%200%200-.44-.977l-.002-.005l-.095-.203c-.18-.387-.326-.716-.428-1.003a2.3%202.3%200%200%201-.11-.39v-.004c.004-.027.024-.147.11-.39c.102-.287.248-.616.428-1.003l.097-.207c.145-.31.311-.663.44-.977c.131-.32.377-.94.377-1.587v-.417c0-.685-.27-1.295-.414-1.605a17%2017%200%200%200-.458-.889l-.093-.17a8%208%200%200%201-.402-.824a1.6%201.6%200%200%201-.085-.267a2%202%200%200%201%20.11-.386c.102-.287.248-.617.428-1.004l.096-.205l.002-.002c.145-.31.31-.662.44-.977c.13-.319.377-.939.377-1.586v-1.25c0-1.872.633-3.104%201.431-3.872C13.71%208.421%2014.836%208%2016%208s2.29.42%203.113%201.212c.799.768%201.433%202%201.433%203.872v1.25c0%20.647.246%201.267.377%201.586c.129.315.294.668.44.977v.001l.097.206c.18.387.326.717.428%201.004c.083.233.104.353.11.386c-.005.027-.024.11-.085.267c-.09.227-.224.49-.402.823l-.093.171c-.145.268-.321.594-.458.889c-.145.31-.415.92-.415%201.605v.417c0%20.648.247%201.268.378%201.587c.129.314.295.667.44.976l.097.208c.18.387.326.716.428%201.003c.086.242.106.362.11.39v.004a2.3%202.3%200%200%201-.11.39c-.102.287-.248.616-.428%201.003l-.098.208a23%2023%200%200%200-.44.977c-.13.319-.377.939-.377%201.586V36zM42%2018a8%208%200%200%201-7%207.938V29h3a1%201%200%201%201%200%202h-3v5a1%201%200%201%201-2%200v-5h-3a1%201%200%201%201%200-2h3v-3.062A8.001%208.001%200%200%201%2034%2010a8%208%200%200%201%208%208m-2%200a6%206%200%201%201-12%200a6%206%200%200%201%2012%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17%2012a2%202%200%200%200-2%202a1%201%200%201%201-2%200a4%204%200%200%201%204-4a1%201%200%201%201%200%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.455%2036v-5.002c0-.374-.294-1.001-.618-1.692C8.441%2028.461%208%2027.52%208%2026.832s.44-1.629.837-2.474c.324-.69.618-1.317.618-1.692v-.417c0-.374-.294-.917-.618-1.515C8.441%2020.002%208%2019.188%208%2018.5s.44-1.629.837-2.474c.324-.69.618-1.318.618-1.692v-1.25c0-9.445%2013.09-9.445%2013.09%200v1.25c0%20.374.294%201.001.618%201.692c.396.845.837%201.786.837%202.474s-.44%201.502-.837%202.234c-.324.598-.617%201.14-.617%201.515v.417c0%20.375.293%201.002.617%201.692c.396.845.837%201.786.837%202.474s-.44%201.629-.837%202.474c-.324.69-.617%201.318-.617%201.692V36H23a3%203%200%201%201%200%206H9a3%203%200%201%201%200-6zm2%200v-5.002c0-.647-.247-1.267-.378-1.586a21%2021%200%200%200-.44-.977l-.002-.005l-.095-.203c-.18-.387-.326-.716-.428-1.003a2.3%202.3%200%200%201-.11-.39v-.004c.004-.027.024-.147.11-.39c.102-.287.248-.616.428-1.003l.097-.207c.145-.31.311-.663.44-.977c.131-.32.377-.94.377-1.587v-.417c0-.685-.27-1.295-.414-1.605a17%2017%200%200%200-.458-.889l-.093-.17a8%208%200%200%201-.402-.824a1.6%201.6%200%200%201-.085-.267a2%202%200%200%201%20.11-.386c.102-.287.248-.617.428-1.004l.096-.205l.002-.002c.145-.31.31-.662.44-.977c.13-.319.377-.939.377-1.586v-1.25c0-1.872.633-3.104%201.431-3.872C13.71%208.421%2014.836%208%2016%208s2.29.42%203.113%201.212c.799.768%201.433%202%201.433%203.872v1.25c0%20.647.246%201.267.377%201.586c.129.315.294.668.44.977v.001l.097.206c.18.387.326.717.428%201.004c.083.233.104.353.11.386c-.005.027-.024.11-.085.267c-.09.227-.224.49-.402.823l-.093.171c-.145.268-.321.594-.458.889c-.145.31-.415.92-.415%201.605v.417c0%20.648.247%201.268.378%201.587c.129.314.295.667.44.976l.097.208c.18.387.326.716.428%201.003c.086.242.106.362.11.39v.004a2.3%202.3%200%200%201-.11.39c-.102.287-.248.616-.428%201.003l-.098.208a23%2023%200%200%200-.44.977c-.13.319-.377.939-.377%201.586V36zM42%2018a8%208%200%200%201-7%207.938V29h3a1%201%200%201%201%200%202h-3v5a1%201%200%201%201-2%200v-5h-3a1%201%200%201%201%200-2h3v-3.062A8.001%208.001%200%200%201%2034%2010a8%208%200%200%201%208%208m-2%200a6%206%200%201%201-12%200a6%206%200%200%201%2012%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/female-condom.svg?color=%231a73e8&size=48